{
  "_args": [
    [
      "babel-plugin-transform-react-remove-prop-types",
      "/Users/calebmer/Projects/node-packages/babel-preset-calebmer"
    ]
  ],
  "_from": "babel-plugin-transform-react-remove-prop-types@latest",
  "_id": "babel-plugin-transform-react-remove-prop-types@0.2.9",
  "_inCache": true,
  "_installable": true,
  "_location": "/babel-plugin-transform-react-remove-prop-types",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/babel-plugin-transform-react-remove-prop-types-0.2.9.tgz_1469874680866_0.7689002701081336"
  },
  "_npmUser": {
    "email": "olivier.tassinari@gmail.com",
    "name": "oliviertassinari"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "babel-plugin-transform-react-remove-prop-types",
    "raw": "babel-plugin-transform-react-remove-prop-types",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.2.9.tgz",
  "_shasum": "6920f2675dcd9a41433d1d9d19ea28944baf2916",
  "_shrinkwrap": null,
  "_spec": "babel-plugin-transform-react-remove-prop-types",
  "_where": "/Users/calebmer/Projects/node-packages/babel-preset-calebmer",
  "author": {
    "name": "Nikita Gusakov"
  },
  "bugs": {
    "url": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/issues"
  },
  "dependencies": {},
  "description": "Remove unnecessary React propTypes from the production build",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.11.4",
    "babel-eslint": "^6.1.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.3.13",
    "eslint": "^3.1.1",
    "eslint-plugin-flowtype": "^2.4.0",
    "eslint-plugin-mocha": "^4.2.0",
    "eslint-plugin-react": "^5.0.1",
    "flow": "^0.2.3",
    "flow-bin": "^0.30.0",
    "glob": "^7.0.5",
    "istanbul": "^0.4.2",
    "minimist": "^1.2.0",
    "mocha": "^2.2.5",
    "nodemon": "^1.10.0"
  },
  "directories": {},
  "dist": {
    "shasum": "6920f2675dcd9a41433d1d9d19ea28944baf2916",
    "tarball": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.2.9.tgz"
  },
  "gitHead": "33b47c36fc9a19fe964114ce587fa6ed23b9028a",
  "homepage": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types#readme",
  "keywords": [
    "babel",
    "babel-plugin",
    "react",
    "minification",
    "propTypes"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "olivier.tassinari@gmail.com",
      "name": "oliviertassinari"
    }
  ],
  "name": "babel-plugin-transform-react-remove-prop-types",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "flow": "flow",
    "lint": "eslint src test",
    "prebuild": "rm -rf lib/",
    "prepublish": "npm run build",
    "test": "npm run lint && npm run test:unit && npm run flow",
    "test:unit": "babel-node test/index.js",
    "test:unit:watch": "babel-node test/watch.js"
  },
  "version": "0.2.9"
}
