package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "spdx-correct@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/validate-npm-package-license"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Kyle E. Mitchell",
  32. "email": "kyle@kemitchell.com",
  33. "url": "https://kemitchell.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jslicense/spdx-correct.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Kyle E. Mitchell",
  41. "email": "kyle@kemitchell.com",
  42. "url": "https://kemitchell.com"
  43. },
  44. {
  45. "name": "Christian Zommerfelds",
  46. "email": "aero_super@yahoo.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "spdx-expression-parse": "^3.0.0",
  51. "spdx-license-ids": "^3.0.0"
  52. },
  53. "description": "correct invalid SPDX expressions",
  54. "devDependencies": {
  55. "defence-cli": "^2.0.1",
  56. "replace-require-self": "^1.0.0",
  57. "standard": "^11.0.0",
  58. "standard-markdown": "^4.0.2",
  59. "tape": "^4.9.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
  65. "keywords": [
  66. "SPDX",
  67. "law",
  68. "legal",
  69. "license",
  70. "metadata"
  71. ],
  72. "license": "Apache-2.0",
  73. "name": "spdx-correct",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  77. },
  78. "scripts": {
  79. "lint": "standard && standard-markdown",
  80. "test": "defence README.md | replace-require-self | node && node test.js"
  81. },
  82. "version": "3.0.0"
  83. }