| { |
| "babel": { |
| "presets": [ |
| "es2015" |
| ] |
| }, |
| "dependencies": { |
| "estraverse": "^4.1.0" |
| }, |
| "description": "ECMAScript AST recursive visitor", |
| "devDependencies": { |
| "babel-cli": "^6.24.1", |
| "babel-eslint": "^7.2.3", |
| "babel-preset-es2015": "^6.24.1", |
| "babel-register": "^6.24.1", |
| "chai": "^4.0.2", |
| "esprima": "^4.0.0", |
| "gulp": "^3.9.0", |
| "gulp-bump": "^2.7.0", |
| "gulp-eslint": "^4.0.0", |
| "gulp-filter": "^5.0.0", |
| "gulp-git": "^2.4.1", |
| "gulp-mocha": "^4.3.1", |
| "gulp-tag-version": "^1.2.1", |
| "jsdoc": "^3.3.0-alpha10", |
| "minimist": "^1.1.0" |
| }, |
| "engines": { |
| "node": ">=4.0" |
| }, |
| "homepage": "https://github.com/estools/esrecurse", |
| "license": "BSD-2-Clause", |
| "main": "esrecurse.js", |
| "maintainers": [ |
| { |
| "email": "utatane.tea@gmail.com", |
| "name": "Yusuke Suzuki", |
| "web": "https://github.com/Constellation" |
| } |
| ], |
| "name": "esrecurse", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/estools/esrecurse.git" |
| }, |
| "scripts": { |
| "lint": "gulp lint", |
| "test": "gulp travis", |
| "unit-test": "gulp test" |
| }, |
| "version": "4.2.1" |
| } |