package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "spdx-expression-parse@1.0.4",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-expression-parse@1.0.4",
  10. "_id": "spdx-expression-parse@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
  13. "_location": "/spdx-expression-parse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-expression-parse@1.0.4",
  19. "name": "spdx-expression-parse",
  20. "escapedName": "spdx-expression-parse",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/validate-npm-package-license"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Kyle E. Mitchell",
  33. "email": "kyle@kemitchell.com",
  34. "url": "http://kemitchell.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kemitchell/spdx-expression-parse.js/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "C. Scott Ananian",
  42. "email": "cscott@cscott.net",
  43. "url": "http://cscott.net"
  44. },
  45. {
  46. "name": "Kyle E. Mitchell",
  47. "email": "kyle@kemitchell.com",
  48. "url": "https://kemitchell.com"
  49. },
  50. {
  51. "name": "Shinnosuke Watanabe",
  52. "email": "snnskwtnb@gmail.com"
  53. }
  54. ],
  55. "description": "parse SPDX license expressions",
  56. "devDependencies": {
  57. "defence-cli": "^1.0.1",
  58. "jison": "^0.4.15",
  59. "replace-require-self": "^1.0.0",
  60. "spdx-exceptions": "^1.0.4",
  61. "spdx-license-ids": "^1.0.0",
  62. "standard": "^8.0.0"
  63. },
  64. "files": [
  65. "AUTHORS",
  66. "index.js",
  67. "parser.js"
  68. ],
  69. "homepage": "https://github.com/kemitchell/spdx-expression-parse.js#readme",
  70. "keywords": [
  71. "SPDX",
  72. "law",
  73. "legal",
  74. "license",
  75. "metadata",
  76. "package",
  77. "package.json",
  78. "standards"
  79. ],
  80. "license": "(MIT AND CC-BY-3.0)",
  81. "name": "spdx-expression-parse",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/kemitchell/spdx-expression-parse.js.git"
  85. },
  86. "scripts": {
  87. "lint": "standard",
  88. "prepublish": "node generate-parser.js > parser.js",
  89. "pretest": "npm run prepublish",
  90. "test": "defence -i javascript README.md | replace-require-self | node"
  91. },
  92. "version": "1.0.4"
  93. }