package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "spdx-correct@1.0.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-correct@1.0.2",
  10. "_id": "spdx-correct@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
  13. "_location": "/spdx-correct",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-correct@1.0.2",
  19. "name": "spdx-correct",
  20. "escapedName": "spdx-correct",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/validate-npm-package-license"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
  29. "_spec": "1.0.2",
  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": "https://kemitchell.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kemitchell/spdx-correct.js/issues"
  38. },
  39. "dependencies": {
  40. "spdx-license-ids": "^1.0.2"
  41. },
  42. "description": "correct invalid SPDX identifiers",
  43. "devDependencies": {
  44. "defence-cli": "^1.0.1",
  45. "replace-require-self": "^1.0.0",
  46. "spdx-expression-parse": "^1.0.0",
  47. "tape": "~4.0.0"
  48. },
  49. "homepage": "https://github.com/kemitchell/spdx-correct.js#readme",
  50. "keywords": [
  51. "SPDX",
  52. "law",
  53. "legal",
  54. "license",
  55. "metadata"
  56. ],
  57. "license": "Apache-2.0",
  58. "name": "spdx-correct",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/kemitchell/spdx-correct.js.git"
  62. },
  63. "scripts": {
  64. "test": "defence README.md | replace-require-self | node && tape *.test.js"
  65. },
  66. "version": "1.0.2"
  67. }