46 lines
994 B
JSON
46 lines
994 B
JSON
{
|
|
"name": "static-module",
|
|
"version": "1.5.0",
|
|
"description": "convert module usage to inline expressions",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"concat-stream": "~1.6.0",
|
|
"duplexer2": "~0.0.2",
|
|
"escodegen": "~1.3.2",
|
|
"falafel": "^2.1.0",
|
|
"has": "^1.0.0",
|
|
"object-inspect": "~0.4.0",
|
|
"quote-stream": "~0.0.0",
|
|
"readable-stream": "~1.0.27-1",
|
|
"shallow-copy": "~0.0.1",
|
|
"static-eval": "~0.2.0",
|
|
"through2": "~0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"resolve": "^1.1.5",
|
|
"tape": "^3.4.0"
|
|
},
|
|
"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"
|
|
}
|