package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "spdx-expression-parse@3.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "spdx-expression-parse@3.0.1",
  9. "_id": "spdx-expression-parse@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  12. "_location": "/spdx-expression-parse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "spdx-expression-parse@3.0.1",
  18. "name": "spdx-expression-parse",
  19. "escapedName": "spdx-expression-parse",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/spdx-correct",
  26. "/validate-npm-package-license"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Kyle E. Mitchell",
  33. "email": "kyle@kemitchell.com",
  34. "url": "https://kemitchell.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jslicense/spdx-expression-parse.js/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "C. Scott Ananian",
  42. "email": "cscott@cscott.net",
  43. "url": "http://cscott.net"
  44. },
  45. {
  46. "name": "Kyle E. Mitchell",
  47. "email": "kyle@kemitchell.com",
  48. "url": "https://kemitchell.com"
  49. },
  50. {
  51. "name": "Shinnosuke Watanabe",
  52. "email": "snnskwtnb@gmail.com"
  53. },
  54. {
  55. "name": "Antoine Motet",
  56. "email": "antoine.motet@gmail.com"
  57. }
  58. ],
  59. "dependencies": {
  60. "spdx-exceptions": "^2.1.0",
  61. "spdx-license-ids": "^3.0.0"
  62. },
  63. "description": "parse SPDX license expressions",
  64. "devDependencies": {
  65. "defence-cli": "^3.0.1",
  66. "replace-require-self": "^1.0.0",
  67. "standard": "^14.1.0"
  68. },
  69. "files": [
  70. "AUTHORS",
  71. "index.js",
  72. "parse.js",
  73. "scan.js"
  74. ],
  75. "homepage": "https://github.com/jslicense/spdx-expression-parse.js#readme",
  76. "keywords": [
  77. "SPDX",
  78. "law",
  79. "legal",
  80. "license",
  81. "metadata",
  82. "package",
  83. "package.json",
  84. "standards"
  85. ],
  86. "license": "MIT",
  87. "name": "spdx-expression-parse",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jslicense/spdx-expression-parse.js.git"
  91. },
  92. "scripts": {
  93. "lint": "standard",
  94. "test": "npm run test:suite && npm run test:readme",
  95. "test:readme": "defence -i javascript README.md | replace-require-self | node",
  96. "test:suite": "node test.js"
  97. },
  98. "version": "3.0.1"
  99. }