package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@3.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-license-ids@3.0.0",
  10. "_id": "spdx-license-ids@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==",
  13. "_location": "/spdx-license-ids",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-license-ids@3.0.0",
  19. "name": "spdx-license-ids",
  20. "escapedName": "spdx-license-ids",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/spdx-correct",
  27. "/spdx-expression-parse"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Shinnosuke Watanabe",
  34. "url": "https://github.com/shinnn"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  38. },
  39. "description": "A list of SPDX license identifiers",
  40. "devDependencies": {
  41. "@shinnn/eslint-config-node": "^5.0.0",
  42. "chalk": "^2.3.0",
  43. "eslint": "^4.16.0",
  44. "get-spdx-license-ids": "^2.1.0",
  45. "log-symbols": "^2.2.0",
  46. "loud-rejection": "^1.6.0",
  47. "rmfr": "^2.0.0-3",
  48. "tape": "^4.8.0",
  49. "write-file-atomically": "^1.0.0"
  50. },
  51. "eslintConfig": {
  52. "extends": "@shinnn/node"
  53. },
  54. "files": [
  55. "deprecated.json",
  56. "index.json"
  57. ],
  58. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  59. "keywords": [
  60. "spdx",
  61. "license",
  62. "licenses",
  63. "id",
  64. "identifier",
  65. "identifiers",
  66. "json",
  67. "array",
  68. "oss"
  69. ],
  70. "license": "CC0-1.0",
  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 build.js",
  78. "pretest": "eslint --fix --format=codeframe .",
  79. "test": "node test.js"
  80. },
  81. "version": "3.0.0"
  82. }