{ "name": "static-eval", "description": "evaluate statically-analyzable expressions", "version": "2.1.1", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "contributors": [ { "name": "Renée Kooi", "email": "renee@kooi.me" } ], "dependencies": { "escodegen": "^2.1.0" }, "devDependencies": { "esprima": "^3.1.3", "tape": "^4.10.1" }, "homepage": "https://github.com/browserify/static-eval", "keywords": [ "abstract", "analysis", "ast", "esprima", "eval", "expression", "static", "syntax", "tree" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/browserify/static-eval.git" }, "scripts": { "test": "tape test/*.js" }, "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "ff/latest", "chrome/latest", "opera/latest", "safari/latest" ] } }