package.json 3.3 KB

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