package.json 3.2 KB

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