{
  "_args": [
    [
      {
        "raw": "eslint-plugin-flowtype@2.4.0",
        "scope": null,
        "escapedName": "eslint-plugin-flowtype",
        "name": "eslint-plugin-flowtype",
        "rawSpec": "2.4.0",
        "spec": "2.4.0",
        "type": "version"
      },
      "/Users/gaearon/p/create-react-app"
    ]
  ],
  "_from": "eslint-plugin-flowtype@2.4.0",
  "_id": "eslint-plugin-flowtype@2.4.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint-plugin-flowtype",
  "_nodeVersion": "6.3.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-flowtype-2.4.0.tgz_1469631572863_0.9845877517946064"
  },
  "_npmUser": {
    "name": "gajus",
    "email": "gajus@gajus.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-flowtype@2.4.0",
    "scope": null,
    "escapedName": "eslint-plugin-flowtype",
    "name": "eslint-plugin-flowtype",
    "rawSpec": "2.4.0",
    "spec": "2.4.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.4.0.tgz",
  "_shasum": "45189c7886d5a1ec6131bbcda981275c6054a7cd",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-flowtype@2.4.0",
  "_where": "/Users/gaearon/p/create-react-app",
  "author": {
    "name": "Gajus Kuizinas",
    "email": "gajus@gajus.com",
    "url": "http://gajus.com"
  },
  "bugs": {
    "url": "https://github.com/gajus/eslint-plugin-flowtype/issues"
  },
  "dependencies": {
    "lodash": "^4.9.0"
  },
  "description": "Flowtype linting rules for ESLint.",
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-eslint": "^6.0.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "create-index": "^0.1.2",
    "eslint": "^2.13.1",
    "eslint-config-canonical": "^1.7.12",
    "gitdown": "^2.4.8",
    "mocha": "^2.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "45189c7886d5a1ec6131bbcda981275c6054a7cd",
    "tarball": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.4.0.tgz"
  },
  "gitHead": "9f40713cea03fec9f8dfeb6155c0e3b775b75dde",
  "homepage": "https://github.com/gajus/eslint-plugin-flowtype#readme",
  "keywords": [
    "eslint",
    "plugin",
    "flowtype"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "gajus",
      "email": "gajus@gajus.com"
    }
  ],
  "name": "eslint-plugin-flowtype",
  "optionalDependencies": {},
  "peerDependencies": {
    "eslint": ">=2.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gajus/eslint-plugin-flowtype.git"
  },
  "scripts": {
    "build": "babel ./src --out-dir ./dist",
    "create-index": "create-index ./src --update-index",
    "lint": "eslint ./src ./tests",
    "readme": "node ./node_modules/.bin/gitdown ./.README/README.md --output-file ./README.md; npm run readme-add-assertions",
    "readme-add-assertions": "babel-node ./bin/readmeAssertions",
    "test": "mocha --compilers js:babel-register ./tests/rules/index.js"
  },
  "version": "2.4.0"
}
