Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
add model solution
Commit Description:
add model solution
{
"name" : "scope-analyzer" ,
"description" : "simple scope analysis for javascript ASTs" ,
"version" : "2.1.1" ,
"author" : "Renée Kooi <renee@kooi.me>" ,
"bugs" : {
"url" : "https://github.com/goto-bus-stop/scope-analyzer/issues"
},
"dependencies" : {
"array-from" : "^2.1.1" ,
"dash-ast" : "^1.0.0" ,
"es6-map" : "^0.1.5" ,
"es6-set" : "^0.1.5" ,
"es6-symbol" : "^3.1.1" ,
"estree-is-function" : "^1.0.0" ,
"get-assigned-identifiers" : "^1.1.0"
},
"devDependencies" : {
"acorn" : "^6.2.0" ,
"babel-core" : "^6.26.3" ,
"babel-plugin-transform-es2015-template-literals" : "^6.22.0" ,
"d3" : "^4.13.0" ,
"has-template-literals" : "^1.0.0" ,
"nanobench" : "^2.1.1" ,
"standard" : "^14.3.1" ,
"tape" : "^4.11.0" ,
"three" : "^0.89.0"
},
"homepage" : "https://github.com/goto-bus-stop/scope-analyzer" ,
"keywords" : [
"analysis" ,
"ast" ,
"javascript" ,
"nodes" ,
"refactor" ,
"rename" ,
"scope"
],
"license" : "Apache-2.0" ,
"main" : "index.js" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/goto-bus-stop/scope-analyzer.git"
},
"scripts" : {
"bench" : "nanobench bench/*.js" ,
"test" : "standard && tape -r ./test/_init.js test/index.js"
}
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings