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

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "npm-audit",
"version": "1.0.0",
"description": "Démonstration OWASP 2025 RC1 A03 - npm audit",
"main": "index.js",
"dependencies": {
"lodash": "4.17.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}