First commit

This commit is contained in:
Johan
2025-12-18 15:22:26 +01:00
commit 840fe60505
5 changed files with 164 additions and 0 deletions

21
package-lock.json generated Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}
}