package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "spdx-correct@3.1.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "spdx-correct@3.1.1",
  9. "_id": "spdx-correct@3.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
  12. "_location": "/spdx-correct",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "spdx-correct@3.1.1",
  18. "name": "spdx-correct",
  19. "escapedName": "spdx-correct",
  20. "rawSpec": "3.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.1"
  23. },
  24. "_requiredBy": [
  25. "/validate-npm-package-license"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.1.1.tgz",
  28. "_spec": "3.1.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Kyle E. Mitchell",
  32. "email": "kyle@kemitchell.com",
  33. "url": "https://kemitchell.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jslicense/spdx-correct.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Kyle E. Mitchell",
  41. "email": "kyle@kemitchell.com",
  42. "url": "https://kemitchell.com"
  43. },
  44. {
  45. "name": "Christian Zommerfelds",
  46. "email": "aero_super@yahoo.com"
  47. },
  48. {
  49. "name": "Tal Einat",
  50. "email": "taleinat@gmail.com"
  51. },
  52. {
  53. "name": "Dan Butvinik",
  54. "email": "butvinik@outlook.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "spdx-expression-parse": "^3.0.0",
  59. "spdx-license-ids": "^3.0.0"
  60. },
  61. "description": "correct invalid SPDX expressions",
  62. "devDependencies": {
  63. "defence-cli": "^2.0.1",
  64. "replace-require-self": "^1.0.0",
  65. "standard": "^11.0.0",
  66. "standard-markdown": "^4.0.2",
  67. "tape": "^4.9.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
  73. "keywords": [
  74. "SPDX",
  75. "law",
  76. "legal",
  77. "license",
  78. "metadata"
  79. ],
  80. "license": "Apache-2.0",
  81. "name": "spdx-correct",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  85. },
  86. "scripts": {
  87. "lint": "standard && standard-markdown README.md",
  88. "test": "defence README.md | replace-require-self | node && node test.js"
  89. },
  90. "version": "3.1.1"
  91. }