-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
33
34
35
36
37
38
39
40
41
42
{
"name": "jsanayzer",
"version": "1.0.0",
"description": "- 一个自实现的JS程序分析工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoonBirdLin/JSAnalyzer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MoonBirdLin/JSAnalyzer/issues"
},
"homepage": "https://github.com/MoonBirdLin/JSAnalyzer#readme",
"dependencies": {
"compression": "^1.7.4",
"core-js": "^2.6.12",
"csv-writer": "^1.6.0",
"domino": "^2.1.6",
"escodegen": "^2.1.0",
"esgraph": "^0.3.0",
"esmangle": "^1.0.1",
"espree": "^10.1.0",
"esprima": "^4.0.1",
"esprima-next": "^6.0.3",
"filbert": "^0.1.20",
"latest": "^0.2.0",
"lodash": "^4.17.21",
"node-worker-threads-pool": "^1.5.1",
"open": "^10.1.0",
"php-parser": "^3.1.5",
"process.argv": "^0.6.1",
"source-map": "^0.7.4",
"util": "^0.12.5",
"walkes": "^0.2.1"
}
}