{
  "_args": [
    [
      "history@~1.12.5",
      "/home/travis/build/vgno/roc-web-react"
    ]
  ],
  "_from": "history@>=1.12.5 <1.13.0",
  "_id": "history@1.12.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/history",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "email": "mjijackson@gmail.com",
    "name": "mjackson"
  },
  "_npmVersion": "3.3.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "history",
    "raw": "history@~1.12.5",
    "rawSpec": "~1.12.5",
    "scope": null,
    "spec": ">=1.12.5 <1.13.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/history/-/history-1.12.6.tgz",
  "_shasum": "2432bb9e25b5ed4ed820a79fc0c2041e6bc9bda4",
  "_shrinkwrap": null,
  "_spec": "history@~1.12.5",
  "_where": "/home/travis/build/vgno/roc-web-react",
  "authors": [
    "Michael Jackson"
  ],
  "bugs": {
    "url": "https://github.com/rackt/history/issues"
  },
  "dependencies": {
    "deep-equal": "^1.0.0",
    "invariant": "^2.0.0",
    "qs": "^4.0.0",
    "warning": "^2.0.0"
  },
  "description": "A minimal, functional history implementation for JavaScript",
  "devDependencies": {
    "assert": "1.3.0",
    "babel": "^5.4.7",
    "babel-core": "^5.4.7",
    "babel-eslint": "^3.1.23",
    "babel-loader": "^5.0.0",
    "eslint": "1.4.1",
    "eslint-plugin-react": "3.3.2",
    "expect": "^1.12.0",
    "gzip-size": "^3.0.0",
    "karma": "^0.13.3",
    "karma-browserstack-launcher": "^0.1.3",
    "karma-chrome-launcher": "^0.2.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.5",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.0.1",
    "pretty-bytes": "^2.0.1",
    "rimraf": "^2.4.2",
    "webpack": "^1.4.13",
    "webpack-dev-server": "^1.10.1"
  },
  "directories": {},
  "dist": {
    "shasum": "2432bb9e25b5ed4ed820a79fc0c2041e6bc9bda4",
    "tarball": "http://registry.npmjs.org/history/-/history-1.12.6.tgz"
  },
  "gitHead": "9c9ebd035ed42fdbb284896c5474f4c2a183a044",
  "homepage": "https://github.com/rackt/history#readme",
  "keywords": [
    "history",
    "location"
  ],
  "license": "MIT",
  "main": "lib/index",
  "maintainers": [
    {
      "email": "mjijackson@gmail.com",
      "name": "mjackson"
    },
    {
      "email": "rpflorence@gmail.com",
      "name": "ryanflorence"
    }
  ],
  "name": "history",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rackt/history.git"
  },
  "scripts": {
    "build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
    "build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
    "build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
    "lint": "eslint modules",
    "postinstall": "node ./npm-scripts/postinstall.js",
    "start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
    "test": "npm run lint && karma start"
  },
  "tags": [
    "history",
    "location"
  ],
  "version": "1.12.6"
}
