Files
Zos/Skills/@be/node_modules/static-eval/package.json

46 lines
909 B
JSON
Raw Normal View History

{
"name": "static-eval",
"version": "0.2.4",
"description": "evaluate statically-analyzable expressions",
"main": "index.js",
"dependencies": {
"escodegen": "~0.0.24"
},
"devDependencies": {
"tape": "~1.0.4",
"esprima": "~1.0.3"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest", "ff/latest", "chrome/latest",
"opera/latest", "safari/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/substack/static-eval.git"
},
"homepage": "https://github.com/substack/static-eval",
"keywords": [
"static",
"eval",
"expression",
"esprima",
"ast",
"abstract",
"syntax",
"tree",
"analysis"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}