Files
ENI-JSAdvanced_11/package-lock.json
2025-12-18 15:22:26 +01:00

22 lines
523 B
JSON

{
"name": "npm-audit",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm-audit",
"version": "1.0.0",
"dependencies": {
"lodash": "4.17.11"
}
},
"node_modules/lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
"license": "MIT"
}
}
}