{ "_from": "eslint-ast-utils@^1.0.0", "_id": "eslint-ast-utils@1.1.0", "_inBundle": false, "_integrity": "sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==", "_location": "/eslint-ast-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-ast-utils@^1.0.0", "name": "eslint-ast-utils", "escapedName": "eslint-ast-utils", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/eslint-plugin-unicorn" ], "_resolved": "https://registry.npmjs.org/eslint-ast-utils/-/eslint-ast-utils-1.1.0.tgz", "_shasum": "3d58ba557801cfb1c941d68131ee9f8c34bd1586", "_spec": "eslint-ast-utils@^1.0.0", "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/eslint-plugin-unicorn", "author": { "name": "Jeroen Engels", "email": "jfm.engels@gmail.com", "url": "github.com/jfmengels" }, "bugs": { "url": "https://github.com/jfmengels/eslint-ast-utils/issues" }, "bundleDependencies": false, "dependencies": { "lodash.get": "^4.4.2", "lodash.zip": "^4.2.0" }, "deprecated": false, "description": "Utility library to manipulate ASTs", "devDependencies": { "ava": "^0.16.0", "babel-eslint": "^7.0.0", "espree": "^3.3.2", "nyc": "^7.1.0", "xo": "^0.17.0" }, "engines": { "node": ">=4" }, "files": [ "index.js", "lib" ], "homepage": "https://github.com/jfmengels/eslint-ast-utils#readme", "keywords": [ "eslint", "ast", "utils", "Utility" ], "license": "MIT", "name": "eslint-ast-utils", "nyc": { "reporter": [ "lcov", "text" ], "check-coverage": true, "lines": 100, "statements": 100, "functions": 100, "branches": 100 }, "repository": { "type": "git", "url": "git+https://github.com/jfmengels/eslint-ast-utils.git" }, "scripts": { "test": "xo && nyc ava" }, "version": "1.1.0", "xo": { "esnext": true } }