{
  "_args": [
    [
      "babel-plugin-transform-react-remove-prop-types@0.4.13",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_from": "babel-plugin-transform-react-remove-prop-types@0.4.13",
  "_id": "babel-plugin-transform-react-remove-prop-types@0.4.13",
  "_inBundle": false,
  "_integrity": "sha1-Mxz8BQmagII4MR14MZwnRg1IEYk=",
  "_location": "/babel-plugin-transform-react-remove-prop-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-plugin-transform-react-remove-prop-types@0.4.13",
    "name": "babel-plugin-transform-react-remove-prop-types",
    "escapedName": "babel-plugin-transform-react-remove-prop-types",
    "rawSpec": "0.4.13",
    "saveSpec": null,
    "fetchSpec": "0.4.13"
  },
  "_requiredBy": [
    "/preact-cli"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.13.tgz",
  "_spec": "0.4.13",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "author": {
    "name": "Nikita Gusakov"
  },
  "bugs": {
    "url": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/issues"
  },
  "description": "Remove unnecessary React propTypes from the production build",
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.35",
    "@babel/core": "^7.0.0-beta.35",
    "@babel/generator": "^7.0.0-beta.35",
    "@babel/plugin-external-helpers": "^7.0.0-beta.35",
    "@babel/plugin-proposal-class-properties": "^7.0.0-beta.35",
    "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.35",
    "@babel/preset-env": "^7.0.0-beta.35",
    "@babel/preset-flow": "^7.0.0-beta.35",
    "@babel/preset-react": "^7.0.0-beta.35",
    "@babel/preset-stage-1": "^7.0.0-beta.35",
    "@babel/register": "^7.0.0-beta.35",
    "babel-eslint": "^8.0.2",
    "babel-plugin-flow-react-proptypes": "^6.1.0",
    "chai": "^4.1.2",
    "eslint": "^4.11.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.4.0",
    "flow-bin": "^0.59.0",
    "mocha": "^4.0.1",
    "path-exists": "^3.0.0",
    "pkgfiles": "^2.3.2",
    "prettier": "^1.8.2"
  },
  "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",
  "name": "babel-plugin-transform-react-remove-prop-types",
  "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 . && echo \"eslint: no lint errors\"",
    "prebuild": "rm -rf lib/",
    "prettier": "find . -name \"*.js\" | grep -v -f .eslintignore | xargs prettier --write",
    "test": "npm run lint && npm run test:unit && npm run flow",
    "test:unit": "mocha",
    "test:watch": "mocha -w",
    "version": "npm run build && pkgfiles"
  },
  "version": "0.4.13"
}
