package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@3.0.13",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-license-ids@3.0.13",
  10. "_id": "spdx-license-ids@3.0.13",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==",
  13. "_location": "/spdx-license-ids",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-license-ids@3.0.13",
  19. "name": "spdx-license-ids",
  20. "escapedName": "spdx-license-ids",
  21. "rawSpec": "3.0.13",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.13"
  24. },
  25. "_requiredBy": [
  26. "/spdx-correct",
  27. "/spdx-expression-parse"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
  30. "_spec": "3.0.13",
  31. "_where": "/Users/mac/projects/mime/mine",
  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": "^7.0.0",
  42. "eslint": "^8.2.0",
  43. "eslint-formatter-codeframe": "^7.32.1",
  44. "rmfr": "^2.0.0",
  45. "tape": "^5.3.1"
  46. },
  47. "eslintConfig": {
  48. "extends": "@shinnn"
  49. },
  50. "files": [
  51. "deprecated.json",
  52. "index.json"
  53. ],
  54. "homepage": "https://github.com/jslicense/spdx-license-ids#readme",
  55. "keywords": [
  56. "spdx",
  57. "license",
  58. "licenses",
  59. "id",
  60. "identifier",
  61. "identifiers",
  62. "json",
  63. "array",
  64. "oss"
  65. ],
  66. "license": "CC0-1.0",
  67. "name": "spdx-license-ids",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jslicense/spdx-license-ids.git"
  71. },
  72. "scripts": {
  73. "build": "node build.js",
  74. "latest": "node latest.js",
  75. "pretest": "eslint .",
  76. "test": "node test.js"
  77. },
  78. "version": "3.0.13"
  79. }