package-lock.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "nginx-ui",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "@types/lodash-es": "^4.17.12",
  9. "lodash-es": "^4.17.21"
  10. }
  11. },
  12. "node_modules/@types/lodash": {
  13. "version": "4.17.16",
  14. "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz",
  15. "integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
  16. "license": "MIT"
  17. },
  18. "node_modules/@types/lodash-es": {
  19. "version": "4.17.12",
  20. "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  21. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  22. "license": "MIT",
  23. "dependencies": {
  24. "@types/lodash": "*"
  25. }
  26. },
  27. "node_modules/lodash-es": {
  28. "version": "4.17.21",
  29. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
  30. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  31. "license": "MIT"
  32. }
  33. }
  34. }