You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

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