{
  "_args": [
    [
      {
        "raw": "babel-eslint@6.1.2",
        "scope": null,
        "escapedName": "babel-eslint",
        "name": "babel-eslint",
        "rawSpec": "6.1.2",
        "spec": "6.1.2",
        "type": "version"
      },
      "/Users/gaearon/p/create-react-app"
    ]
  ],
  "_from": "babel-eslint@6.1.2",
  "_id": "babel-eslint@6.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/babel-eslint",
  "_nodeVersion": "5.11.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/babel-eslint-6.1.2.tgz_1468078840838_0.10370502877049148"
  },
  "_npmUser": {
    "name": "hzoo",
    "email": "hi@henryzoo.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "babel-eslint@6.1.2",
    "scope": null,
    "escapedName": "babel-eslint",
    "name": "babel-eslint",
    "rawSpec": "6.1.2",
    "spec": "6.1.2",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-6.1.2.tgz",
  "_shasum": "5293419fe3672d66598d327da9694567ba6a5f2f",
  "_shrinkwrap": null,
  "_spec": "babel-eslint@6.1.2",
  "_where": "/Users/gaearon/p/create-react-app",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/babel/babel-eslint/issues"
  },
  "dependencies": {
    "babel-traverse": "^6.0.20",
    "babel-types": "^6.0.19",
    "babylon": "^6.0.18",
    "lodash.assign": "^4.0.0",
    "lodash.pickby": "^4.0.0"
  },
  "description": "Custom parser for ESLint",
  "devDependencies": {
    "eslint": "^2.4.0",
    "espree": "^3.0.0",
    "mocha": "^2.3.3"
  },
  "directories": {},
  "dist": {
    "shasum": "5293419fe3672d66598d327da9694567ba6a5f2f",
    "tarball": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-6.1.2.tgz"
  },
  "files": [
    "index.js",
    "babylon-to-espree"
  ],
  "gitHead": "9bea6fb2b7c6e01c29bbfc907b8ff6b85519bc52",
  "homepage": "https://github.com/babel/babel-eslint",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "sebmck",
      "email": "sebmck@gmail.com"
    },
    {
      "name": "hzoo",
      "email": "hi@henryzoo.com"
    }
  ],
  "name": "babel-eslint",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel-eslint.git"
  },
  "scripts": {
    "bootstrap": "git submodule update --init && cd eslint && npm install",
    "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
    "eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
    "fix": "eslint index.js babylon-to-espree test --fix",
    "lint": "eslint index.js babylon-to-espree test",
    "preversion": "npm test",
    "test": "mocha"
  },
  "version": "6.1.2"
}
