| { |
| "author": "Rich Harris", |
| "description": "Traverse an ESTree-compliant AST", |
| "devDependencies": { |
| "@types/estree": "0.0.42", |
| "mocha": "^5.2.0", |
| "rollup": "^0.67.3", |
| "rollup-plugin-sucrase": "^2.1.0", |
| "typescript": "^3.7.5" |
| }, |
| "files": [ |
| "src", |
| "dist", |
| "types", |
| "README.md" |
| ], |
| "license": "MIT", |
| "main": "dist/estree-walker.umd.js", |
| "module": "src/estree-walker.js", |
| "name": "estree-walker", |
| "private": false, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/Rich-Harris/estree-walker" |
| }, |
| "scripts": { |
| "build": "tsc && rollup -c", |
| "prepublishOnly": "npm run build && npm test", |
| "test": "mocha --opts mocha.opts" |
| }, |
| "types": "types/index.d.ts", |
| "version": "2.0.1" |
| } |