package.json 2.1 KB

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