UNPKG

free-falafel

Version:

transform the ast on a recursive walk

47 lines (46 loc) 1.15 kB
{ "name" : "free-falafel", "description" : "transform the ast on a recursive walk", "version" : "0.2.1", "repository" : { "type" : "git", "url" : "https://github.com/freethenation/node-falafel.git" }, "main" : "index.js", "keywords" : [ "ast", "source", "traversal", "syntax", "tree", "burrito" ], "directories" : { "example" : "example", "test" : "test" }, "scripts" : { "test" : "tap ./test/array.js ./test/async.js ./test/for.js ./test/parent.js ./test/breadthFirstFn.js" }, "dependencies" : { "esprima" : "substack/esprima#is-keyword" }, "devDependencies" : { "tape" : "~0.0.2", "tap" : "~0.3.0" }, "engines" : { "node" : ">=0.4.0" }, "license" : "MIT", "testling" : { "files" : "test/*.js", "browsers" : { "iexplore" : [ "6.0", "7.0", "8.0", "9.0" ], "chrome" : [ "20.0" ], "firefox" : [ "10.0", "15.0" ], "safari" : [ "5.1" ], "opera" : [ "12.0" ] } } }