UNPKG

episcope

Version:
47 lines (46 loc) 1.18 kB
{ "name": "episcope", "id": "episcope", "version": "0.0.1", "description": "ECMAScript scope analyzer", "keywords": [ "episcope", "scope", "AST", "ecmascript", "analizer" ], "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", "homepage": "https://github.com/Gozala/episcope", "repository": { "type": "git", "url": "https://github.com/Gozala/episcope.git", "web": "https://github.com/Gozala/episcope" }, "bugs": { "url": "http://github.com/Gozala/episcope/issues/" }, "devDependencies": { "test": "~0.x.0", "phantomify": "~0.x.0", "repl-utils": "~2.0.1" }, "main": "./index.js", "scripts": { "repl": "node node_modules/repl-utils", "test": "npm run test-node && npm run test-browser", "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common.js", "test-node": "node ./test/common.js", "postinstall": "npm dedup" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Gozala/episcope/License.md" } ], "dependencies": { "esprima": "git://github.com/ariya/esprima.git#harmony", "interset": "0.0.1" } }