UNPKG

walkes

Version:

very simple walker for estree AST

25 lines (24 loc) 557 B
{ "name": "walkes", "description": "very simple walker for estree AST", "version": "0.2.1", "keywords": ["AST", "abstract syntax tree", "estree"], "main": "./index", "maintainers": [ "Arpad Borsos <arpad.borsos@googlemail.com> (http://swatinem.de)" ], "dependencies": { }, "devDependencies": { "istanbul": "*", "mocha": "*", "should": "*", "coveralls": "*", "jshint": "*" }, "scripts": { "test": "make test-coveralls" }, "repository": "git://github.com/Swatinem/walkes.git", "license": "LGPL-3.0" }