UNPKG

typhonjs-ast-walker

Version:

Provides a simple Javascript AST traversal utility that traverses all nodes / children regardless of type.

48 lines (47 loc) 1.4 kB
{ "name": "typhonjs-ast-walker", "version": "0.2.1", "homepage": "https://github.com/typhonjs-node-ast/typhonjs-ast-walker/", "description": "Provides a simple Javascript AST traversal utility that traverses all nodes / children regardless of type.", "license": "MPL-2.0", "main": "./dist", "author": { "name": "Mike Leahy" }, "repository": { "type": "git", "url": "https://github.com/typhonjs-node-ast/typhonjs-ast-walker.git" }, "maintainers": [ { "name": "Mike Leahy", "email": "support@typhonjs.io", "url": "https://github.com/typhonrt" } ], "devDependencies": { "typhonjs-config-eslint": "^0.4.0", "typhonjs-npm-build-test": "^0.3.0" }, "scripts": { "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js", "esdoc": "esdoc -c .esdocrc", "eslint": "eslint .", "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js", "test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js", "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js" }, "keywords": [ "typhonjs", "ast", "traversal" ], "files": [ "dist", "src", "AUTHORS.md" ], "bugs": { "url": "https://github.com/typhonjs-node-ast/typhonjs-ast-walker/issues" } }