๐Ÿ“ฆ shieldfy / nodejs-vuln-package

๐Ÿ“„ package.json ยท 23 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23{
  "name": "nodejs-vuln-package",
  "version": "1.0.0",
  "description": "Shieldfy test vulnerable nodejs package",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shieldfy/nodejs-vuln-package.git"
  },
  "author": "team@shieldfy.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shieldfy/nodejs-vuln-package/issues"
  },
  "homepage": "https://github.com/shieldfy/nodejs-vuln-package#readme",
  "dependencies": {
    "algo-httpserv": "1.1.2"
  }
}