{
  "_args": [
    [
      "history@^2.1.2",
      "/Users/remojansen/CODE/forks/inversify-devtools/node_modules/react-router"
    ]
  ],
  "_from": "history@>=2.1.2 <3.0.0",
  "_id": "history@2.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/history",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/history-2.1.2.tgz_1464278239354_0.6860733681824058"
  },
  "_npmUser": {
    "email": "mjijackson@gmail.com",
    "name": "mjackson"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {
    "loose-envify": "1.2.0"
  },
  "_requested": {
    "name": "history",
    "raw": "history@^2.1.2",
    "rawSpec": "^2.1.2",
    "scope": null,
    "spec": ">=2.1.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/react-router",
    "/redux-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/history/-/history-2.1.2.tgz",
  "_shasum": "4aa2de897a0e4867e4539843be6ecdb2986bfdec",
  "_shrinkwrap": null,
  "_spec": "history@^2.1.2",
  "_where": "/Users/remojansen/CODE/forks/inversify-devtools/node_modules/react-router",
  "authors": [
    "Michael Jackson"
  ],
  "bugs": {
    "url": "https://github.com/mjackson/history/issues"
  },
  "dependencies": {
    "deep-equal": "^1.0.0",
    "invariant": "^2.0.0",
    "query-string": "^3.0.0",
    "warning": "^2.0.0"
  },
  "description": "Manage browser history with JavaScript",
  "devDependencies": {
    "assert": "1.3.0",
    "babel": "^5.8.35",
    "babel-core": "^5.8.35",
    "babel-eslint": "^4.1.8",
    "babel-loader": "^5.4.0",
    "babel-plugin-dev-expression": "^0.1.0",
    "eslint": "^1.10.3",
    "eslint-config-rackt": "^1.1.1",
    "eslint-plugin-react": "^3.16.1",
    "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-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": "^3.0.1",
    "readline-sync": "^1.4.1",
    "rimraf": "^2.4.2",
    "webpack": "^1.4.13",
    "webpack-dev-server": "^1.10.1"
  },
  "directories": {},
  "dist": {
    "shasum": "4aa2de897a0e4867e4539843be6ecdb2986bfdec",
    "tarball": "https://registry.npmjs.org/history/-/history-2.1.2.tgz"
  },
  "files": [
    "es6",
    "lib",
    "modules/*.js",
    "umd"
  ],
  "gitHead": "4e4af9dfab4cf94522cce5fcac85ec9c19c89e0c",
  "homepage": "https://github.com/mjackson/history#readme",
  "jsnext:main": "es6/index",
  "keywords": [
    "history",
    "location"
  ],
  "license": "MIT",
  "main": "lib/index",
  "maintainers": [
    {
      "email": "mjijackson@gmail.com",
      "name": "mjackson"
    }
  ],
  "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-cjs": "rimraf lib && babel ./modules --stage 0 --loose all --plugins dev-expression -d lib --ignore '__tests__'",
    "build-es6": "rimraf es6 && babel ./modules --stage 0 --loose all --plugins dev-expression -d es6 --blacklist=es6.modules --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",
    "prepublish": "npm run build",
    "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"
  },
  "tags": [
    "history",
    "location"
  ],
  "version": "2.1.2"
}
