package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@1.2.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-license-ids@1.2.2",
  10. "_id": "spdx-license-ids@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
  13. "_location": "/spdx-license-ids",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-license-ids@1.2.2",
  19. "name": "spdx-license-ids",
  20. "escapedName": "spdx-license-ids",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/spdx-correct"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Shinnosuke Watanabe",
  33. "url": "https://github.com/shinnn"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  37. },
  38. "description": "A list of SPDX license identifiers",
  39. "devDependencies": {
  40. "@shinnn/eslint-config-node": "^3.0.0",
  41. "chalk": "^1.1.3",
  42. "eslint": "^3.1.1",
  43. "get-spdx-license-ids": "^1.0.0",
  44. "istanbul": "^0.4.4",
  45. "loud-rejection": "^1.6.0",
  46. "rimraf-promise": "^2.0.0",
  47. "stringify-object": "^2.4.0",
  48. "tap-spec": "^4.1.1",
  49. "tape": "^4.6.0",
  50. "write-file-atomically": "1.0.0"
  51. },
  52. "files": [
  53. "spdx-license-ids.json"
  54. ],
  55. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  56. "keywords": [
  57. "spdx",
  58. "license",
  59. "licenses",
  60. "id",
  61. "identifier",
  62. "identifiers",
  63. "json",
  64. "array",
  65. "oss",
  66. "browser",
  67. "client-side"
  68. ],
  69. "license": "Unlicense",
  70. "main": "spdx-license-ids.json",
  71. "name": "spdx-license-ids",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  75. },
  76. "scripts": {
  77. "build": "node --strong_mode build.js",
  78. "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
  79. "lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
  80. "pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
  81. "test": "node --strong_mode test.js | tap-spec"
  82. },
  83. "version": "1.2.2"
  84. }