-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "static-module",
"version": "3.0.4",
"description": "convert module usage to inline expressions",
"main": "index.js",
"dependencies": {
"acorn-node": "^1.3.0",
"concat-stream": "~1.6.0",
"convert-source-map": "^1.5.1",
"duplexer2": "~0.1.4",
"escodegen": "^1.11.1",
"has": "^1.0.1",
"magic-string": "0.25.1",
"merge-source-map": "1.0.4",
"object-inspect": "^1.6.0",
"readable-stream": "~2.3.3",
"scope-analyzer": "^2.0.1",
"shallow-copy": "~0.0.1",
"static-eval": "^2.0.5",
"through2": "~2.0.3"
},
"devDependencies": {
"from2-string": "^1.1.0",
"nanobench": "^2.1.1",
"quote-stream": "^1.0.2",
"resolve": "^1.5.0",
"source-map": "^0.6.1",
"tape": "^4.8.0",
"uglify-js": "3.3.12"
},
"scripts": {
"bench": "nanobench bench",
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/static-module.git"
},
"homepage": "https://github.com/substack/static-module",
"keywords": [
"ast",
"static",
"analysis",
"esprima",
"syntax",
"tree"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}