-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.36 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "static-analysis",
"version": "2.1.1",
"description": "Performs RegEx Static Analysis On JavaScript Programs To Find Out All Dependencies That Stem From The Given Files.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-compile": "yarn test -e test-compile",
"lib": "depack-dev src/depack.js -o compile -a -p -c -s --source_map_include_content",
"lint": "eslint .",
"doc": "doc -o README.md -n _staticAnalysis -d",
"start": "alanode src/server",
"b": "alamode src -o build -s",
"d": "yarn-s template d1 externs",
"template": "typal compile/template.js -T compile/index.js -t types",
"d1": "typal compile/index.js -u",
"externs": "typal types/externs.js -e",
"build": "yarn-s d b doc",
"e": "alanode",
"example/": "yarn e example/example.js"
},
"files": [
"compile",
"src",
"types/externs.js",
"COPYING"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/dpck/static-analysis.git"
},
"keywords": [
"static-analysis",
"static analysis",
"import",
"export",
"require",
"commonJS",
"ES6",
"dependency",
"dependencies",
"list",
"tree"
],
"author": "Anton <anton@adc.sh>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/dpck/static-analysis/issues"
},
"homepage": "https://compiler.page",
"devDependencies": {
"@depack/detect": "^1.1.0",
"@depack/render": "^1.3.4",
"@depack/split": "^1.0.0",
"@idio/idio": "^1.2.4",
"@idio/preact-fixture": "1.0.0",
"@idio/router": "^1.4.1",
"@wrote/read": "^1.0.4",
"@wrote/write": "^1.0.4",
"@wrote/wrote": "^1.2.3",
"alamode": "^3.5.2",
"documentary": "^1.37.0",
"erotic": "^2.1.1",
"eslint-config-artdeco": "1.0.1",
"fpj": "^1.3.1",
"mismatch": "^1.2.0",
"resolve-dependency": "^1.0.3",
"temp-context": "^2.1.3",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
},
"srcDependencies": {
"@depack/detect": "^1.0.2",
"@depack/split": "^1.0.0",
"@wrote/read": "^1.0.4",
"erotic": "^2.1.1",
"fpj": "^1.3.0",
"mismatch": "^1.2.0",
"resolve-dependency": "^1.0.3"
}
}