package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@3.0.10",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-license-ids@3.0.10",
  10. "_id": "spdx-license-ids@3.0.10",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DZvszN5wA9bGWNSH3UijLwvzAUs=",
  13. "_location": "/spdx-license-ids",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-license-ids@3.0.10",
  19. "name": "spdx-license-ids",
  20. "escapedName": "spdx-license-ids",
  21. "rawSpec": "3.0.10",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.10"
  24. },
  25. "_requiredBy": [
  26. "/spdx-correct",
  27. "/spdx-expression-parse"
  28. ],
  29. "_resolved": "https://registry.nlark.com/spdx-license-ids/download/spdx-license-ids-3.0.10.tgz?cache=0&sync_timestamp=1628483195107&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fspdx-license-ids%2Fdownload%2Fspdx-license-ids-3.0.10.tgz",
  30. "_spec": "3.0.10",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Shinnosuke Watanabe",
  34. "url": "https://github.com/shinnn"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jslicense/spdx-license-ids/issues"
  38. },
  39. "description": "A list of SPDX license identifiers",
  40. "devDependencies": {
  41. "@shinnn/eslint-config": "^6.8.7",
  42. "chalk": "^2.4.1",
  43. "eslint": "^5.10.0",
  44. "get-spdx-license-ids": "^2.1.0",
  45. "rmfr": "^2.0.0",
  46. "tape": "^4.9.1"
  47. },
  48. "eslintConfig": {
  49. "extends": "@shinnn"
  50. },
  51. "files": [
  52. "deprecated.json",
  53. "index.json"
  54. ],
  55. "homepage": "https://github.com/jslicense/spdx-license-ids#readme",
  56. "keywords": [
  57. "spdx",
  58. "license",
  59. "licenses",
  60. "id",
  61. "identifier",
  62. "identifiers",
  63. "json",
  64. "array",
  65. "oss"
  66. ],
  67. "license": "CC0-1.0",
  68. "name": "spdx-license-ids",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jslicense/spdx-license-ids.git"
  72. },
  73. "scripts": {
  74. "build": "node build.js",
  75. "latest": "node latest.js",
  76. "pretest": "eslint .",
  77. "test": "node test.js"
  78. },
  79. "version": "3.0.10"
  80. }