package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "spdx-license-ids@^3.0.0",
  3. "_id": "spdx-license-ids@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==",
  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.0.tgz",
  23. "_shasum": "7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87",
  24. "_spec": "spdx-license-ids@^3.0.0",
  25. "_where": "E:\\vscode\\vscode-electron-debug\\electron-quick-start\\node_modules\\spdx-correct",
  26. "author": {
  27. "name": "Shinnosuke Watanabe",
  28. "url": "https://github.com/shinnn"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/shinnn/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-node": "^5.0.0",
  38. "chalk": "^2.3.0",
  39. "eslint": "^4.16.0",
  40. "get-spdx-license-ids": "^2.1.0",
  41. "log-symbols": "^2.2.0",
  42. "loud-rejection": "^1.6.0",
  43. "rmfr": "^2.0.0-3",
  44. "tape": "^4.8.0",
  45. "write-file-atomically": "^1.0.0"
  46. },
  47. "eslintConfig": {
  48. "extends": "@shinnn/node"
  49. },
  50. "files": [
  51. "deprecated.json",
  52. "index.json"
  53. ],
  54. "homepage": "https://github.com/shinnn/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/shinnn/spdx-license-ids.git"
  71. },
  72. "scripts": {
  73. "build": "node build.js",
  74. "pretest": "eslint --fix --format=codeframe .",
  75. "test": "node test.js"
  76. },
  77. "version": "3.0.0"
  78. }