UNPKG

1.27 kBJSONView Raw
1{
2 "name": "static-module",
3 "version": "3.0.2",
4 "description": "convert module usage to inline expressions",
5 "main": "index.js",
6 "dependencies": {
7 "acorn-node": "^1.3.0",
8 "concat-stream": "~1.6.0",
9 "convert-source-map": "^1.5.1",
10 "duplexer2": "~0.1.4",
11 "escodegen": "~1.9.0",
12 "has": "^1.0.1",
13 "magic-string": "^0.22.4",
14 "merge-source-map": "1.0.4",
15 "object-inspect": "~1.4.0",
16 "readable-stream": "~2.3.3",
17 "scope-analyzer": "^2.0.1",
18 "shallow-copy": "~0.0.1",
19 "static-eval": "^2.0.1",
20 "through2": "~2.0.3"
21 },
22 "devDependencies": {
23 "from2-string": "^1.1.0",
24 "nanobench": "^2.1.1",
25 "quote-stream": "^1.0.2",
26 "resolve": "^1.5.0",
27 "source-map": "^0.6.1",
28 "tape": "^4.8.0",
29 "uglify-js": "3.3.12"
30 },
31 "scripts": {
32 "bench": "nanobench bench",
33 "test": "tape test/*.js"
34 },
35 "repository": {
36 "type": "git",
37 "url": "git://github.com/substack/static-module.git"
38 },
39 "homepage": "https://github.com/substack/static-module",
40 "keywords": [
41 "ast",
42 "static",
43 "analysis",
44 "esprima",
45 "syntax",
46 "tree"
47 ],
48 "author": {
49 "name": "James Halliday",
50 "email": "mail@substack.net",
51 "url": "http://substack.net"
52 },
53 "license": "MIT"
54}