| { |
| "author": "Rich Harris", |
| "description": "Traverse an ESTree-compliant AST", |
| "devDependencies": { |
| "mocha": "^5.2.0", |
| "rollup": "^0.67.3" |
| }, |
| "files": [ |
| "src", |
| "dist", |
| "index.d.ts", |
| "README.md" |
| ], |
| "license": "MIT", |
| "main": "dist/estree-walker.umd.js", |
| "module": "src/estree-walker.js", |
| "name": "estree-walker", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/Rich-Harris/estree-walker" |
| }, |
| "scripts": { |
| "build": "rollup -c", |
| "prepublishOnly": "npm test", |
| "pretest": "npm run build", |
| "test": "mocha test/test.js" |
| }, |
| "typings": "index.d.ts", |
| "version": "0.6.1" |
| } |