package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "spdx-license-ids@3.0.5",
  3. "_id": "spdx-license-ids@3.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==",
  6. "_location": "/spdx-license-ids",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "spdx-license-ids@3.0.5",
  12. "name": "spdx-license-ids",
  13. "escapedName": "spdx-license-ids",
  14. "rawSpec": "3.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.5"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/spdx-correct",
  22. "/spdx-expression-parse"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
  25. "_shasum": "3694b5804567a458d3c8045842a6358632f62654",
  26. "_spec": "spdx-license-ids@3.0.5",
  27. "_where": "/home/kyle/cli",
  28. "author": {
  29. "name": "Shinnosuke Watanabe",
  30. "url": "https://github.com/shinnn"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A list of SPDX license identifiers",
  38. "devDependencies": {
  39. "@shinnn/eslint-config": "^6.8.7",
  40. "chalk": "^2.4.1",
  41. "eslint": "^5.10.0",
  42. "get-spdx-license-ids": "^2.1.0",
  43. "rmfr": "^2.0.0",
  44. "tape": "^4.9.1"
  45. },
  46. "eslintConfig": {
  47. "extends": "@shinnn"
  48. },
  49. "files": [
  50. "deprecated.json",
  51. "index.json"
  52. ],
  53. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  54. "keywords": [
  55. "spdx",
  56. "license",
  57. "licenses",
  58. "id",
  59. "identifier",
  60. "identifiers",
  61. "json",
  62. "array",
  63. "oss"
  64. ],
  65. "license": "CC0-1.0",
  66. "name": "spdx-license-ids",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  70. },
  71. "scripts": {
  72. "build": "node build.js",
  73. "pretest": "eslint .",
  74. "test": "node test.js"
  75. },
  76. "version": "3.0.5"
  77. }