package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@^1.0.2",
  5. "D:\\work\\im\\node_modules\\spdx-correct"
  6. ]
  7. ],
  8. "_from": "spdx-license-ids@>=1.0.2 <2.0.0",
  9. "_id": "spdx-license-ids@1.2.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/spdx-license-ids",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/spdx-license-ids-1.2.2.tgz_1469529975605_0.35518706892617047"
  17. },
  18. "_npmUser": {
  19. "email": "snnskwtnb@gmail.com",
  20. "name": "shinnn"
  21. },
  22. "_npmVersion": "3.10.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "spdx-license-ids",
  26. "raw": "spdx-license-ids@^1.0.2",
  27. "rawSpec": "^1.0.2",
  28. "scope": null,
  29. "spec": ">=1.0.2 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/spdx-correct"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
  36. "_shasum": "c9df7a3424594ade6bd11900d596696dc06bac57",
  37. "_shrinkwrap": null,
  38. "_spec": "spdx-license-ids@^1.0.2",
  39. "_where": "D:\\work\\im\\node_modules\\spdx-correct",
  40. "author": {
  41. "name": "Shinnosuke Watanabe",
  42. "url": "https://github.com/shinnn"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  46. },
  47. "dependencies": {},
  48. "description": "A list of SPDX license identifiers",
  49. "devDependencies": {
  50. "@shinnn/eslint-config-node": "^3.0.0",
  51. "chalk": "^1.1.3",
  52. "eslint": "^3.1.1",
  53. "get-spdx-license-ids": "^1.0.0",
  54. "istanbul": "^0.4.4",
  55. "loud-rejection": "^1.6.0",
  56. "rimraf-promise": "^2.0.0",
  57. "stringify-object": "^2.4.0",
  58. "tap-spec": "^4.1.1",
  59. "tape": "^4.6.0",
  60. "write-file-atomically": "1.0.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "c9df7a3424594ade6bd11900d596696dc06bac57",
  65. "tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz"
  66. },
  67. "files": [
  68. "spdx-license-ids.json"
  69. ],
  70. "gitHead": "70e2541bf04b4fbef4c5df52c581a1861fd355b2",
  71. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  72. "keywords": [
  73. "spdx",
  74. "license",
  75. "licenses",
  76. "id",
  77. "identifier",
  78. "identifiers",
  79. "json",
  80. "array",
  81. "oss",
  82. "browser",
  83. "client-side"
  84. ],
  85. "license": "Unlicense",
  86. "main": "spdx-license-ids.json",
  87. "maintainers": [
  88. {
  89. "email": "snnskwtnb@gmail.com",
  90. "name": "shinnn"
  91. }
  92. ],
  93. "name": "spdx-license-ids",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  99. },
  100. "scripts": {
  101. "build": "node --strong_mode build.js",
  102. "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
  103. "lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
  104. "pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
  105. "test": "node --strong_mode test.js | tap-spec"
  106. },
  107. "version": "1.2.2"
  108. }