forked from OWASP/NodeGoat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 1.13 KB
/
Copy pathpackage-lock.json
File metadata and controls
32 lines (32 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "vulnerable-node-app",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"express": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/express/-/express-4.16.0.tgz",
"integrity": "sha512-T1gxjFDK1cxnEoXe17dN1W+CwpuCj9v60EhXfw8aNQEr5XCrpQOT+QJ+SzoKwxYgFxVzG1AiUdqFm72QbaY1xg==",
"requires": {
"debug": "2.6.9",
"qs": "6.5.0"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8YkfZbI2LrZB1jFuCzZcfNse5kT12zGZ1fRR3XkZjx5vTPqf8D6J2yG1xjZ6PQurXlRt8aZ1IYT7ABpSrw=="
},
"qs": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.0.tgz",
"integrity": "sha512-8v+HKZwZW54X6mVE0rZJ7PYHmuLZxli0EcbIh1jIsuMCZ6KfO3P3I2K4myZK6ffrK1nLlmjCFlBw2ArkuCqQpQ=="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-+QUMITiV1PfsZkZVth8YvhpxiL2gmyHy5m3h5uvzMJ2jMbL1mcIXVq5e4dvE0NhXdVNE3W9l5d+u+O+M0F4coA=="
}
}
}