package-lock.json 739 B

123456789101112131415161718192021222324
  1. {
  2. "name": "WebPortal",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "jquery-captcha": "^2.3.2"
  9. }
  10. },
  11. "node_modules/jquery-captcha": {
  12. "version": "2.3.2",
  13. "resolved": "https://registry.npmjs.org/jquery-captcha/-/jquery-captcha-2.3.2.tgz",
  14. "integrity": "sha512-1jntSRDGmxeVgEZoVEPupHyruNUx6G6OEoZ4UeAT7lwdQtoYgCibEhrPuGYl5k5NHEfUBlj1+VhGCQDg3BA/cA=="
  15. }
  16. },
  17. "dependencies": {
  18. "jquery-captcha": {
  19. "version": "2.3.2",
  20. "resolved": "https://registry.npmjs.org/jquery-captcha/-/jquery-captcha-2.3.2.tgz",
  21. "integrity": "sha512-1jntSRDGmxeVgEZoVEPupHyruNUx6G6OEoZ4UeAT7lwdQtoYgCibEhrPuGYl5k5NHEfUBlj1+VhGCQDg3BA/cA=="
  22. }
  23. }
  24. }