shift-scope
Version:
produce a scope tree for Shift format ASTs
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "shift-scope",
"version": "6.0.0",
"description": "produce a scope tree for Shift format ASTs",
"author": "Shape Security",
"homepage": "https://github.com/shapesecurity/shift-scope-js",
"repository": {
"type": "git",
"url": "https://github.com/shapesecurity/shift-scope-js.git"
},
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"build": "echo nothing to do",
"test": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot test",
"lint": "eslint src test"
},
"dependencies": {
"multimap": "1.0.2",
"shift-reducer": "7.0.0",
"shift-spec": "2019.0.0"
},
"devDependencies": {
"eslint": "4.6.1",
"mocha": "8.1.3",
"shift-parser": "8.0.0"
},
"keywords": [
"Shift",
"scope",
"static",
"analysis",
"analyser",
"analyzer",
"AST",
"abstract",
"syntax",
"tree"
],
"bugs": {
"url": "https://github.com/shapesecurity/shift-scope-js/issues"
},
"license": "Apache-2.0"
}