51 lines
1.1 KiB
JSON
Executable file
51 lines
1.1 KiB
JSON
Executable file
{
|
|
"name": "static-module",
|
|
"version": "2.2.5",
|
|
"description": "convert module usage to inline expressions",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"concat-stream": "~1.6.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"duplexer2": "~0.1.4",
|
|
"escodegen": "~1.9.0",
|
|
"falafel": "^2.1.0",
|
|
"has": "^1.0.1",
|
|
"magic-string": "^0.22.4",
|
|
"merge-source-map": "1.0.4",
|
|
"object-inspect": "~1.4.0",
|
|
"quote-stream": "~1.0.2",
|
|
"readable-stream": "~2.3.3",
|
|
"shallow-copy": "~0.0.1",
|
|
"static-eval": "^2.0.0",
|
|
"through2": "~2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"from2-string": "^1.1.0",
|
|
"resolve": "^1.5.0",
|
|
"source-map": "^0.6.1",
|
|
"tape": "^4.8.0",
|
|
"uglify-js": "3.3.12"
|
|
},
|
|
"scripts": {
|
|
"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": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|