package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "spdx-exceptions@2.3.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "spdx-exceptions@2.3.0",
  9. "_id": "spdx-exceptions@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
  12. "_location": "/spdx-exceptions",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "spdx-exceptions@2.3.0",
  18. "name": "spdx-exceptions",
  19. "escapedName": "spdx-exceptions",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/spdx-expression-parse"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "The Linux Foundation"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Kyle E. Mitchell",
  39. "email": "kyle@kemitchell.com",
  40. "url": "https://kemitchell.com/"
  41. }
  42. ],
  43. "description": "list of SPDX standard license exceptions",
  44. "files": [
  45. "index.json"
  46. ],
  47. "homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
  48. "license": "CC-BY-3.0",
  49. "name": "spdx-exceptions",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
  53. },
  54. "scripts": {
  55. "build": "node build.js"
  56. },
  57. "version": "2.3.0"
  58. }