{
  "_args": [
    [
      "eslint-ast-utils@1.1.0",
      "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web"
    ]
  ],
  "_development": true,
  "_from": "eslint-ast-utils@1.1.0",
  "_id": "eslint-ast-utils@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==",
  "_location": "/eslint-ast-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-ast-utils@1.1.0",
    "name": "eslint-ast-utils",
    "escapedName": "eslint-ast-utils",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/eslint-plugin-unicorn"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-ast-utils/-/eslint-ast-utils-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web",
  "author": {
    "name": "Jeroen Engels",
    "email": "jfm.engels@gmail.com",
    "url": "github.com/jfmengels"
  },
  "bugs": {
    "url": "https://github.com/jfmengels/eslint-ast-utils/issues"
  },
  "dependencies": {
    "lodash.get": "^4.4.2",
    "lodash.zip": "^4.2.0"
  },
  "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
  }
}
