package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "spdx-correct@3.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "spdx-correct@^3.0.0",
  9. "_id": "spdx-correct@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
  12. "_location": "/spdx-correct",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "spdx-correct@3.0.0",
  18. "name": "spdx-correct",
  19. "escapedName": "spdx-correct",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/validate-npm-package-license"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
  29. "_shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82",
  30. "_spec": "3.0.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Kyle E. Mitchell",
  34. "email": "kyle@kemitchell.com",
  35. "url": "https://kemitchell.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jslicense/spdx-correct.js/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Kyle E. Mitchell",
  44. "email": "kyle@kemitchell.com",
  45. "url": "https://kemitchell.com"
  46. },
  47. {
  48. "name": "Christian Zommerfelds",
  49. "email": "aero_super@yahoo.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "spdx-expression-parse": "^3.0.0",
  54. "spdx-license-ids": "^3.0.0"
  55. },
  56. "deprecated": false,
  57. "description": "correct invalid SPDX expressions",
  58. "devDependencies": {
  59. "defence-cli": "^2.0.1",
  60. "replace-require-self": "^1.0.0",
  61. "standard": "^11.0.0",
  62. "standard-markdown": "^4.0.2",
  63. "tape": "^4.9.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
  69. "keywords": [
  70. "SPDX",
  71. "law",
  72. "legal",
  73. "license",
  74. "metadata"
  75. ],
  76. "license": "Apache-2.0",
  77. "name": "spdx-correct",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  81. },
  82. "scripts": {
  83. "lint": "standard && standard-markdown",
  84. "test": "defence README.md | replace-require-self | node && node test.js"
  85. },
  86. "version": "3.0.0"
  87. }