node-source-walk
Version:
Execute a callback on every node of a source code's AST and stop walking when you see fit
28 lines (27 loc) • 754 B
JSON
{
"name": "node-source-walk",
"version": "1.2.0",
"description": "Execute a callback on every node of a source code's AST and stop walking when you see fit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/node-source-walk"
},
"keywords": [
"ast",
"traversal"
],
"author": "Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-source-walk/issues"
},
"homepage": "https://github.com/mrjoelkemp/node-source-walk",
"dependencies": {
"esprima": "~1.0.4",
"esprima-fb": "~7001.1.0-dev-harmony-fb"
}
}