package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@^3.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/spdx-correct"
  6. ]
  7. ],
  8. "_from": "spdx-license-ids@>=3.0.0 <4.0.0",
  9. "_id": "spdx-license-ids@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/spdx-license-ids",
  13. "_nodeVersion": "9.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/spdx-license-ids-3.0.0.tgz_1516951777702_0.9596464950591326"
  17. },
  18. "_npmUser": {
  19. "email": "snnskwtnb@gmail.com",
  20. "name": "shinnn"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "spdx-license-ids",
  26. "raw": "spdx-license-ids@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/spdx-correct",
  34. "/spdx-expression-parse"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz",
  37. "_shasum": "7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87",
  38. "_shrinkwrap": null,
  39. "_spec": "spdx-license-ids@^3.0.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/spdx-correct",
  41. "author": {
  42. "name": "Shinnosuke Watanabe",
  43. "url": "https://github.com/shinnn"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  47. },
  48. "dependencies": {},
  49. "description": "A list of SPDX license identifiers",
  50. "devDependencies": {
  51. "@shinnn/eslint-config-node": "^5.0.0",
  52. "chalk": "^2.3.0",
  53. "eslint": "^4.16.0",
  54. "get-spdx-license-ids": "^2.1.0",
  55. "log-symbols": "^2.2.0",
  56. "loud-rejection": "^1.6.0",
  57. "rmfr": "^2.0.0-3",
  58. "tape": "^4.8.0",
  59. "write-file-atomically": "^1.0.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==",
  64. "shasum": "7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87",
  65. "tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz"
  66. },
  67. "eslintConfig": {
  68. "extends": "@shinnn/node"
  69. },
  70. "files": [
  71. "deprecated.json",
  72. "index.json"
  73. ],
  74. "gitHead": "bebc9a4ca38d67f94cd42e9beceaca2c7e647cfb",
  75. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  76. "keywords": [
  77. "array",
  78. "id",
  79. "identifier",
  80. "identifiers",
  81. "json",
  82. "license",
  83. "licenses",
  84. "oss",
  85. "spdx"
  86. ],
  87. "license": "CC0-1.0",
  88. "maintainers": [
  89. {
  90. "name": "shinnn",
  91. "email": "snnskwtnb@gmail.com"
  92. }
  93. ],
  94. "name": "spdx-license-ids",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  100. },
  101. "scripts": {
  102. "build": "node build.js",
  103. "pretest": "eslint --fix --format=codeframe .",
  104. "test": "node test.js"
  105. },
  106. "version": "3.0.0"
  107. }