package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "spdx-license-ids@^3.0.0",
  3. "_id": "spdx-license-ids@3.0.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==",
  6. "_location": "/spdx-license-ids",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spdx-license-ids@^3.0.0",
  12. "name": "spdx-license-ids",
  13. "escapedName": "spdx-license-ids",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/spdx-correct",
  20. "/spdx-expression-parse"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
  23. "_shasum": "7189a474c46f8d47c7b0da4b987bb45e908bd2d5",
  24. "_spec": "spdx-license-ids@^3.0.0",
  25. "_where": "D:\\公司项目\\wms\\node_modules\\spdx-correct",
  26. "author": {
  27. "name": "Shinnosuke Watanabe",
  28. "url": "https://github.com/shinnn"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jslicense/spdx-license-ids/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A list of SPDX license identifiers",
  36. "devDependencies": {
  37. "@shinnn/eslint-config": "^7.0.0",
  38. "eslint": "^8.2.0",
  39. "eslint-formatter-codeframe": "^7.32.1",
  40. "rmfr": "^2.0.0",
  41. "tape": "^5.3.1"
  42. },
  43. "eslintConfig": {
  44. "extends": "@shinnn"
  45. },
  46. "files": [
  47. "deprecated.json",
  48. "index.json"
  49. ],
  50. "homepage": "https://github.com/jslicense/spdx-license-ids#readme",
  51. "keywords": [
  52. "spdx",
  53. "license",
  54. "licenses",
  55. "id",
  56. "identifier",
  57. "identifiers",
  58. "json",
  59. "array",
  60. "oss"
  61. ],
  62. "license": "CC0-1.0",
  63. "name": "spdx-license-ids",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jslicense/spdx-license-ids.git"
  67. },
  68. "scripts": {
  69. "build": "node build.js",
  70. "latest": "node latest.js",
  71. "pretest": "eslint .",
  72. "test": "node test.js"
  73. },
  74. "version": "3.0.13"
  75. }