{
  "_args": [
    [
      {
        "raw": "react-prop-types@^0.4.0",
        "scope": null,
        "escapedName": "react-prop-types",
        "name": "react-prop-types",
        "rawSpec": "^0.4.0",
        "spec": ">=0.4.0 <0.5.0",
        "type": "range"
      },
      "/var/www/redchang.homelinux.net/htdocs/tweet_visualizer/node_modules/react-bootstrap"
    ]
  ],
  "_from": "react-prop-types@>=0.4.0 <0.5.0",
  "_id": "react-prop-types@0.4.0",
  "_inCache": true,
  "_location": "/react-prop-types",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/react-prop-types-0.4.0.tgz_1469829118772_0.6000117862131447"
  },
  "_npmUser": {
    "name": "taion",
    "email": "tesrin@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "react-prop-types@^0.4.0",
    "scope": null,
    "escapedName": "react-prop-types",
    "name": "react-prop-types",
    "rawSpec": "^0.4.0",
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/react-bootstrap",
    "/react-overlays"
  ],
  "_resolved": "https://registry.npmjs.org/react-prop-types/-/react-prop-types-0.4.0.tgz",
  "_shasum": "f99b0bfb4006929c9af2051e7c1414a5c75b93d0",
  "_shrinkwrap": null,
  "_spec": "react-prop-types@^0.4.0",
  "_where": "/var/www/redchang.homelinux.net/htdocs/tweet_visualizer/node_modules/react-bootstrap",
  "author": {
    "name": "Matthew L Smith",
    "email": "mtscout6@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-bootstrap/react-prop-types/issues"
  },
  "dependencies": {
    "warning": "^3.0.0"
  },
  "description": "Additional PropTypes for React",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-eslint": "^6.1.2",
    "babel-plugin-istanbul": "^1.0.3",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.11",
    "eslint": "^2.13.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.10.2",
    "eslint-plugin-jsx-a11y": "^1.5.5",
    "eslint-plugin-mocha": "^4.0.0",
    "eslint-plugin-react": "^5.2.2",
    "mocha": "^2.5.3",
    "nyc": "^7.0.0",
    "react": "^15.2.1",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f99b0bfb4006929c9af2051e7c1414a5c75b93d0",
    "tarball": "https://registry.npmjs.org/react-prop-types/-/react-prop-types-0.4.0.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "6557c51354dc0e3950f08a00b93aa605a21fe413",
  "homepage": "https://github.com/react-bootstrap/react-prop-types#readme",
  "keywords": [
    "react",
    "proptypes"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "mtscout6",
      "email": "mtscout6@gmail.com"
    },
    {
      "name": "monastic.panic",
      "email": "monastic.panic@gmail.com"
    },
    {
      "name": "taion",
      "email": "tesrin@gmail.com"
    }
  ],
  "name": "react-prop-types",
  "nyc": {
    "include": [
      "src"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "optionalDependencies": {},
  "peerDependencies": {
    "react": ">=0.14.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-bootstrap/react-prop-types.git"
  },
  "scripts": {
    "build": "rimraf lib && babel src -d lib",
    "lint": "eslint src test *.js",
    "mocha": "mocha --compilers js:babel-register test/*.test.js",
    "prepublish": "npm run build",
    "tdd": "npm run testonly -- -w -R min",
    "test": "npm run lint && npm run testonly",
    "testonly": "NODE_ENV=test nyc npm run mocha"
  },
  "version": "0.4.0"
}
