package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "spdx-exceptions@^2.1.0",
  3. "_id": "spdx-exceptions@2.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
  6. "_location": "/spdx-exceptions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spdx-exceptions@^2.1.0",
  12. "name": "spdx-exceptions",
  13. "escapedName": "spdx-exceptions",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/spdx-expression-parse"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
  22. "_shasum": "5d607d27fc806f66d7b64a766650fa890f04ed66",
  23. "_spec": "spdx-exceptions@^2.1.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\spdx-expression-parse",
  25. "author": {
  26. "name": "The Linux Foundation"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Kyle E. Mitchell",
  35. "email": "kyle@kemitchell.com",
  36. "url": "https://kemitchell.com/"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "list of SPDX standard license exceptions",
  41. "files": [
  42. "index.json",
  43. "deprecated.json"
  44. ],
  45. "homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
  46. "license": "CC-BY-3.0",
  47. "name": "spdx-exceptions",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
  51. },
  52. "scripts": {
  53. "build": "node build.js",
  54. "latest": "node latest.js"
  55. },
  56. "version": "2.5.0"
  57. }