{
  "_args": [
    [
      "history@^4.0.0",
      "/Users/brianvaughn/Documents/git/react-virtualized/node_modules/react-router"
    ]
  ],
  "_from": "history@>=4.0.0 <5.0.0",
  "_id": "history@4.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/history",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/history-4.2.0.tgz_1473978516880_0.027491586050018668"
  },
  "_npmUser": {
    "email": "mjijackson@gmail.com",
    "name": "mjackson"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "history",
    "raw": "history@^4.0.0",
    "rawSpec": "^4.0.0",
    "scope": null,
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/react-history",
    "/react-router"
  ],
  "_resolved": "http://registry.npmjs.org/history/-/history-4.2.0.tgz",
  "_shasum": "c90efa2d51c11bc0ebbbc0d8334dc95bbd254cad",
  "_shrinkwrap": null,
  "_spec": "history@^4.0.0",
  "_where": "/Users/brianvaughn/Documents/git/react-virtualized/node_modules/react-router",
  "author": {
    "name": "Michael Jackson"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/mjackson/history/issues"
  },
  "dependencies": {
    "invariant": "^2.2.1",
    "loose-envify": "^1.2.0",
    "warning": "^3.0.0"
  },
  "description": "Manage session history with JavaScript",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-loose": "^8.0.0",
    "babel-preset-stage-1": "^6.5.0",
    "eslint": "^3.3.0",
    "eslint-plugin-import": "^1.8.1",
    "expect": "^1.20.1",
    "gzip-size": "^3.0.0",
    "in-publish": "^2.0.0",
    "karma": "^1.2.0",
    "karma-browserstack-launcher": "^1.0.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^1.0.1",
    "karma-mocha-reporter": "^2.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.7.0",
    "mocha": "^3.0.2",
    "pretty-bytes": "^4.0.2",
    "readline-sync": "^1.4.4",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1"
  },
  "directories": {},
  "dist": {
    "shasum": "c90efa2d51c11bc0ebbbc0d8334dc95bbd254cad",
    "tarball": "https://registry.npmjs.org/history/-/history-4.2.0.tgz"
  },
  "gitHead": "b37e9c868022b2bb7c57efdfdc2252e4447c32da",
  "homepage": "https://github.com/mjackson/history#readme",
  "keywords": [
    "history",
    "location"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "mjackson",
      "email": "mjijackson@gmail.com"
    }
  ],
  "name": "history",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjackson/history.git"
  },
  "scripts": {
    "build": "node ./scripts/build.js",
    "build-lib": "babel ./modules -d . --ignore '__tests__'",
    "build-min": "webpack -p modules/index.js umd/history.min.js",
    "build-umd": "webpack modules/index.js umd/history.js",
    "lint": "eslint modules",
    "prepublish": "node ./scripts/build.js",
    "release": "node ./scripts/release.js",
    "start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
    "test": "npm run lint && karma start"
  },
  "version": "4.2.0"
}
