{
  "_from": "prop-types-exact@^1.2.0",
  "_id": "prop-types-exact@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==",
  "_location": "/prop-types-exact",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prop-types-exact@^1.2.0",
    "name": "prop-types-exact",
    "escapedName": "prop-types-exact",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/airbnb-prop-types"
  ],
  "_resolved": "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.0.tgz",
  "_shasum": "825d6be46094663848237e3925a98c6e944e9869",
  "_spec": "prop-types-exact@^1.2.0",
  "_where": "/home/chavel5/puelkis-apps.com/puelkis_bundles/node_modules/airbnb-prop-types",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/airbnb/prop-types-exact/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has": "^1.0.3",
    "object.assign": "^4.1.0",
    "reflect.ownkeys": "^0.2.0"
  },
  "deprecated": false,
  "description": "For use with React PropTypes. Will error on any prop not explicitly specified.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^4.1.6",
    "babel-plugin-transform-replace-object-assign": "^1.0.0",
    "babel-preset-airbnb": "^2.4.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.9.1",
    "in-publish": "^2.0.0",
    "nyc": "^10.3.2",
    "prop-types": "^15.6.1",
    "react": "^0.13 || ^0.14 || ^15 || ^16.0.0-alpha.12",
    "rimraf": "^2.6.2",
    "safe-publish-latest": "^1.1.1",
    "tape": "^4.9.1"
  },
  "homepage": "https://github.com/airbnb/prop-types-exact#readme",
  "keywords": [
    "react",
    "propTypes",
    "airbnb",
    "prop",
    "types",
    "validator",
    "validation",
    "exact"
  ],
  "license": "MIT",
  "main": "build",
  "name": "prop-types-exact",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/prop-types-exact.git"
  },
  "scripts": {
    "build": "babel src --out-dir build --source-maps",
    "clean": "npm run clean:build && npm run clean:coverage",
    "clean:build": "rimraf build",
    "clean:coverage": "rimraf coverage",
    "coverage": "nyc --show-process-tree npm run --silent tests-only -- --",
    "lint": "eslint --ext js,jsx src test",
    "prebuild": "npm run clean:build",
    "precoverage": "NODE_ENV=test npm run build && npm run clean:coverage",
    "prepublish": "safe-publish-latest && (not-in-publish || npm run build)",
    "pretest": "npm run build && npm run lint",
    "pretravis": "npm run build",
    "react:13": "npm run react:clean && npm i --no-save react@0.13",
    "react:14": "npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
    "react:15": "npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15",
    "react:16": "npm run react:clean && npm i --no-save react@16.0.0-alpha.12 react-dom@16.0.0-alpha.12",
    "react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
    "tape": "tape --require babel-register --require ./test/helpers/_failTestsOnErrors",
    "test": "npm run tests-only",
    "tests-only": "npm run tape './test/*.*'",
    "travis": "npm run tests-only"
  },
  "version": "1.2.0"
}
