-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 907 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"author": "Jee Mok <jee.ict@hotmail.com>",
"bin": {
"better-npm-audit": "index.js"
},
"dependencies": {
"commander": "^8.0.0",
"dayjs": "^1.10.6",
"lodash.get": "^4.4.2",
"semver": "^7.6.3",
"table": "^6.7.1"
},
"description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.",
"engines": {
"node": ">= 8.12"
},
"keywords": [
"npm",
"audit",
"skip",
"ignore",
"exclude",
"exceptions",
"node",
"security",
"advisory",
"vulnerabilities",
"continuous integration",
"dependencies",
"check",
"build",
"script",
"nsp",
"ci"
],
"license": "MIT",
"main": "index.js",
"name": "better-npm-audit",
"repository": {
"type": "git",
"url": "https://github.com/jeemok/better-npm-audit"
},
"version": "3.11.0"
}