-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 734 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 734 Bytes
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
{
"dependencies": {
"acorn": "^8.11.2",
"acorn-walk": "^8.3.1",
"astring": "^1.8.6",
"cors": "^2.8.5",
"escodegen": "^2.1.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"istanbul": "^0.4.5",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"pupeteer": "^0.0.1",
"puppeteer": "^21.5.2",
"vm2": "^3.9.19"
},
"name": "js-code-analyzer",
"version": "1.0.0",
"main": "AST_util.js",
"scripts": {
"coverage": "nyc node test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^29.7.0",
"nyc": "^15.1.0"
},
"nyc": {
"include": [
"*.js"
],
"exclude": [
"tests/**/*"
]
},
"description": ""
}