{
	"name": "airbnb-prop-types",
	"versions": {
		"1.1.0": {
			"name": "airbnb-prop-types",
			"version": "1.1.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"safe-publish-latest": "^1.1.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.16.0",
				"babel-preset-airbnb": "^2.1.1",
				"chai": "^3.5.0",
				"eslint": "^3.7.1",
				"eslint-config-airbnb": "^12.0.0",
				"eslint-plugin-import": "^1.16.0",
				"eslint-plugin-jsx-a11y": "^2.2.3",
				"eslint-plugin-react": "^6.3.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.1.0",
				"react": "^15.3.2",
				"rimraf": "^2.5.4"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "30c634b508b136de34b130bf390d5ffacb0b6763",
			"_id": "airbnb-prop-types@1.1.0",
			"_shasum": "9fc75796f7b64dc8e8169d14f8305050e57bd70f",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.2.4",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "9fc75796f7b64dc8e8169d14f8305050e57bd70f",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-1.1.0.tgz_1476003350256_0.739712436683476"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "airbnb-prop-types",
			"version": "1.1.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"safe-publish-latest": "^1.1.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.16.0",
				"babel-preset-airbnb": "^2.1.1",
				"chai": "^3.5.0",
				"eslint": "^3.7.1",
				"eslint-config-airbnb": "^12.0.0",
				"eslint-plugin-import": "^1.16.0",
				"eslint-plugin-jsx-a11y": "^2.2.3",
				"eslint-plugin-react": "^6.3.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.1.0",
				"react": "^15.3.2",
				"rimraf": "^2.5.4"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "0e8187c9783263ba4093e61926e2cade6ebedec1",
			"_id": "airbnb-prop-types@1.1.1",
			"_shasum": "0beb768b264a88baed2889456fe907c82a7aaae9",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "0beb768b264a88baed2889456fe907c82a7aaae9",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-1.1.1.tgz_1476055507166_0.46314023807644844"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "airbnb-prop-types",
			"version": "1.2.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"safe-publish-latest": "^1.1.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.16.0",
				"babel-preset-airbnb": "^2.1.1",
				"chai": "^3.5.0",
				"eslint": "^3.7.1",
				"eslint-config-airbnb": "^12.0.0",
				"eslint-plugin-import": "^1.16.0",
				"eslint-plugin-jsx-a11y": "^2.2.3",
				"eslint-plugin-react": "^6.4.1",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.1.2",
				"react": "^15.3.2",
				"rimraf": "^2.5.4"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "836219ff765b356781cb3e8c25e3264c5da9d719",
			"_id": "airbnb-prop-types@1.2.0",
			"_shasum": "b7fccf82ce582a7f4f3a24f29ffb6ee09ae2d8fe",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "b7fccf82ce582a7f4f3a24f29ffb6ee09ae2d8fe",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-1.2.0.tgz_1476233890424_0.3891296002548188"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "airbnb-prop-types",
			"version": "1.3.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1",
				"safe-publish-latest": "^1.1.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.18.0",
				"babel-preset-airbnb": "^2.1.1",
				"chai": "^3.5.0",
				"eslint": "^3.8.1",
				"eslint-config-airbnb": "^12.0.0",
				"eslint-plugin-import": "^1.16.0",
				"eslint-plugin-jsx-a11y": "^2.2.3",
				"eslint-plugin-react": "^6.4.1",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.1.2",
				"react": "^15.3.2",
				"rimraf": "^2.5.4"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "2a2e80ba897efacced375413145842ed1e6d1a7d",
			"_id": "airbnb-prop-types@1.3.0",
			"_shasum": "8a55a34b914895251d6497041cd6d22ea6ac4179",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "8a55a34b914895251d6497041cd6d22ea6ac4179",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-1.3.0.tgz_1477376712966_0.6255054918583483"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "airbnb-prop-types",
			"version": "1.3.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1",
				"safe-publish-latest": "^1.1.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.18.0",
				"babel-preset-airbnb": "^2.1.1",
				"chai": "^3.5.0",
				"eslint": "^3.8.1",
				"eslint-config-airbnb": "^12.0.0",
				"eslint-plugin-import": "^1.16.0",
				"eslint-plugin-jsx-a11y": "^2.2.3",
				"eslint-plugin-react": "^6.4.1",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.1.2",
				"react": "^15.3.2",
				"rimraf": "^2.5.4"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "add0ee65029cac6ebfba6d05601a7db88fe90f4b",
			"_id": "airbnb-prop-types@1.3.1",
			"_shasum": "c7d9aca281593b038d8e06d375981c02fce04a51",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "c7d9aca281593b038d8e06d375981c02fce04a51",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-1.3.1.tgz_1477380169522_0.14306432753801346"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.2": {
			"name": "airbnb-prop-types",
			"version": "1.3.2",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1",
				"safe-publish-latest": "^1.1.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.18.0",
				"babel-preset-airbnb": "^2.1.1",
				"chai": "^3.5.0",
				"eslint": "^3.8.1",
				"eslint-config-airbnb": "^12.0.0",
				"eslint-plugin-import": "^1.16.0",
				"eslint-plugin-jsx-a11y": "^2.2.3",
				"eslint-plugin-react": "^6.4.1",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.1.2",
				"react": "^15.3.2",
				"rimraf": "^2.5.4"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "06c164df1e3e004fe1d2f49049312316dcdcfb1a",
			"_id": "airbnb-prop-types@1.3.2",
			"_shasum": "be96cf93481e7846c05dbdfbe9e8559c055366ff",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "be96cf93481e7846c05dbdfbe9e8559c055366ff",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.3.2.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-1.3.2.tgz_1477638207843_0.09220494236797094"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "airbnb-prop-types",
			"version": "2.0.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.18.0",
				"babel-preset-airbnb": "^2.1.1",
				"babel-register": "^6.18.0",
				"chai": "^3.5.0",
				"eslint": "^3.13.1",
				"eslint-config-airbnb": "^14.0.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^3.0.2",
				"eslint-plugin-react": "^6.9.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.2.0",
				"react": "^15.4.2",
				"rimraf": "^2.5.4",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "25d7137158e837308718496b96dcf74b7d55fbf5",
			"_id": "airbnb-prop-types@2.0.0",
			"_shasum": "3ac0284bf0ef9d23a44244785256d39eeb553468",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "3ac0284bf0ef9d23a44244785256d39eeb553468",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.0.0.tgz_1484030474958_0.6740421412978321"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "airbnb-prop-types",
			"version": "2.0.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.18.0",
				"babel-preset-airbnb": "^2.1.1",
				"babel-register": "^6.18.0",
				"chai": "^3.5.0",
				"eslint": "^3.13.1",
				"eslint-config-airbnb": "^14.0.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^3.0.2",
				"eslint-plugin-react": "^6.9.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.2.0",
				"react": "^15.4.2",
				"rimraf": "^2.5.4",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "65d7b0fbeaee6c179299eceecf0a36ec60525915",
			"_id": "airbnb-prop-types@2.0.1",
			"_shasum": "fcb17ccb4abac811a65cc4aa10a6f5b3c1a70d17",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "fcb17ccb4abac811a65cc4aa10a6f5b3c1a70d17",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.0.1.tgz_1485558053755_0.36771315429359674"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "airbnb-prop-types",
			"version": "2.1.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.22.2",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.22.0",
				"chai": "^3.5.0",
				"eslint": "^3.14.1",
				"eslint-config-airbnb": "^14.0.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^3.0.2",
				"eslint-plugin-react": "^6.9.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.2.0",
				"react": "^15.4.2",
				"rimraf": "^2.5.4",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "71e3ef51926c28d959d83e8842f8a8b57732b336",
			"_id": "airbnb-prop-types@2.1.0",
			"_shasum": "3d265e91b6b1a9351feadb1581b17a8c0b28a27f",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.4.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "3d265e91b6b1a9351feadb1581b17a8c0b28a27f",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.1.0.tgz_1485936599193_0.31826008250936866"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "airbnb-prop-types",
			"version": "2.1.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.0.1",
				"babel-cli": "^6.22.2",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.22.0",
				"chai": "^3.5.0",
				"eslint": "^3.15.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.9.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.2.0",
				"react": "^15.4.2",
				"rimraf": "^2.5.4",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "386db662ee3d0589bf9a75e03d8cd02eed767c1d",
			"_id": "airbnb-prop-types@2.1.1",
			"_shasum": "acee406dfdb80274976d6f6bad2d267acbcec05e",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "acee406dfdb80274976d6f6bad2d267acbcec05e",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.1.1.tgz_1486629461703_0.6368525987491012"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "airbnb-prop-types",
			"version": "2.2.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.1.1",
				"babel-cli": "^6.23.0",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.23.0",
				"chai": "^3.5.0",
				"eslint": "^3.15.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.2.0",
				"react": "^15.4.2",
				"rimraf": "^2.5.4",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "259c7c2af8e88780491a69492c41e85db45314ca",
			"_id": "airbnb-prop-types@2.2.0",
			"_shasum": "53684bcbb3652fae4a79238fb3152e0fdc2cff69",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.5.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "53684bcbb3652fae4a79238fb3152e0fdc2cff69",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.2.0.tgz_1487299215732_0.7410760161001235"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "airbnb-prop-types",
			"version": "2.3.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.1.1",
				"babel-cli": "^6.23.0",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.23.0",
				"chai": "^3.5.0",
				"eslint": "^3.16.1",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.0",
				"istanbul": "^1.1.0-alpha.1",
				"mocha": "^3.2.0",
				"react": "^15.4.2",
				"rimraf": "^2.6.0",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build",
				"cover": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- test --recursive",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "2cdd643f4e0f2a892fe4e778df91baf737b4d7f6",
			"_id": "airbnb-prop-types@2.3.0",
			"_shasum": "b2c358ac8d72b286cdc4b70160982cf582c851e7",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.6.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "b2c358ac8d72b286cdc4b70160982cf582c851e7",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.3.0.tgz_1487890488290_0.7837074382696301"
			},
			"directories": {},
			"contributors": []
		},
		"2.4.0": {
			"name": "airbnb-prop-types",
			"version": "2.4.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.1.1",
				"babel-cli": "^6.23.0",
				"babel-plugin-istanbul": "^4.0.0",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.23.0",
				"chai": "^3.5.0",
				"eslint": "^3.16.1",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.0",
				"mocha": "^3.2.0",
				"nyc": "^10.1.2",
				"react": "^15.4.2",
				"rimraf": "^2.6.0",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "76998511e6063b3fa6afa68d92731e3624d67e04",
			"_id": "airbnb-prop-types@2.4.0",
			"_shasum": "7ca1c76fc12f6186722b06a5e7b326c244cb415c",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.6.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "7ca1c76fc12f6186722b06a5e7b326c244cb415c",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.4.0.tgz_1488616928998_0.9696888122707605"
			},
			"directories": {},
			"contributors": []
		},
		"2.4.1": {
			"name": "airbnb-prop-types",
			"version": "2.4.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.1.1",
				"babel-cli": "^6.23.0",
				"babel-plugin-istanbul": "^4.0.0",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.23.0",
				"chai": "^3.5.0",
				"eslint": "^3.16.1",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.0",
				"mocha": "^3.2.0",
				"nyc": "^10.1.2",
				"react": "^15.4.2",
				"rimraf": "^2.6.0",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "4895da6686c9812e69bcd7527bada4776e02fe7c",
			"_id": "airbnb-prop-types@2.4.1",
			"_shasum": "1ca26a609dff4b2ccb2ba1aebf3adce342bfc116",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "1ca26a609dff4b2ccb2ba1aebf3adce342bfc116",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.4.1.tgz_1488664761335_0.5606783363036811"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.0": {
			"name": "airbnb-prop-types",
			"version": "2.5.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1",
				"is-regex": "^1.0.4"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.1.1",
				"babel-cli": "^6.24.0",
				"babel-plugin-istanbul": "^4.1.1",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.0",
				"chai": "^3.5.0",
				"eslint": "^3.18.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.3",
				"mocha": "^3.2.0",
				"nyc": "^10.1.2",
				"react": "^15.4.2",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "20fa4dd8223131476fc6966574f85f9f0bcca2ec",
			"_id": "airbnb-prop-types@2.5.0",
			"_shasum": "e84ff7f19c8e7ff0c8c65a7fa2b292a70a7669d3",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.4",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "e84ff7f19c8e7ff0c8c65a7fa2b292a70a7669d3",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.5.0.tgz_1490301441791_0.0025848557706922293"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.1": {
			"name": "airbnb-prop-types",
			"version": "2.5.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"has": "^1.0.1",
				"is-regex": "^1.0.4"
			},
			"devDependencies": {
				"airbnb-js-shims": "^1.1.1",
				"babel-cli": "^6.24.0",
				"babel-plugin-istanbul": "^4.1.1",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.0",
				"chai": "^3.5.0",
				"eslint": "^3.18.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.3",
				"mocha": "^3.2.0",
				"nyc": "^10.1.2",
				"react": "^15.4.2",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "c7fb67a90ad4bfcbe3ef833f79ae942fbf453321",
			"_id": "airbnb-prop-types@2.5.1",
			"_shasum": "11e4bb804013627b96bf8a97eab3782549b4f127",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.4",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "11e4bb804013627b96bf8a97eab3782549b4f127",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.5.1.tgz_1490398719090_0.6112661501392722"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.2": {
			"name": "airbnb-prop-types",
			"version": "2.5.2",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.3",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.0",
				"babel-plugin-istanbul": "^4.1.1",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.0",
				"chai": "^3.5.0",
				"eslint": "^3.18.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.3",
				"mocha": "^3.2.0",
				"nyc": "^10.1.2",
				"object.values": "^1.0.4",
				"react": "^15.4.2",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "b42b88436b63b83f60670033cf20319e26942be2",
			"_id": "airbnb-prop-types@2.5.2",
			"_shasum": "b32addff17ef10e02b951e59914cf1c24049c80c",
			"_from": ".",
			"_npmVersion": "4.1.2",
			"_nodeVersion": "7.7.4",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "b32addff17ef10e02b951e59914cf1c24049c80c",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.2.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.5.2.tgz_1490662975727_0.6755870878696442"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.3": {
			"name": "airbnb-prop-types",
			"version": "2.5.3",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.4"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.1",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.1",
				"chai": "^3.5.0",
				"eslint": "^3.19.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.3",
				"mocha": "^3.2.0",
				"nyc": "^10.2.0",
				"object.values": "^1.0.4",
				"react": "^15.5.3",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "dc6ac05cc08b05d04720002cb67be208322662e5",
			"_id": "airbnb-prop-types@2.5.3",
			"_shasum": "2178ed7a1e6fc1d4864f7a3eab9cef3493f1da59",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.8.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "2178ed7a1e6fc1d4864f7a3eab9cef3493f1da59",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.3.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.5.3.tgz_1491636024013_0.5847980105318129"
			},
			"directories": {},
			"contributors": []
		},
		"2.5.4": {
			"name": "airbnb-prop-types",
			"version": "2.5.4",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.9"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.3",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.1",
				"chai": "^3.5.0",
				"eslint": "^3.19.0",
				"eslint-config-airbnb": "^14.1.0",
				"eslint-plugin-import": "^2.2.0",
				"eslint-plugin-jsx-a11y": "^4.0.0",
				"eslint-plugin-react": "^6.10.3",
				"mocha": "^3.3.0",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^15.5.4",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
				"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"gitHead": "2619283f7e50340676f59f165825bda4c99940f2",
			"_id": "airbnb-prop-types@2.5.4",
			"_shasum": "00d0c5ff947f69d097c64652fcc839c290d7d823",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.10.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "00d0c5ff947f69d097c64652fcc839c290d7d823",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.4.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/airbnb-prop-types-2.5.4.tgz_1494567687908_0.9130363098811358"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.0": {
			"name": "airbnb-prop-types",
			"version": "2.6.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.10"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.4",
				"babel-plugin-transform-replace-object-assign": "^0.2.1",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.1",
				"chai": "^4.0.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb": "^15.0.1",
				"eslint-plugin-import": "^2.3.0",
				"eslint-plugin-jsx-a11y": "^5.0.3",
				"eslint-plugin-react": "^7.0.1",
				"mocha": "^3.4.2",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^15.5.4",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"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"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc is ignored because it requires node 4+, and we support older than that",
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "a8884b91423b5723ddf4c859e5dd6b1f4ea6d38c",
			"_id": "airbnb-prop-types@2.6.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3HT0KnlzxQ9Mlixb0iMHGrXyfzrJfNnkfxBhQstgzM10D63lYXBhYB34cJaCoVlJ2wgsxOz4Yj4Lpgfq2LKIhA==",
				"shasum": "937f583f1e095e84dfc6d16056b635745f340aab",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types-2.6.0.tgz_1497037852572_0.5198404402472079"
			},
			"directories": {},
			"contributors": []
		},
		"2.6.1": {
			"name": "airbnb-prop-types",
			"version": "2.6.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.10"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.4",
				"babel-plugin-transform-replace-object-assign": "^0.2.1",
				"babel-preset-airbnb": "^2.2.3",
				"babel-register": "^6.24.1",
				"chai": "^4.0.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb": "^15.0.1",
				"eslint-plugin-import": "^2.3.0",
				"eslint-plugin-jsx-a11y": "^5.0.3",
				"eslint-plugin-react": "^7.0.1",
				"mocha": "^3.4.2",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^15.5.4",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"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"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc is ignored because it requires node 4+, and we support older than that",
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "91638faf34566c6d1f8dcf296d062948846f6c04",
			"_id": "airbnb-prop-types@2.6.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-JUT4eJhLSFLQmPuOy/G1WXxS6hYNVKxALGPwmxfG0HM9iQGo1jNOOCfMrgM1rVy6gXiwectcV36azAERK6XQRw==",
				"shasum": "6a0ed725a13bd0f77f54c9bfdc4174085b59d8d6",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.6.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types-2.6.1.tgz_1497254559147_0.39470222452655435"
			},
			"directories": {},
			"contributors": []
		},
		"2.7.0": {
			"name": "airbnb-prop-types",
			"version": "2.7.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.10",
				"prop-types-exact": "^1.1.0"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.4",
				"babel-plugin-transform-replace-object-assign": "^0.2.1",
				"babel-preset-airbnb": "^2.3.3",
				"babel-register": "^6.24.1",
				"chai": "^4.0.2",
				"eslint": "^3.19.0",
				"eslint-config-airbnb": "^15.0.1",
				"eslint-plugin-import": "^2.6.0",
				"eslint-plugin-jsx-a11y": "^5.0.3",
				"eslint-plugin-react": "^7.1.0",
				"mocha": "^3.4.2",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^16.0.0-alpha.12",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run clean && npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"build": "npm run clean && babel src --out-dir build --source-maps && npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"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-addons-test-utils@16.0.0-alpha.3"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc is ignored because it requires node 4+, and we support older than that",
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "62ed2e9db1b4548421e2cef52c44765037a5022e",
			"_id": "airbnb-prop-types@2.7.0",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.2",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mblA5ALs4mUqJzzgab6vg3o2gaOkl/b77UdHn4/gejutqngVKkdX33q6TEiEyaPfmB++d/JM/Fd6glslGXw74Q==",
				"shasum": "17a0b01a32188e31edacc09881c2bcc172236683",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types-2.7.0.tgz_1498412669089_0.7098227012902498"
			},
			"directories": {},
			"contributors": []
		},
		"2.7.1": {
			"name": "airbnb-prop-types",
			"version": "2.7.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.0.1",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.10",
				"prop-types-exact": "^1.1.1"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.4",
				"babel-plugin-transform-replace-object-assign": "^0.2.1",
				"babel-preset-airbnb": "^2.4.0",
				"babel-register": "^6.24.1",
				"chai": "^4.1.0",
				"eslint": "^3.19.0",
				"eslint-config-airbnb": "^15.0.2",
				"eslint-plugin-import": "^2.7.0",
				"eslint-plugin-jsx-a11y": "^5.1.1",
				"eslint-plugin-react": "^7.1.0",
				"mocha": "^3.4.2",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^16.0.0-alpha.12",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"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-addons-test-utils@16.0.0-alpha.3"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc is ignored because it requires node 4+, and we support older than that",
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "76e4e9559c0bbafefa6bf8b7628456ecabfda566",
			"_id": "airbnb-prop-types@2.7.1",
			"_npmVersion": "5.0.3",
			"_nodeVersion": "8.1.4",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-0j7Srn/2brxy1hsyQeE/7lShDnH5VHvMqbhKg4qO+9cBM3vuHongKLk+5xHSLNhdKddd0wj693PgczkyzHazJA==",
				"shasum": "1431e40a02449d968f9ac03b2f35794018290408",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.7.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types-2.7.1.tgz_1499986969374_0.7438142425380647"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.0": {
			"name": "airbnb-prop-types",
			"version": "2.8.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.0.3",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.10",
				"prop-types-exact": "^1.1.1"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.4",
				"babel-plugin-transform-replace-object-assign": "^0.2.1",
				"babel-preset-airbnb": "^2.4.0",
				"babel-register": "^6.24.1",
				"chai": "^4.1.0",
				"eslint": "^4.3.0",
				"eslint-config-airbnb": "^15.1.0",
				"eslint-plugin-import": "^2.7.0",
				"eslint-plugin-jsx-a11y": "^5.1.1",
				"eslint-plugin-react": "^7.1.0",
				"mocha": "^3.4.2",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^16.0.0-alpha.12",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"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-addons-test-utils@16.0.0-alpha.3"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc is ignored because it requires node 4+, and we support older than that",
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "41496b75ec1cb35e8f89c7a1128f384f13ac2aeb",
			"_id": "airbnb-prop-types@2.8.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.2.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-lthRNv5AwR8aJuBXjS7W/uwjUU2yy4mG6P1UqTsfUp69842wPUKc2RpyPuiK0TIgixf32tDxgY/8fvZ3l6MtlA==",
				"shasum": "f77b1d166c105241f0f3ccb25554f04ed7700c6c",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types-2.8.0.tgz_1501056137260_0.7484715464524925"
			},
			"directories": {},
			"contributors": []
		},
		"2.8.1": {
			"name": "airbnb-prop-types",
			"version": "2.8.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.0.3",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object.assign": "^4.0.4",
				"object.entries": "^1.0.4",
				"prop-types": "^15.5.10",
				"prop-types-exact": "^1.1.1"
			},
			"devDependencies": {
				"babel-cli": "^6.24.1",
				"babel-plugin-istanbul": "^4.1.4",
				"babel-plugin-transform-replace-object-assign": "^0.2.1",
				"babel-preset-airbnb": "^2.4.0",
				"babel-register": "^6.24.1",
				"chai": "^4.1.1",
				"eslint": "^4.4.1",
				"eslint-config-airbnb": "^15.1.0",
				"eslint-plugin-import": "^2.7.0",
				"eslint-plugin-jsx-a11y": "^5.1.1",
				"eslint-plugin-react": "^7.2.0",
				"mocha": "^3.5.0",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^16.0.0-alpha.12",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.1",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint",
				"test": "npm run travis",
				"travis": "npm run build && npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
				"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-addons-test-utils@16.0.0-alpha.3"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc is ignored because it requires node 4+, and we support older than that",
				"ignore": [
					"nyc"
				]
			},
			"gitHead": "c4511da8b1158ab7c290d33b1ada8d08f9c97a17",
			"_id": "airbnb-prop-types@2.8.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.3.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-z7pAKmUyAsp/2SqLCTf9hzFc2JLspijB9t+I9D/i0NnYkkjUoV16+W00U6r7+HBM6Q3VqXSjYuUsLX1L71aciw==",
				"shasum": "b9e31f08a7ed77b213fefc33b53a8c6e1dd8b885",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types-2.8.1.tgz_1502341056982_0.5235272429417819"
			},
			"directories": {},
			"contributors": []
		},
		"2.9.0": {
			"name": "airbnb-prop-types",
			"version": "2.9.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.0.4",
				"prop-types": "^15.6.1",
				"prop-types-exact": "^1.1.2"
			},
			"devDependencies": {
				"airbnb-browser-shims": "^2.1.0",
				"babel-cli": "^6.26.0",
				"babel-plugin-istanbul": "^4.1.6",
				"babel-plugin-transform-replace-object-assign": "^1.0.0",
				"babel-preset-airbnb": "^2.4.0",
				"babel-register": "^6.26.0",
				"chai": "^4.1.2",
				"enzyme-adapter-react-helper": "^1.2.3",
				"eslint": "^4.19.1",
				"eslint-config-airbnb": "^16.1.0",
				"eslint-plugin-import": "^2.10.0",
				"eslint-plugin-jsx-a11y": "^6.0.3",
				"eslint-plugin-react": "^7.7.0",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "e784308a767cc399514e767b127f537d49df04b8",
			"_id": "airbnb-prop-types@2.9.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.11.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-f1zkSuIa6roqOIFcexOa5RPwxnA2n/OETPRXl4jtK2wx7LgcySISbXSVQ1v5O6DhW0xNIPWoWbvy4mndt0BWxQ==",
				"shasum": "fd440594b1b0cdddf487f62e007d0dba909f6beb",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.9.0.tgz",
				"fileCount": 169,
				"unpackedSize": 379917
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.9.0_1523384925040_0.03229153205815383"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.10.0": {
			"name": "airbnb-prop-types",
			"version": "2.10.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.1",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.0.4",
				"prop-types": "^15.6.1",
				"prop-types-exact": "^1.1.2"
			},
			"devDependencies": {
				"airbnb-browser-shims": "^2.1.0",
				"babel-cli": "^6.26.0",
				"babel-plugin-istanbul": "^4.1.6",
				"babel-plugin-transform-replace-object-assign": "^1.0.0",
				"babel-preset-airbnb": "^2.4.0",
				"babel-register": "^6.26.0",
				"chai": "^4.1.2",
				"enzyme": "^3.3.0",
				"enzyme-adapter-react-helper": "^1.2.3",
				"eslint": "^4.19.1",
				"eslint-config-airbnb": "^16.1.0",
				"eslint-plugin-import": "^2.11.0",
				"eslint-plugin-jsx-a11y": "^6.0.3",
				"eslint-plugin-react": "^7.8.2",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.1"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "1bd78cd11625bc4cab4f9e8b3fb7aa6611a5fd3a",
			"_id": "airbnb-prop-types@2.10.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "10.1.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-M7kDqFO6kFNGV0fHPZaBx672m0jwbpCdbrtW2lcevCEuPB2sKCY3IPa030K/N1iJLEGwCNk4NSag65XBEulwhg==",
				"shasum": "c2da66a1d31c3dbe21c2fe8e758f774c718dd30d",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.10.0.tgz",
				"fileCount": 169,
				"unpackedSize": 394072,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+eT3CRA9TVsSAnZWagAAX0EP/0BJUoqnJJpFm8t97KS8\nUAEWRCQdTj9CqirtNueHYAqIbraH+3HkUvy4jaY2M19FlOw00bVNBLo9b+/0\n7crUrUXMNzFahMvBgj3+s3adDGWga/lxS1JdIDjeZ87ADg/hLPGRAf0RX6ns\nTi6rxEAxtFv0+2bteOF2tZEV1PqIJ6WumN9LJ1v4N5sZLiAOBaqIZt5V/pfL\n1RO39eBxvFWi31HmETFCZOThXsUb6vauiGqYXppfdnhEk4qKtFjMCrqQpReK\nJGFJNg0J834ufmot2dcbYQA1EbIpY3PAyyZwcqDutJIc0nDBDNRO5ORKNYp6\nzzj/l5i/02q7bs0CTjtBrNAgYOC4Byw7pyYpJKwuE9bzaRibG8RTZoMW3tsW\nhNuzhXvfnFL+MR1RG7p7zkKSrlW15Zmg+Amk3A+goc5hxZAVXu/Uq7MR4Vnk\n68wRoQGQZ+PpdWRhxWs4i6M5LRRk5x18QF+0T6F4szQIXyyIIxuZ2iFEqGre\n1S6z+NtvnchoXKNQPl+ZwFNlDuXjPrQoTEnWmHEn6LW9Mj1UtnINw5sfY85b\nfaEG3Uy8sBAM81Lx4s/43rWtH7hR6V4zcABsmKwO3lHYZeB+67WhTbDTCoJ/\nohNL7PnZfLOM7ye+CTHZQ4aGG5TjChgqmwCEw9Oh5dgdQb1Gf49tafjjYMwM\nSGVp\r\n=GA5f\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.10.0_1526326518401_0.9270901081790508"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.11.0": {
			"name": "airbnb-prop-types",
			"version": "2.11.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.0.4",
				"prop-types": "^15.6.2",
				"prop-types-exact": "^1.2.0"
			},
			"devDependencies": {
				"airbnb-browser-shims": "^2.1.0",
				"babel-cli": "^6.26.0",
				"babel-plugin-istanbul": "^4.1.6",
				"babel-plugin-transform-replace-object-assign": "^1.0.0",
				"babel-preset-airbnb": "^2.4.0",
				"babel-register": "^6.26.0",
				"chai": "^4.1.2",
				"enzyme": "^3.6.0",
				"enzyme-adapter-react-helper": "^1.3.0",
				"eslint": "^5.5.0",
				"eslint-config-airbnb": "^17.1.0",
				"eslint-plugin-import": "^2.14.0",
				"eslint-plugin-jsx-a11y": "^6.1.1",
				"eslint-plugin-react": "^7.11.1",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object.values": "^1.0.4",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.2",
				"safe-publish-latest": "^1.1.2"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "11f9d9584b3a546376da35f213af05f7bac5dc22",
			"_id": "airbnb-prop-types@2.11.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Y46/0gNVDy5gpedxIaoKjigdes+TouqVg7GTYQr73PBfE/lTSvOR/WIgUib0Zonm3Hyvlcax0mHr+v4K8DfGGw==",
				"shasum": "2f4169a17ef86e227924d61f2b77defead1aa5be",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.11.0.tgz",
				"fileCount": 173,
				"unpackedSize": 404744,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbj3OrCRA9TVsSAnZWagAAQx0P/jzPQcgIHaqgyCcLaYW9\nuQ4+D0Z8scKSITKBE0C7PEeIty0lwRbs+qdDV5zQK2I51JScUdnnjJMtYNbm\nmEWW1tQFxYBLGszIZFlgkXQ2rNwuN/IDICEgP3BItYmRG6WYMVpzRnOvjfdV\n/D3g2/VmoYQ3wXv/2SnmLMuYXCUjqCewWhtYR9qisiot4h7qr645qGDA6kwN\noqMtF1GhCS7Kt72Y9ILtp/UQNf/5JrQKRmhZOo0QZkwWmrjp7cGJjGtVJKsR\nQAr72Yd/nJIldNAkJeGMdgm29coTiDmFBI8ArBxaL7u8ysBKEBTJulS18a6U\ndhZ0opQVZE6GiiXVDw0pdYXRUCZQyhC2nUDo7H8+hScCpjx5I9PwSxGluG4I\nN0SWY20kSAhCBK20rnvETL/pPsgBJyGZ1POM1hqaOdb1gPNWq/Bxf8qCLs/u\nU7AlIPfeScxgFMryfNoWsuYKkO0ahwM7vAmqD3naBUfRJMe+gq7woV6cJm4a\n+cPO/9DVP2DKdiFoB+cVT2dLj4XJ654Ae43U8OAhE+hVfbyj1ecVPzmfuNnC\nZbyy9dSyMNPqv/3DIUXj6XiowdiQit6tFHdTMc5mv5DoWUqUWQVqWN24J8TE\nJ6F4UV1GaHu38oJ/mF1sZ+90LPHnihTejvwB7ExOVdqzb7bN38AcFLL2Zbkm\no2Vl\r\n=EFD5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.11.0_1536127914737_0.7943350444022725"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.12.0": {
			"name": "airbnb-prop-types",
			"version": "2.12.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.1.0",
				"prop-types": "^15.6.2",
				"prop-types-exact": "^1.2.0",
				"react-is": "^16.8.1"
			},
			"devDependencies": {
				"@babel/cli": "^7.2.3",
				"@babel/core": "^7.2.2",
				"@babel/register": "^7.0.0",
				"airbnb-browser-shims": "^3.1.0",
				"babel-plugin-istanbul": "^5.1.0",
				"babel-plugin-transform-replace-object-assign": "^2.0.0",
				"babel-preset-airbnb": "^3.2.0",
				"chai": "^4.2.0",
				"enzyme": "^3.8.0",
				"enzyme-adapter-react-helper": "^1.3.2",
				"eslint": "^5.13.0",
				"eslint-config-airbnb": "^17.1.0",
				"eslint-plugin-import": "^2.16.0",
				"eslint-plugin-jsx-a11y": "^6.2.1",
				"eslint-plugin-react": "^7.12.4",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object-inspect": "^1.6.0",
				"object.values": "^1.1.0",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.3",
				"safe-publish-latest": "^1.1.2"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "1006d2ea4a6463ad435dcd323d85ae0f29d7c791",
			"_id": "airbnb-prop-types@2.12.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.8.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-EJLaLf0Rjg+AouOgIBlO1rerwgwu3Y0dwxp7BWzUemY9J1UPO9XOlMmOXzpaHW9O0RzpofiThVl0sIToHtLPAQ==",
				"shasum": "67b30a5ba4dda9b9e70a480f85150a2ccd7fa132",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.12.0.tgz",
				"fileCount": 177,
				"unpackedSize": 413907,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcX2DtCRA9TVsSAnZWagAA6MgP/RlhXM6Pr6NSy45lWYvX\nqltdAMChAhUupUt15EEF8/fQ6Mejf2NfGSIMc0r6jPLr3fmNCa+5PKoaZ8G1\nZLwrS7lfFDgZFs8xee6jK1RZwpJ2Gt+hz1rcAayEh9FzyIEVvwfwnCVh6mxQ\nKlwWTbgiA3r9ijJNw90LC5S8LE1L34wy+bXjAjhfiSgi/tV4p6Pdiam/OdPF\n9js9uMcYN+NnxAcDXQQKoQU5BX5hhoANIaLChg9MSR/vvvqiAF8I8XEV6vNk\nvDRtRwYs/NmQoOZju1cpEo0CLZDYcgKmRY6i1Q3zzr4u8FOo+IPUA9ohlcqj\nA0ILwP8eulvpP/wi2teY8SVwbO6d8VCy01fdz0x42VHIo6lgkxZEKhd2hECY\nu1WxiL+vKZN6k79wX4EVU3gmX9tkOoNt5e4ht7qEUCAH2Q5Oft4D3seRlAOu\n6jTiqPW016X9HYviqPnuYG15fWolHB5UQhrhTh2goB3/OnogL72eLP9OdvJU\ntxWGV7cvnPiqMqYu4BwfdV2ys/gpqJZFF2viObrzaXkarsRTDZmT1SmnjLx6\nHwgIrxmhsUOysc7jC5Qvzn7RZLrJ6x+0vYNd/HG3/otiIAjprW97mLWY1k0w\n1PdPqSPfow0LOxww4OVQB57kZhZIKQ2raqYu9JZWu0HxuBhFp/jdZ1qUYzPS\n5PmW\r\n=3L26\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.12.0_1549754603517_0.7059406219861257"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.13.0": {
			"name": "airbnb-prop-types",
			"version": "2.13.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.1.0",
				"prop-types": "^15.7.2",
				"prop-types-exact": "^1.2.0",
				"react-is": "^16.8.6"
			},
			"devDependencies": {
				"@babel/cli": "^7.4.3",
				"@babel/core": "^7.4.3",
				"@babel/register": "^7.4.0",
				"airbnb-browser-shims": "^3.2.1",
				"babel-plugin-istanbul": "^5.1.1",
				"babel-plugin-transform-replace-object-assign": "^2.0.0",
				"babel-preset-airbnb": "^3.2.1",
				"chai": "^4.2.0",
				"enzyme": "^3.9.0",
				"enzyme-adapter-react-helper": "^1.3.3",
				"eslint": "^5.16.0",
				"eslint-config-airbnb": "^17.1.0",
				"eslint-plugin-import": "^2.16.0",
				"eslint-plugin-jsx-a11y": "^6.2.1",
				"eslint-plugin-react": "^7.12.4",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object-inspect": "^1.6.0",
				"object.values": "^1.1.0",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.3",
				"safe-publish-latest": "^1.1.2"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "22babe916ea578e80b39f48fcc5cb4eaab0e1e06",
			"_id": "airbnb-prop-types@2.13.0",
			"_nodeVersion": "11.13.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-GeDFSvjm6QGUGGul3mgQZT4cKBY7TV90+96cdmgPHfwsQD/e/pjGqy4qTt++s2l0cNsnKHcFqIF7ogzHyc79tg==",
				"shasum": "9353d4411f342f6b5d3179b93aef3713f3245036",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.0.tgz",
				"fileCount": 181,
				"unpackedSize": 420893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpmZoCRA9TVsSAnZWagAAozQP/An7SDSOA15r+ICmohGz\n4p8hBGhnbTgGyhLHEt65kLaHLLXKdXHOus7+IpK2McOHaVRmdAzDfy5zI5t7\nXkI03smJPpHcN6YQn1YfQoQdyN138bcULRJvu4+EfRAif449G+ChkAK72BCj\nq0hwsREHCa9Sucq421cKNjBnpXE0Wmz2018V4a7QmgpR2C9owmaCvGK5Miy+\nQYU4LeIpwuxyZtea1si3tCcvL96UFBrNCtpwSALMHT+TErRhgcjoHGW1lPPQ\nCgssmC5XXJbChmr2PIT8sipM/dhOV0mt80JhX6nwWTwNfeKwTopRgHxaCoto\n7XzFDXqSQ1MYplUbcJ+1+FjxtOKvcRoh/i0nYYRY4QxlOTqwwogqtr8GheO+\ntmuS4W3j1/Z9SN/MAf+8e2d6d7PjS0ZPNeHnx57bKMprCBOp98pQtf8LuPBT\nOjzETz3PLxRpTG61Fd/R1XE7LXI3DCuJLVyG4u8w34Po9rnk4dUwk2AyZHAG\nvI5Y5DlXtlhOuz+1aodhS/Jynv4v7yFfbI1MVzmd7I54E9V0Piw+Fe4T7Yf8\nnizyhLK+98zZarDAOZYT5IQm+U9kUYnNpSQT+Cpt/+l1ZPP7eMFNavCgiJAV\nzT/TvIdlhZIw73Q1c41t2kHwG7iZbFAA70f6xB4JItT4WG4qEOzAa6qDcpfr\nOmWQ\r\n=zH3X\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "airbnb",
				"email": "opensource@airbnb.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.13.0_1554409063592_0.06353551688952219"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.13.1": {
			"name": "airbnb-prop-types",
			"version": "2.13.1",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.1.0",
				"prop-types": "^15.7.2",
				"prop-types-exact": "^1.2.0",
				"react-is": "^16.8.6"
			},
			"devDependencies": {
				"@babel/cli": "^7.4.3",
				"@babel/core": "^7.4.3",
				"@babel/register": "^7.4.0",
				"airbnb-browser-shims": "^3.2.1",
				"babel-plugin-istanbul": "^5.1.1",
				"babel-plugin-transform-replace-object-assign": "^2.0.0",
				"babel-preset-airbnb": "^3.2.1",
				"chai": "^4.2.0",
				"enzyme": "^3.9.0",
				"enzyme-adapter-react-helper": "^1.3.3",
				"eslint": "^5.16.0",
				"eslint-config-airbnb": "^17.1.0",
				"eslint-plugin-import": "^2.16.0",
				"eslint-plugin-jsx-a11y": "^6.2.1",
				"eslint-plugin-react": "^7.12.4",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object-inspect": "^1.6.0",
				"object.values": "^1.1.0",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.3",
				"safe-publish-latest": "^1.1.2"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "75532bb10d9de0fae52eb38cf806afc564b0d662",
			"_id": "airbnb-prop-types@2.13.1",
			"_nodeVersion": "11.13.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-imXx6ssLTp1IJ6TgOH+8X04VgNXLjjHDz72PfhrovwFYwVHOmoklMpPAeB45VxxP5+wi1Ztxwl+xHBIZLEEmRQ==",
				"shasum": "abcae3f683c0c918aae5e0a1df6232e39e0abfa5",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.1.tgz",
				"fileCount": 181,
				"unpackedSize": 423476,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqWAmCRA9TVsSAnZWagAA3gAP/0t5KYJ1Y+XiwAeqyWHV\n2uGRpIRnTwxEAlU51DJbM5r8FFHkxFO1HrQKteDQv3X+IDTkTRslq6sDnUrA\n8bw+9+ziaWp2a8CwZ6RlC4vf+A6DM1fe87i9mpmR0UmdGC/TrscXiiX9DjLm\nxM5Dld/BXJ0gnCXvfaCVCkvCuypeF8WWC05pFjTZpnYdl9afR/Th8mKBOvde\nVAHcOJwompxW7RR8Dhlt2nePfTgbV6cBWmDmgsJ0WhodfWeIruxbkHLK/KbY\nzAvd41/XFuCqsBqK4sOrr8tyOlHC7Gj7cJO8aay2BioMm2B/RN+wNl0MyWaF\nB4artAeVVvkTF8Foh5FsX7idtxsQqG0CAg6fRV1F1+CKgmXccSqKDy9EsGvb\neH69Nc2JjZOYULNJZr6MS34D2461bpKMTfkRFAjh5/hjgFIj+JLcsWp0mOV1\nrU8Krms7oaGEIUqgjKzjHHmIf1yxIS8QgejucTbH/3KQjTW3HLbA3lM3aNng\n3dXm7CII9ayf5Yka5mtyGEmT8fZ5tpnbfCnu3NjCncmeLm7Zd7811sXYsBmm\nqjPt1G0jJKtTl8IDBUhB0bUK8M/xm7XbJI2sPAVmQz2iG2w8qiUXTD4OIFqv\nRilOX/NjyrYhM/4DEvCIwIlQzUL6a1+ZnR1WOdmjkqrYJjdsgi7GJ8OiWuig\ngJSq\r\n=YlvB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.13.1_1554604069484_0.0034506036306922727"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.13.2": {
			"name": "airbnb-prop-types",
			"version": "2.13.2",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.0.4",
				"function.prototype.name": "^1.1.0",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.1.0",
				"prop-types": "^15.7.2",
				"prop-types-exact": "^1.2.0",
				"react-is": "^16.8.6"
			},
			"devDependencies": {
				"@babel/cli": "^7.4.3",
				"@babel/core": "^7.4.3",
				"@babel/register": "^7.4.0",
				"airbnb-browser-shims": "^3.2.1",
				"babel-plugin-istanbul": "^5.1.1",
				"babel-plugin-transform-replace-object-assign": "^2.0.0",
				"babel-preset-airbnb": "^3.2.1",
				"chai": "^4.2.0",
				"enzyme": "^3.9.0",
				"enzyme-adapter-react-helper": "^1.3.3",
				"eslint": "^5.16.0",
				"eslint-config-airbnb": "^17.1.0",
				"eslint-plugin-import": "^2.16.0",
				"eslint-plugin-jsx-a11y": "^6.2.1",
				"eslint-plugin-react": "^7.12.4",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object-inspect": "^1.6.0",
				"object.values": "^1.1.0",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.3",
				"safe-publish-latest": "^1.1.2"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "1f8e4ded912d6a454554edf0a3c6b30e83182465",
			"_id": "airbnb-prop-types@2.13.2",
			"_nodeVersion": "11.13.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-2FN6DlHr6JCSxPPi25EnqGaXC4OC3/B3k1lCd6MMYrZ51/Gf/1qDfaR+JElzWa+Tl7cY2aYOlsYJGFeQyVHIeQ==",
				"shasum": "43147a5062dd2a4a5600e748a47b64004cc5f7fc",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.2.tgz",
				"fileCount": 181,
				"unpackedSize": 423156,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrDNSCRA9TVsSAnZWagAA8y4P/3Hk1HhwU/ngs8irX8Zx\nLSu02H4VKkhQ+I855sjAE6AN/qovblVVUoyzQb+L55FPU9SZzRMjw/e8PE3E\n5Vjm2dIsoXVTK3iXq2U5qcxcx1LsGNTizv6dVqhcp2xwOHwXus0wq8TnX3Mm\nny6ig78TeEeOYxmUmPIKofNPbAWPHeMxVPweX/2XIJLmsSki2JNineA8pCsT\ndQOwWuNVTPG8kk602DOPfACkgO9n7HtD6z/M5+6K0KgTt2xzlrUJ/br24zjS\nYJ/+s3nNFnh4UY9uXSpAG+wSNkK49bsHluGElqYUTt+alGy2UlsI2yASTSlx\nbpOuYNPwwO0S/R+Gm7HvW7zc2N4jdX0mLkNP9PV7sZHyZTrB47p1OBWN0DwI\nQZX4eTqqy3M2SgDRkFysMYZLOZJO9rpzxkwtQDp2Ra5wonqbB1P4tLTLjH0I\n/1ooMnxj+wJ3ORozp14Z8mN1cXYGO0Yh6Vrls422mHw2uurrLREL77Ra1U0i\n6vZvxNN+HsniJ3uDWx6S+RhpGawJZBvHILeubgm/qKSe1tosqP4pJtA66pcH\neWmqy4GR1Jqo+VNkdpIwIww/JD20nobaP81eg3mwy1HhnBbUohfeW9WyD0H3\nnvkAwcOOcbrCerxTMEqrwDzEcLqYA7/Ik5pZDeMb96JP0dhrOZBjZrtycRd4\nO2T7\r\n=nK7O\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.13.2_1554789201588_0.8911813586154071"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.14.0": {
			"name": "airbnb-prop-types",
			"version": "2.14.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.1.0",
				"function.prototype.name": "^1.1.1",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.1.0",
				"prop-types": "^15.7.2",
				"prop-types-exact": "^1.2.0",
				"react-is": "^16.8.6"
			},
			"devDependencies": {
				"@babel/cli": "^7.5.5",
				"@babel/core": "^7.5.5",
				"@babel/register": "^7.5.5",
				"airbnb-browser-shims": "^3.2.1",
				"babel-plugin-istanbul": "^5.2.0",
				"babel-plugin-transform-replace-object-assign": "^2.0.0",
				"babel-preset-airbnb": "^3.3.2",
				"chai": "^4.2.0",
				"enzyme": "^3.10.0",
				"enzyme-adapter-react-helper": "^1.3.5",
				"eslint": "^5.16.0",
				"eslint-config-airbnb": "^17.1.1",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.14.3",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object-inspect": "^1.6.0",
				"object.values": "^1.1.0",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.6.3",
				"safe-publish-latest": "^1.1.2"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint && npm run test:prepare",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "e110ab7b72c6faaa4fb9775f55a0fd3435128a16",
			"_id": "airbnb-prop-types@2.14.0",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "6.10.0",
			"dist": {
				"integrity": "sha512-Yb09vUkr3KP9r9NqfRuYtDYZG76wt8mhTUi2Vfzsghk+qkg01/gOc9NU8n63ZcMCLzpAdMEXyKjCHlxV62yN1A==",
				"shasum": "3d45cb1459f4ce78fdf1240563d1aa2315391168",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.14.0.tgz",
				"fileCount": 185,
				"unpackedSize": 435836,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdPnoFCRA9TVsSAnZWagAAptwP+wVMJNeBU5BfRmDPpDeG\nO/QCwXAyuuC0Zdr6cOShcBlJt3ZoJxsvUXh3ak9GfEv4JIyPwSzqLJK3dKrs\n9emd5ZSQ+NHI1Tzr7bvMV4ADaX7eXll5bhzFi2t6306i89V0xRIf1aXNPcM5\nuM2IxHbQ23ETJulx6asi6rOhjRrxoOGGxgWX/XXTKmjwrHs2MKukFcLe6oo0\npRFTTbinp/ExGneIExRnncxT+kiczv+3DE4TI3ICgQ82+hhi67+LgncpAcvv\ng5i0KRGFv1pTqGRv8ZJPmAPuZ5Csrpdl0dmVHe/nSa/aW69YbS4kVAnDFNVS\n+dSkUNb5Ia8ylZmmyNLsLrnHgJmatGMvyy4ph950wlH9AgcHxPkiePGyEg3B\nKOazfGOp9os2y1/itZIu7C9KHWTcVsWLb4bA2X6zFHnIi95c63BlufuFEVNh\nJlupuZzPRo5t06spwHPaRly4WkpA3Qzp9L4+q02IB+8x3d/uPVmJRbDwDXkF\n4jBrVzZzCWPQ70wAKN16Jhp2Rwhrp7gaBlaftzt4WdifGaB8d9wdCztcoXEE\nMVeoCrDg+9znX8oGm8MLd9303UR71L52/AnLsyt6WkoERHs0zMeBVG9SqsZy\ntP3goDPkKkMl5N+s3wcpG1oqrEsXUSZKr0I+7iceHY/wX/UFdWFtD2OWq7nx\nStUO\r\n=vyBW\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.14.0_1564375557206_0.3919719933687942"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.15.0": {
			"name": "airbnb-prop-types",
			"version": "2.15.0",
			"description": "Custom React PropType validators that we use at Airbnb.",
			"main": "index.js",
			"dependencies": {
				"array.prototype.find": "^2.1.0",
				"function.prototype.name": "^1.1.1",
				"has": "^1.0.3",
				"is-regex": "^1.0.4",
				"object-is": "^1.0.1",
				"object.assign": "^4.1.0",
				"object.entries": "^1.1.0",
				"prop-types": "^15.7.2",
				"prop-types-exact": "^1.2.0",
				"react-is": "^16.9.0"
			},
			"devDependencies": {
				"@babel/cli": "^7.5.5",
				"@babel/core": "^7.5.5",
				"@babel/register": "^7.5.5",
				"airbnb-browser-shims": "^3.2.1",
				"babel-plugin-istanbul": "^5.2.0",
				"babel-plugin-transform-replace-object-assign": "^2.0.0",
				"babel-preset-airbnb": "^3.3.2",
				"chai": "^4.2.0",
				"enzyme": "^3.10.0",
				"enzyme-adapter-react-helper": "^1.3.6",
				"eslint": "^6.1.0",
				"eslint-config-airbnb": "^18.0.1",
				"eslint-plugin-import": "^2.18.2",
				"eslint-plugin-jsx-a11y": "^6.2.3",
				"eslint-plugin-react": "^7.14.3",
				"mocha": "^3.5.3",
				"mock-env": "^0.2.0",
				"nyc": "^10.3.2",
				"object-inspect": "^1.6.0",
				"object.values": "^1.1.0",
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
				"reflect.ownkeys": "^0.2.0",
				"rimraf": "^2.7.0",
				"safe-publish-latest": "^1.1.3"
			},
			"peerDependencies": {
				"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
			},
			"scripts": {
				"pretest": "npm run lint",
				"pretest:prepare": "npm run build",
				"test:prepare": "npm run react",
				"test": "npm run test:only",
				"test:only": "npm run mocha test",
				"test:all": "npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
				"lint": "eslint --ext js,jsx src test",
				"prepublish": "npm run build && safe-publish-latest",
				"clean": "rimraf build",
				"prebuild": "npm run clean",
				"build": "babel src --out-dir build --source-maps",
				"postbuild": "npm run build:index",
				"prebuild:index": "cp index.js .index.js",
				"build:index": "babel index.js --out-file index.js --no-babelrc --source-maps",
				"postbuild:index": "mv .index.js index.js",
				"cover:clean": "rimraf coverage",
				"cover:run": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot",
				"precoverage": "NODE_ENV=test npm run build",
				"coverage": "npm run --quiet cover:clean && npm run --silent cover:run",
				"mocha": "mocha --recursive test/helpers/_failTestsOnErrors",
				"react": "enzyme-adapter-react-install 16"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/airbnb/prop-types.git"
			},
			"keywords": [
				"react",
				"propTypes",
				"airbnb",
				"prop",
				"types",
				"validator",
				"validation"
			],
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/airbnb/prop-types/issues"
			},
			"homepage": "https://github.com/airbnb/prop-types#readme",
			"greenkeeper": {
				"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
				"ignore": [
					"nyc",
					"mocha"
				]
			},
			"gitHead": "6132de82fce29c5f95fbfe9de0b7635ce778250c",
			"_id": "airbnb-prop-types@2.15.0",
			"_nodeVersion": "12.8.0",
			"_npmVersion": "6.10.2",
			"dist": {
				"integrity": "sha512-jUh2/hfKsRjNFC4XONQrxo/n/3GG4Tn6Hl0WlFQN5PY9OMC9loSCoAYKnZsWaP8wEfd5xcrPloK0Zg6iS1xwVA==",
				"shasum": "5287820043af1eb469f5b0af0d6f70da6c52aaef",
				"tarball": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz",
				"fileCount": 185,
				"unpackedSize": 438738,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU4X6CRA9TVsSAnZWagAAUbkP/im5KC0ULZsSFVWv3ysf\niukJ+xhJ59/Xiaj0KQLNBaKtmvd8NfJicn6OfEp2PoPtgLZbETo/fCI40/f8\n7PfuIfH8mz9OWU7D4wAkDPkZs/1yfmKY3QrP5Xl+NxJoBQbc8qA5yyJr1vtX\nerHk8Z8ec6NquGHaASDsudf3fDMFUo+EJgbqLBBxW28lha80BMB2VyHK8J8V\nLdLMx57WithpSCktQmPOXSN/yQd37daAvvbOgWBVnl8RgD3AH3CVok6DCQg8\nxBrBv6oF1DNxc0rW67IxmCT4Gx+4Wk0GgLAFKlTJvo2pi/X1SC20Zff3bw8y\nNabfSR1GGOY2pgh78gMwNOR1Vx0KSOzTM6tSLNT3yceeqJSr7b93ntLhBRZp\nUvrWmt/sIiBuTMbL6kOVw3bJKclu+P0ZlvNpDWtmNdZESM0aTVsIjFaSO2Lg\nOJjfT2wPUMZ7HCWHFw6j/uu5I/Vam6bm5zzvjc1oLW7u72iwJSTEbR6lRZk5\n0h8wAynbV9hdMU7UrhYXkAh8LdWXakAXiyvgH4EjzdTRoOTFnz1+fKqyuOFI\nrJPbqZkPWZK/y66qpnp476BWJGOGA0Durw3GLFBTdfKxllZx9Oh9atUykVuO\nF7yU9xPYFbdCAX9jc3zD9s7lc8gB0OYhoxTj7PaGn9Hq75tgyl8LXWfq+O2S\no2NX\r\n=KHdH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "airbnb",
					"email": "jordan.harband+npm@airbnb.com"
				},
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/airbnb-prop-types_2.15.0_1565754874248_0.1657086678680184"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-01-22T00:15:51.748Z",
		"created": "2016-10-09T04:47:08.161Z",
		"1.0.0": "2016-10-09T04:47:08.161Z",
		"1.1.0": "2016-10-09T08:55:50.465Z",
		"1.1.1": "2016-10-09T23:25:07.401Z",
		"1.2.0": "2016-10-12T00:58:12.324Z",
		"1.3.0": "2016-10-25T06:25:13.224Z",
		"1.3.1": "2016-10-25T07:22:52.467Z",
		"1.3.2": "2016-10-28T07:03:30.303Z",
		"2.0.0": "2017-01-10T06:41:16.735Z",
		"2.0.1": "2017-01-27T23:00:55.719Z",
		"2.1.0": "2017-02-01T08:09:59.428Z",
		"2.1.1": "2017-02-09T08:37:41.925Z",
		"2.2.0": "2017-02-17T02:40:17.636Z",
		"2.3.0": "2017-02-23T22:54:50.385Z",
		"2.4.0": "2017-03-04T08:42:09.225Z",
		"2.4.1": "2017-03-04T21:59:21.593Z",
		"2.5.0": "2017-03-23T20:37:23.823Z",
		"2.5.1": "2017-03-24T23:38:41.095Z",
		"2.5.2": "2017-03-28T01:02:55.997Z",
		"2.5.3": "2017-04-08T07:20:24.688Z",
		"2.5.4": "2017-05-12T05:41:30.080Z",
		"2.6.0": "2017-06-09T19:50:52.691Z",
		"2.6.1": "2017-06-12T08:02:40.368Z",
		"2.7.0": "2017-06-25T17:44:29.440Z",
		"2.7.1": "2017-07-13T23:02:50.724Z",
		"2.8.0": "2017-07-26T08:02:18.327Z",
		"2.8.1": "2017-08-10T04:57:37.116Z",
		"2.9.0": "2018-04-10T18:28:45.088Z",
		"2.10.0": "2018-05-14T19:35:18.479Z",
		"2.11.0": "2018-09-05T06:11:54.855Z",
		"2.12.0": "2019-02-09T23:23:23.607Z",
		"2.13.0": "2019-04-04T20:17:43.752Z",
		"2.13.1": "2019-04-07T02:27:49.754Z",
		"2.13.2": "2019-04-09T05:53:21.766Z",
		"2.14.0": "2019-07-29T04:45:57.380Z",
		"2.15.0": "2019-08-14T03:54:34.400Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.15.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"fa32e9fc9ca2aaacab0f49cc9521a265\"",
			"fetched": 1593324378312
		}
	},
	"_distfiles": {
		"airbnb-prop-types-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.1.0.tgz",
			"sha": "9fc75796f7b64dc8e8169d14f8305050e57bd70f",
			"registry": "npmjs"
		},
		"airbnb-prop-types-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.1.1.tgz",
			"sha": "0beb768b264a88baed2889456fe907c82a7aaae9",
			"registry": "npmjs"
		},
		"airbnb-prop-types-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.2.0.tgz",
			"sha": "b7fccf82ce582a7f4f3a24f29ffb6ee09ae2d8fe",
			"registry": "npmjs"
		},
		"airbnb-prop-types-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.3.0.tgz",
			"sha": "8a55a34b914895251d6497041cd6d22ea6ac4179",
			"registry": "npmjs"
		},
		"airbnb-prop-types-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.3.1.tgz",
			"sha": "c7d9aca281593b038d8e06d375981c02fce04a51",
			"registry": "npmjs"
		},
		"airbnb-prop-types-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-1.3.2.tgz",
			"sha": "be96cf93481e7846c05dbdfbe9e8559c055366ff",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.0.0.tgz",
			"sha": "3ac0284bf0ef9d23a44244785256d39eeb553468",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.0.1.tgz",
			"sha": "fcb17ccb4abac811a65cc4aa10a6f5b3c1a70d17",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.1.0.tgz",
			"sha": "3d265e91b6b1a9351feadb1581b17a8c0b28a27f",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.1.1.tgz",
			"sha": "acee406dfdb80274976d6f6bad2d267acbcec05e",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.2.0.tgz",
			"sha": "53684bcbb3652fae4a79238fb3152e0fdc2cff69",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.3.0.tgz",
			"sha": "b2c358ac8d72b286cdc4b70160982cf582c851e7",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.4.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.4.0.tgz",
			"sha": "7ca1c76fc12f6186722b06a5e7b326c244cb415c",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.4.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.4.1.tgz",
			"sha": "1ca26a609dff4b2ccb2ba1aebf3adce342bfc116",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.5.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.0.tgz",
			"sha": "e84ff7f19c8e7ff0c8c65a7fa2b292a70a7669d3",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.5.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.1.tgz",
			"sha": "11e4bb804013627b96bf8a97eab3782549b4f127",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.5.2.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.2.tgz",
			"sha": "b32addff17ef10e02b951e59914cf1c24049c80c",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.5.3.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.3.tgz",
			"sha": "2178ed7a1e6fc1d4864f7a3eab9cef3493f1da59",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.5.4.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.5.4.tgz",
			"sha": "00d0c5ff947f69d097c64652fcc839c290d7d823",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.6.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.6.0.tgz",
			"sha": "937f583f1e095e84dfc6d16056b635745f340aab",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.6.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.6.1.tgz",
			"sha": "6a0ed725a13bd0f77f54c9bfdc4174085b59d8d6",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.7.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.7.0.tgz",
			"sha": "17a0b01a32188e31edacc09881c2bcc172236683",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.7.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.7.1.tgz",
			"sha": "1431e40a02449d968f9ac03b2f35794018290408",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.8.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.8.0.tgz",
			"sha": "f77b1d166c105241f0f3ccb25554f04ed7700c6c",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.8.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.8.1.tgz",
			"sha": "b9e31f08a7ed77b213fefc33b53a8c6e1dd8b885",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.9.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.9.0.tgz",
			"sha": "fd440594b1b0cdddf487f62e007d0dba909f6beb",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.10.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.10.0.tgz",
			"sha": "c2da66a1d31c3dbe21c2fe8e758f774c718dd30d",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.11.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.11.0.tgz",
			"sha": "2f4169a17ef86e227924d61f2b77defead1aa5be",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.12.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.12.0.tgz",
			"sha": "67b30a5ba4dda9b9e70a480f85150a2ccd7fa132",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.13.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.0.tgz",
			"sha": "9353d4411f342f6b5d3179b93aef3713f3245036",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.13.1.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.1.tgz",
			"sha": "abcae3f683c0c918aae5e0a1df6232e39e0abfa5",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.13.2.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.13.2.tgz",
			"sha": "43147a5062dd2a4a5600e748a47b64004cc5f7fc",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.14.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.14.0.tgz",
			"sha": "3d45cb1459f4ce78fdf1240563d1aa2315391168",
			"registry": "npmjs"
		},
		"airbnb-prop-types-2.15.0.tgz": {
			"url": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz",
			"sha": "5287820043af1eb469f5b0af0d6f70da6c52aaef",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"airbnb-prop-types-2.15.0.tgz": {
			"shasum": "5287820043af1eb469f5b0af0d6f70da6c52aaef"
		},
		"airbnb-prop-types-2.11.0.tgz": {
			"shasum": "2f4169a17ef86e227924d61f2b77defead1aa5be"
		}
	},
	"_rev": "3-61b48002744cb59b",
	"_id": "airbnb-prop-types",
	"readme": "# prop-types <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![Build Status][travis-svg]][travis-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nCustom React PropType validators that we use at Airbnb. Use of [airbnb-js-shims](https://npmjs.com/package/airbnb-js-shims) or the equivalent is recommended.\n\n - `and`: ensure that all provided propType validators pass\n   - `foo: and([number, nonNegativeInteger])`\n - `between`: provide an object with an `gt` or `gte` number, and an `lt` or `lte` number (only one item allowed from each pairs; one or both pairs may be provided), and the resulting propType validator will ensure the prop value is a number within the given range. Alternatively, you can provide a function that takes the `props` object and returns a number for each of the `gt`/`gte`/`lt`/`lte` values.\n   - `foo: between({ gte: 0, lte: 5 })`\n   - `foo: between({ gt: 0, lt: 5 })`\n - `booleanSome`: provide a list of props, and all must be booleans, and at least one of them must be `true`.\n   - `foo: booleanSome('small', 'medium', 'large')`\n - `childrenHavePropXorChildren`: ensure that either all children have the indicated prop, all children have children, or all children have neither.\n   - `foo: childrenHavePropXorChildren('bar')`\n - `childrenOf`: restrict the children prop to only allow children that pass the given propType validator.\n   - `children: childrenOf(number.isRequired)`\n - `childrenOfType`: restrict the children prop to only allow children of the given element types - takes a Component, an HTML tag name, or `\"*\"` to match everything.\n   - `children: childrenOfType('span')`\n   - `children: childrenOfType(Component)`\n - `childrenSequenceOf`: restrict the children prop to be a sequenceOf the given \"specifiers\" (see `sequenceOf`)\n   - `children: childrenSequenceOf({validator: string, min: 0, max: 5})`\n - `componentWithName`: restrict the prop to only allow a component with a certain name/displayName. Accepts a string, or a regular expression. Also accepts an `options` object with an optional `stripHOCs` array of string HOC names to strip off before validating; an HOC name must not contain parentheses and must be in camelCase.\n   - `foo: componentWithName('Component')`\n   - `foo: componentWithName('Component', { stripHOCs: ['withDirection', 'withStyles'] })`\n - `disallowedIf`: restrict the prop from being provided if the given other prop name matches the given other prop type. The other prop type validator only applies if the other prop name is not a null value.\n   - `foo: disallowedIf(string, 'bar', bool)`\n - `elementType`: require that the prop be a specific type of React element - takes a Component, an HTML tag name, or `\"*\"` to match everything.\n   - `foo: elementType('span')`\n   - `foo: elementType(Component)`\n - `empty`: a value that React renders to nothing: `undefined`, `null`, `false`, the empty string, or an array of those things.\n   - `foo: empty()`\n - `explicitNull`: only allow `null` or `undefined`/omission - and only `null` when required.\n   - `foo: explicitNull()`\n - `forbidExtraProps`: pass your entire `propTypes` object into this function, and any nonspecified prop will error.\n   - `Component.propTypes = forbidExtraProps({foo: number.isRequired})`\n - `integer`: require the prop be an integer.\n   - `foo: integer()`\n - `keysOf`: pass in a proptype, and require all the keys of a prop to have that type\n   - `foo: keysOf(number)`\n - `mutuallyExclusiveProps`: provide a propType, and a list of props, and only one prop out of the list will be permitted, validated by the given propType.\n   - `foo: mutuallyExclusiveProps(bool, 'bar', 'sna')`\n - `mutuallyExclusiveTrueProps`: provide a list of props, and all must be booleans, and only one is allowed to be true.\n   - `foo: mutuallyExclusiveTrueProps('bar', 'sna')`\n - `nChildren`: require a specific amount of children.\n   - `children: nChildren(3)`\n   - `children: nChildren(3, childrenOfType('span'))`\n - `nonNegativeInteger`: require that the prop be a number, that is 0, or a finite positive integer.\n   - `foo: nonNegativeInteger()`\n - `nonNegativeNumber`: require that the prop be a number, that is 0, or a finite positive number.\n   - `foo: nonNegativeNumber()`\n - `numericString`: require the prop be a string that is conceptually numeric.\n   - `foo: numericString()`\n - `object`: same as `PropTypes.object`, but can be called outside of React's propType flow.\n - `or`: recursively allows only the provided propTypes, or arrays of those propTypes.\n   - `foo: or([bool.isRequired, explicitNull()])`\n - `range`: provide a min, and a max, and the prop must be an integer in the range `[min, max)`\n   - `foo: range(-1, 2)`\n - `ref`: require the prop to be a React ref. These can be either the object returned from `React.createRef()` or \"callback\" refs.\n   - `foo: ref()`\n - `requiredBy`: pass in a prop name and propType, and require that the prop is defined and is not its default value if the passed in prop name is truthy. if the default value is not provided, defaults to checking against `null`.\n   - `foo: requiredBy('bar', bool)`\n - `restrictedProp`: this prop is not permitted to be anything but `null` or `undefined`.\n   - `foo: restrictedProp()`\n   - `foo: restrictedProp(new TypeError('Custom Error'))`\n - `sequenceOf`: takes 1 or more \"specifiers\": an object with a \"validator\" function (a propType validator), a \"min\" nonNegativeInteger, and a \"max\" nonNegativeInteger. If both \"min\" and \"max\" may be omitted, they default to 1; if only \"max\" is omitted, it defaults to Infinity; if only \"min\" is omitted, it defaults to 1.\n   - `foo: sequenceOf({validator: string, min: 0, max: 5})`\n - `shape`: takes a shape, and allows it to be enforced on any non-null/undefined value.\n   - `foo: shape({ length: oneOf([2]) })`\n - `stringEndsWith`: takes a non-empty string, and returns a validator that ensures the prop value is a string that ends with it.\n   - `foo: stringEndsWith('.png')`\n - `stringStartsWith`: takes a non-empty string, and returns a validator that ensures the prop value is a string that starts with it.\n   - `foo: stringStartsWith('prefix-')`\n - `uniqueArray`: this prop must be an array, and all values must be unique (determined by `Object.is`). Like `PropTypes.array`, but with uniqueness.\n   - `foo: uniqueArray()`\n - `uniqueArrayOf`: `uniqueArray`, with a type validator applied. Like `PropTypes.arrayOf`, but with uniqueness. Can also take an optional mapper function that allows for a non-standard unique calculation (otherwise, `Object.is` is used by default). The function is applied to each element in the array, and the resulting values are compared using the standard unique calculation.\n   - `foo: uniqueArrayOf(number)`\n   - `foo: uniqueArrayOf(element => element ** 2)`\n   - `foo: uniqueArrayOf(element => element ** 2, 'test')`\n   - `foo: uniqueArrayOf(array, element => element[0] ** 2, 'test')`\n - `valuesOf`: a non-object requiring `PropTypes.objectOf`. Takes a propType validator, and applies it to every own value on the propValue.\n   - `foo: valuesOf(number)`\n - `withShape`: takes a PropType and a shape, and allows it to be enforced on any non-null/undefined value.\n   - `foo: withShape(array, { length: oneOf([2]) })`\n\n## Production\nSince `PropTypes` are typically not included in production builds of React, this library’s functionality serves no useful purpose. As such, when the `NODE_ENV` environment variable is `\"production\"`, instead of exporting the implementations of all these prop types, we export mock functions - in other words, something that ensures that no exceptions are thrown, but does no validation. When environment variables are inlined (via a browserify transform or webpack plugin), then tools like webpack or uglify are able to determine that only the mocks will be imported - and can avoid including the entire implementations in the final bundle that is sent to the browser. This allows for a much smaller ultimate file size, and faster in-browser performance, without sacrificing the benefits of `PropTypes` themselves.\n\n## Tests\nClone the repo, `npm install`, `npm run react`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/airbnb-prop-types\n[npm-version-svg]: http://versionbadg.es/airbnb/prop-types.svg\n[travis-svg]: https://travis-ci.org/airbnb/prop-types.svg\n[travis-url]: https://travis-ci.org/airbnb/prop-types\n[deps-svg]: https://david-dm.org/airbnb/prop-types.svg\n[deps-url]: https://david-dm.org/airbnb/prop-types\n[dev-deps-svg]: https://david-dm.org/airbnb/prop-types/dev-status.svg\n[dev-deps-url]: https://david-dm.org/airbnb/prop-types#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/airbnb-prop-types.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/airbnb-prop-types.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/airbnb-prop-types.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=airbnb-prop-types"
}