package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "spdx-license-ids",
  3. "version": "3.0.0",
  4. "description": "A list of SPDX license identifiers",
  5. "repository": "shinnn/spdx-license-ids",
  6. "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  7. "scripts": {
  8. "build": "node build.js",
  9. "pretest": "eslint --fix --format=codeframe .",
  10. "test": "node test.js"
  11. },
  12. "license": "CC0-1.0",
  13. "files": [
  14. "deprecated.json",
  15. "index.json"
  16. ],
  17. "keywords": [
  18. "spdx",
  19. "license",
  20. "licenses",
  21. "id",
  22. "identifier",
  23. "identifiers",
  24. "json",
  25. "array",
  26. "oss"
  27. ],
  28. "devDependencies": {
  29. "@shinnn/eslint-config-node": "^5.0.0",
  30. "chalk": "^2.3.0",
  31. "eslint": "^4.16.0",
  32. "get-spdx-license-ids": "^2.1.0",
  33. "log-symbols": "^2.2.0",
  34. "loud-rejection": "^1.6.0",
  35. "rmfr": "^2.0.0-3",
  36. "tape": "^4.8.0",
  37. "write-file-atomically": "^1.0.0"
  38. },
  39. "eslintConfig": {
  40. "extends": "@shinnn/node"
  41. },
  42. "_from": "spdx-license-ids@3.0.0",
  43. "_resolved": "http://registry.npm.taobao.org/spdx-license-ids/download/spdx-license-ids-3.0.0.tgz"
  44. }