{
	"name": "history",
	"versions": {
		"0.1.0": {
			"name": "history",
			"version": "0.1.0",
			"description": "Project history cli tool",
			"keywords": [
				"history",
				"markdown",
				"cli"
			],
			"author": {
				"name": "Daniel D. Shaw",
				"email": "dshaw@dshaw.com",
				"url": "http://dshaw.com"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/dshaw/history.git"
			},
			"bugs": {
				"url": "http://github.com/dshaw/history/issues"
			},
			"main": "./lib/history.js",
			"bin": {
				"hist": "./history.js"
			},
			"scripts": {
				"test": "make test"
			},
			"dependencies": {},
			"devDependencies": {},
			"optionalDependencies": {},
			"engines": {
				"node": "*"
			},
			"_npmUser": {
				"name": "dshaw",
				"email": "dshaw@dshaw.com"
			},
			"_id": "history@0.1.0",
			"_engineSupported": true,
			"_npmVersion": "1.1.18",
			"_nodeVersion": "v0.7.8",
			"_defaultsLoaded": true,
			"dist": {
				"shasum": "2c79f30b0349f19e75265d0a133173405a4d5d67",
				"tarball": "https://registry.npmjs.org/history/-/history-0.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "dshaw",
					"email": "dshaw@dshaw.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "history",
			"version": "1.0.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0-rc-1",
				"expect": "^1.8.0",
				"karma": "^0.12.28",
				"karma-browserstack-launcher": "^0.1.2",
				"karma-chrome-launcher": "^0.1.7",
				"karma-cli": "^0.0.4",
				"karma-firefox-launcher": "^0.1.3",
				"karma-mocha": "^0.1.10",
				"karma-mocha-reporter": "^1.0.3",
				"karma-sourcemap-loader": "^0.3.2",
				"karma-webpack": "^1.3.1",
				"mocha": "^2.0.1",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "fe2c96fc0a2cc4236f40468547cd59b30fc5389e",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.0.0",
			"_shasum": "684c38d562ddc6caa482f9ebc37d3a11d49b5087",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "dshaw",
					"email": "dshaw@dshaw.com"
				},
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "684c38d562ddc6caa482f9ebc37d3a11d49b5087",
				"tarball": "https://registry.npmjs.org/history/-/history-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "history",
			"version": "1.1.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "f09171b73067ae042a0042efdec8b4ad1668fe66",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.1.0",
			"_shasum": "7936cf0b7e700d2b725570d1e521c16b509072d4",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "7936cf0b7e700d2b725570d1e521c16b509072d4",
				"tarball": "https://registry.npmjs.org/history/-/history-1.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "history",
			"version": "1.2.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "d809ba220c9da5f6b1dd7961498505116359beed",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.2.0",
			"_shasum": "03f916beea9d1525ac5666d4ab095a76810239a7",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "03f916beea9d1525ac5666d4ab095a76810239a7",
				"tarball": "https://registry.npmjs.org/history/-/history-1.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "history",
			"version": "1.2.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "a7a629187d39f196423c14da44067bc4735a0071",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.2.1",
			"_shasum": "32f5b32fee0738a4eb7f2521f04067de381a69ed",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "32f5b32fee0738a4eb7f2521f04067de381a69ed",
				"tarball": "https://registry.npmjs.org/history/-/history-1.2.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "history",
			"version": "1.2.2",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "db4e6aa15e5b53a2482e9fc30b20c26a99d66489",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.2.2",
			"_shasum": "442e43dfd0e0b7aa2814e5b93530779102c678ca",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "442e43dfd0e0b7aa2814e5b93530779102c678ca",
				"tarball": "https://registry.npmjs.org/history/-/history-1.2.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "history",
			"version": "1.3.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "4c70113ced631a61b628a04b650c60f9117255e9",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.3.0",
			"_shasum": "cd183cd138e1e3ac401fae479085fd4988889a34",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "cd183cd138e1e3ac401fae479085fd4988889a34",
				"tarball": "https://registry.npmjs.org/history/-/history-1.3.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "history",
			"version": "1.3.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "scripts/build.sh",
				"prepublish": "npm run build",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "7b46e153b174e8d57292184e3ba4c56d554d7268",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.3.1",
			"_shasum": "ebc402917fcc36e5d155038ab67ebf6436b495d2",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "ebc402917fcc36e5d155038ab67ebf6436b495d2",
				"tarball": "https://registry.npmjs.org/history/-/history-1.3.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.2": {
			"name": "history",
			"version": "1.3.2",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "e9de38d2d626560f36dbc2db5b7d4526d972df1c",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.3.2",
			"_shasum": "ed663ec07f5d7c80f21b9c4c8c2ab58993a6d420",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "ed663ec07f5d7c80f21b9c4c8c2ab58993a6d420",
				"tarball": "https://registry.npmjs.org/history/-/history-1.3.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.3": {
			"name": "history",
			"version": "1.3.3",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "7424e1d13fe660785d17700c0233c761f1a28bc5",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.3.3",
			"_shasum": "fa98b2ea84270f50b5932b828e94fcf66db7f9d7",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "fa98b2ea84270f50b5932b828e94fcf66db7f9d7",
				"tarball": "https://registry.npmjs.org/history/-/history-1.3.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "history",
			"version": "1.4.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "bbefbf16d85a1c872aead48849b55df3b066f3ce",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.4.0",
			"_shasum": "ea96594311234764527c65e10bec81d31bb65625",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "ea96594311234764527c65e10bec81d31bb65625",
				"tarball": "https://registry.npmjs.org/history/-/history-1.4.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1": {
			"name": "history",
			"version": "1.4.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "da3f06bc86b2ee032e0dd57c5d6310a9c0e86021",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.4.1",
			"_shasum": "ac17d0fbc6afb83524c7d0a3f2701d9191aa4654",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "ac17d0fbc6afb83524c7d0a3f2701d9191aa4654",
				"tarball": "https://registry.npmjs.org/history/-/history-1.4.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "history",
			"version": "1.5.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "adf5f219145bb2f9273ff1fb93245f514d4a2c19",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.5.0",
			"_shasum": "01d188fa152d7862d99d28fc987c25c610ceeb6e",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "01d188fa152d7862d99d28fc987c25c610ceeb6e",
				"tarball": "https://registry.npmjs.org/history/-/history-1.5.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "history",
			"version": "1.6.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "5e26509939742def9346d09d4d2fecaada8ee506",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.6.0",
			"_shasum": "4b2b69261911f705fddc04e2b4b128ba1d72cd5d",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "4b2b69261911f705fddc04e2b4b128ba1d72cd5d",
				"tarball": "https://registry.npmjs.org/history/-/history-1.6.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.7.0": {
			"name": "history",
			"version": "1.7.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "71d08d591efa94b02b16d9a4227a569499acace5",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.7.0",
			"_shasum": "9d0e0fa4ed5fe7435253405af5ec778a71f8edd8",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "9d0e0fa4ed5fe7435253405af5ec778a71f8edd8",
				"tarball": "https://registry.npmjs.org/history/-/history-1.7.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.0": {
			"name": "history",
			"version": "1.8.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "54483bea7727821eefa16ad296d59213c1bc7c35",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.8.0",
			"_shasum": "b09116aa7cb6ca416d619711b5d0bd4dee29c791",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "b09116aa7cb6ca416d619711b5d0bd4dee29c791",
				"tarball": "https://registry.npmjs.org/history/-/history-1.8.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.1": {
			"name": "history",
			"version": "1.8.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"tough-cookie": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "de1850f70b6674cc6445fae692660ae4208a293e",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.8.1",
			"_shasum": "bb8155ce711db359cf0467e300eae9dc17306dfc",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "bb8155ce711db359cf0467e300eae9dc17306dfc",
				"tarball": "https://registry.npmjs.org/history/-/history-1.8.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.2": {
			"name": "history",
			"version": "1.8.2",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"tough-cookie": "^2.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "0f70c43e51a65a191ef66d368ddcb625b8b4bd97",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.8.2",
			"_shasum": "3170edf043a8caf888ba488b3f99dcdda7a6bd13",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "3170edf043a8caf888ba488b3f99dcdda7a6bd13",
				"tarball": "https://registry.npmjs.org/history/-/history-1.8.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.3": {
			"name": "history",
			"version": "1.8.3",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "ea03f695d188313ed1bca313ec5bcbe134d5acf0",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.8.3",
			"_shasum": "b97fdea3f63609ae4b9d54ee006967b205da6162",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "b97fdea3f63609ae4b9d54ee006967b205da6162",
				"tarball": "https://registry.npmjs.org/history/-/history-1.8.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.4": {
			"name": "history",
			"version": "1.8.4",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "6c5a3ccd32c9b6ac88ab971a39ac846896f55c2e",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.8.4",
			"_shasum": "467093656514266b159bd422f6c46ca2608236a7",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "467093656514266b159bd422f6c46ca2608236a7",
				"tarball": "https://registry.npmjs.org/history/-/history-1.8.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.8.5": {
			"name": "history",
			"version": "1.8.5",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js lib/umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js lib/umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "c177b22010545f2dc6269a0bd0ffc39262279d84",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.8.5",
			"_shasum": "c66e26eccb91ade3b6c30d6ca16947d37674c30e",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "0.10.28",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"dist": {
				"shasum": "c66e26eccb91ade3b6c30d6ca16947d37674c30e",
				"tarball": "https://registry.npmjs.org/history/-/history-1.8.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.9.0": {
			"name": "history",
			"version": "1.9.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"eslint": "^1.0.0",
				"expect": "^1.8.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "e9b16da106f1567f81c4f17a709ac287d1396735",
			"homepage": "https://github.com/rackt/history",
			"_id": "history@1.9.0",
			"_shasum": "0527bc87de22e9f11ccf33e8bb8b1a9a89b2d6d7",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "ryanflorence",
				"email": "rpflorence@gmail.com"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"dist": {
				"shasum": "0527bc87de22e9f11ccf33e8bb8b1a9a89b2d6d7",
				"tarball": "https://registry.npmjs.org/history/-/history-1.9.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.9.1": {
			"name": "history",
			"version": "1.9.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "eslint modules && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "008cefe8c6f32bb99fec8d963c91904e490b5172",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.9.1",
			"_shasum": "f5463faf00d7081b240bb53ac2b93462ffeb7e75",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "f5463faf00d7081b240bb53ac2b93462ffeb7e75",
				"tarball": "https://registry.npmjs.org/history/-/history-1.9.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.10.0": {
			"name": "history",
			"version": "1.10.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "4baf6d740965b4bbb119c13823c5de90b3d594d0",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.10.0",
			"_shasum": "19ef6e73eda3a639b5c09e1e0c74c5b99b6ec8c3",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "19ef6e73eda3a639b5c09e1e0c74c5b99b6ec8c3",
				"tarball": "https://registry.npmjs.org/history/-/history-1.10.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.10.1": {
			"name": "history",
			"version": "1.10.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "7ea040ecd24d11181f1ac2d8aa5eb6c8f4e1d442",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.10.1",
			"_shasum": "89099e529e92556fb37e19c6278f3f9345fc8f50",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "89099e529e92556fb37e19c6278f3f9345fc8f50",
				"tarball": "https://registry.npmjs.org/history/-/history-1.10.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.10.2": {
			"name": "history",
			"version": "1.10.2",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "33c0e366b6bbd652aac9bc9bf21576ca9607ac2b",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.10.2",
			"_shasum": "ead61422b2d37349c3eed6844e26a3d7d271b80f",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "ead61422b2d37349c3eed6844e26a3d7d271b80f",
				"tarball": "https://registry.npmjs.org/history/-/history-1.10.2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.11.0": {
			"name": "history",
			"version": "1.11.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "6d0fc697ec65ad8c72042aa67c5d17025bdedcd9",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.11.0",
			"_shasum": "f770d581b94cdeb9f6d54bfb21c052e53207634f",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "f770d581b94cdeb9f6d54bfb21c052e53207634f",
				"tarball": "https://registry.npmjs.org/history/-/history-1.11.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.11.1": {
			"name": "history",
			"version": "1.11.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "51b199cbf43caefef0c13080a9299fbe3ec93816",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.11.1",
			"_shasum": "abfbe68435ef295d600ecc65772c90b694e87d73",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "abfbe68435ef295d600ecc65772c90b694e87d73",
				"tarball": "https://registry.npmjs.org/history/-/history-1.11.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.0": {
			"name": "history",
			"version": "1.12.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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.10.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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "de6febdf33fca3a62954ea39ff5bb6d6967e8c3b",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.0",
			"_shasum": "5fd3aca02de84bdeac016aeacff06344af725442",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "5fd3aca02de84bdeac016aeacff06344af725442",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.1": {
			"name": "history",
			"version": "1.12.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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",
				"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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "0f65e2a1099afb6eec87ebce67971b570fdf4ee5",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.1",
			"_shasum": "727a69008841e6bb1fe92b22ce7c69974a0c2f38",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "727a69008841e6bb1fe92b22ce7c69974a0c2f38",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.2": {
			"name": "history",
			"version": "1.12.2",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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",
				"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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "fbb559c7e6b9559eb18f0a92b956ff2a5648be83",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.2",
			"_shasum": "b1ca102bdb2f2741ea586a50ada24ed9d5529817",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "b1ca102bdb2f2741ea586a50ada24ed9d5529817",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.3": {
			"name": "history",
			"version": "1.12.3",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules",
				"postinstall": "node -e \"require('fs').stat('lib', function (e, s) { process.exit(e || !s.isDirectory() ? 1 : 0) })\" || npm run build",
				"prepublish": "npm run build"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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",
				"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",
				"rimraf": "^2.4.2",
				"webpack": "^1.4.13",
				"webpack-dev-server": "^1.10.1"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "57e8cfa342d21b12a547b3c252b01d24f1af1206",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.3",
			"_shasum": "e997202055e7320d04b496e918736c624c94ac42",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "e997202055e7320d04b496e918736c624c94ac42",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.3.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.4": {
			"name": "history",
			"version": "1.12.4",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "0d9ee0888288e689eb9a85db178bae2b23dcce6a",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.4",
			"_shasum": "0af62c0f4f62e9ef2ac9b495ca226f57abd1ff07",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "0af62c0f4f62e9ef2ac9b495ca226f57abd1ff07",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.4.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.5": {
			"name": "history",
			"version": "1.12.5",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "6e1838a0460f57b161eec993b332797c7e41d417",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.5",
			"_shasum": "48ceb881a8903fb9e576dd4d04303dd80f2edc63",
			"_from": ".",
			"_npmVersion": "3.3.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "48ceb881a8903fb9e576dd4d04303dd80f2edc63",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.5.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.12.6": {
			"name": "history",
			"version": "1.12.6",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "9c9ebd035ed42fdbb284896c5474f4c2a183a044",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.12.6",
			"_shasum": "2432bb9e25b5ed4ed820a79fc0c2041e6bc9bda4",
			"_from": ".",
			"_npmVersion": "3.3.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "2432bb9e25b5ed4ed820a79fc0c2041e6bc9bda4",
				"tarball": "https://registry.npmjs.org/history/-/history-1.12.6.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.13.0": {
			"name": "history",
			"version": "1.13.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"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-config-rackt": "1.0.0",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "c1e1ea8435411bd4697a7b39b4dd86ab306ad075",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.13.0",
			"_shasum": "ff75e23680d9f7962c5eb1e159a36d22ae87f4aa",
			"_from": ".",
			"_npmVersion": "3.3.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "ff75e23680d9f7962c5eb1e159a36d22ae87f4aa",
				"tarball": "https://registry.npmjs.org/history/-/history-1.13.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.13.1": {
			"name": "history",
			"version": "1.13.1",
			"description": "A minimal, functional history implementation for JavaScript",
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "babel ./modules --stage 0 --loose all --plugins dev-expression -d lib --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"qs": "^4.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "bed59dcd4c0b80bfb7a0017f0563bdb54a8e3225",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.13.1",
			"_shasum": "1d0664e667f031d5757ef73e81ef847beb3aedcd",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "1d0664e667f031d5757ef73e81ef847beb3aedcd",
				"tarball": "https://registry.npmjs.org/history/-/history-1.13.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				},
				{
					"name": "ryanflorence",
					"email": "rpflorence@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.14.0": {
			"name": "history",
			"version": "1.14.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "702db62fbb29e9faa3550ed38cebbbdf5b297757",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.14.0",
			"_shasum": "7f34f372a90c3c7b65fcb4dc1004af9a84c68300",
			"_from": ".",
			"_npmVersion": "3.4.1",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "7f34f372a90c3c7b65fcb4dc1004af9a84c68300",
				"tarball": "https://registry.npmjs.org/history/-/history-1.14.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.15.0": {
			"name": "history",
			"version": "1.15.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "f7ec1ed278d7837f3d49da226e02973b23186c32",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.15.0",
			"_shasum": "67fe73e23b9b98d70eaf61187b0e1a61d72700f7",
			"_from": ".",
			"_npmVersion": "3.4.1",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "67fe73e23b9b98d70eaf61187b0e1a61d72700f7",
				"tarball": "https://registry.npmjs.org/history/-/history-1.15.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.16.0": {
			"name": "history",
			"version": "1.16.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "275259f3133df326e824b9ccf8e7e772a6c539eb",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.16.0",
			"_shasum": "2b4344ed57cad7b611ef224a63a58d48842b8a4e",
			"_from": ".",
			"_npmVersion": "3.4.1",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "2b4344ed57cad7b611ef224a63a58d48842b8a4e",
				"tarball": "https://registry.npmjs.org/history/-/history-1.16.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.17.0": {
			"name": "history",
			"version": "1.17.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "daf0bd52b8f3bc862c58faf4c7d5a40c86afed9e",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@1.17.0",
			"_shasum": "c5483caa5a1d1fea00a1a7d8d19b874016711d29",
			"_from": ".",
			"_npmVersion": "3.4.1",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "c5483caa5a1d1fea00a1a7d8d19b874016711d29",
				"tarball": "https://registry.npmjs.org/history/-/history-1.17.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc1": {
			"name": "history",
			"version": "2.0.0-rc1",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "c5cb8eff5b8bf6619d72629c634130e934f07ac9",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@2.0.0-rc1",
			"_shasum": "d18a624e20fe7ade7e6f803fcf345907e7ea2a50",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "d18a624e20fe7ade7e6f803fcf345907e7ea2a50",
				"tarball": "https://registry.npmjs.org/history/-/history-2.0.0-rc1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc2": {
			"name": "history",
			"version": "2.0.0-rc2",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "fa638bc7e95d933430374de8c398243843312e6b",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@2.0.0-rc2",
			"_shasum": "71cc5575bf9afe3e8b06a21f5f8e013c6094325a",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "71cc5575bf9afe3e8b06a21f5f8e013c6094325a",
				"tarball": "https://registry.npmjs.org/history/-/history-2.0.0-rc2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0-rc3": {
			"name": "history",
			"version": "2.0.0-rc3",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"modules/*.js",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "14555f89e24f4f09494cca03ba188a73cdd014f5",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@2.0.0-rc3",
			"_shasum": "22db11284ed96ae99e2c187cf39c834133f81fa7",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "22db11284ed96ae99e2c187cf39c834133f81fa7",
				"tarball": "https://registry.npmjs.org/history/-/history-2.0.0-rc3.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-6-west.internal.npmjs.com",
				"tmp": "tmp/history-2.0.0-rc3.tgz_1454524992603_0.3894800590351224"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "history",
			"version": "2.0.0",
			"description": "A minimal, functional history implementation for JavaScript",
			"files": [
				"*.md",
				"docs",
				"es6",
				"lib",
				"modules/*.js",
				"npm-scripts",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/rackt/history.git"
			},
			"bugs": {
				"url": "https://github.com/rackt/history/issues"
			},
			"scripts": {
				"build": "npm run build-cjs && npm run build-es6",
				"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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"test": "npm run lint && karma start",
				"postinstall": "node ./npm-scripts/postinstall.js"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"assert": "1.3.0",
				"babel": "^5.4.7",
				"babel-core": "^5.4.7",
				"babel-eslint": "^3.1.23",
				"babel-loader": "^5.0.0",
				"babel-plugin-dev-expression": "^0.1.0",
				"eslint": "1.4.1",
				"eslint-config-rackt": "1.0.0",
				"eslint-plugin-react": "3.3.2",
				"expect": "^1.12.0",
				"gzip-size": "^3.0.0",
				"isparta-loader": "^1.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^0.1.3",
				"karma-chrome-launcher": "^0.2.0",
				"karma-coverage": "^0.5.3",
				"karma-coveralls": "^1.1.2",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "b4def645e6ffd99cbee7a387717b826493f07972",
			"homepage": "https://github.com/rackt/history#readme",
			"_id": "history@2.0.0",
			"_shasum": "6d5144af2da8a3dea4e5f1abae11a3c2e868e2c7",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "6d5144af2da8a3dea4e5f1abae11a3c2e868e2c7",
				"tarball": "https://registry.npmjs.org/history/-/history-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/history-2.0.0.tgz_1454610918089_0.9449934186413884"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "history",
			"version": "2.0.1",
			"description": "Manage browser history with JavaScript",
			"files": [
				"es6",
				"lib",
				"modules/*.js",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"scripts": {
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "1b4003f91cfb09c47122831633226a657c5ea686",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@2.0.1",
			"_shasum": "4a0b7f2b87b29f4da2d47910f0c86de0fad579f8",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "4a0b7f2b87b29f4da2d47910f0c86de0fad579f8",
				"tarball": "https://registry.npmjs.org/history/-/history-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-13-west.internal.npmjs.com",
				"tmp": "tmp/history-2.0.1.tgz_1456978260388_0.6892792345024645"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0-0": {
			"name": "history",
			"version": "3.0.0-0",
			"description": "Manage browser history with JavaScript",
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"webpack": "lib",
			"browser": "umd/history.min.js",
			"main": "lib",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"files": [
				"lib",
				"umd",
				"es6"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-es6": "rimraf es6 && babel ./modules -d es6 --blacklist=es6.modules --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/history.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.6.5",
				"babel-eslint": "^5.0.0",
				"babel-loader": "^6.2.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^2.2.0",
				"eslint-config-airbnb": "^6.0.2",
				"eslint-plugin-react": "^4.1.0",
				"estraverse-fb": "^1.3.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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "a06d2ae5a4c1f5166a90a0fdd7394724e9b3bdf0",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@3.0.0-0",
			"_shasum": "b9a7b69b5407ebb8872057f6235129e1032df530",
			"_from": ".",
			"_npmVersion": "3.3.12",
			"_nodeVersion": "5.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "b9a7b69b5407ebb8872057f6235129e1032df530",
				"tarball": "https://registry.npmjs.org/history/-/history-3.0.0-0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-13-west.internal.npmjs.com",
				"tmp": "tmp/history-3.0.0-0.tgz_1458412955089_0.13745062006637454"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.2": {
			"name": "history",
			"version": "2.0.2",
			"description": "Manage browser history with JavaScript",
			"files": [
				"es6",
				"lib",
				"modules/*.js",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"scripts": {
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "7244f6da2c328c5d89d242d27da6dce1704416a6",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@2.0.2",
			"_shasum": "da80077de789603d23747f85373d98d188c37499",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "da80077de789603d23747f85373d98d188c37499",
				"tarball": "https://registry.npmjs.org/history/-/history-2.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-2.0.2.tgz_1460701793746_0.18748744414187968"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "history",
			"version": "2.1.0",
			"description": "Manage browser history with JavaScript",
			"files": [
				"es6",
				"lib",
				"modules/*.js",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"scripts": {
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "73195152c808a996bd0d239e0e54bfbb8d72f10f",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@2.1.0",
			"_shasum": "7f9cd052fc0dbb5c80e92456f20dd60e086bdc01",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "7f9cd052fc0dbb5c80e92456f20dd60e086bdc01",
				"tarball": "https://registry.npmjs.org/history/-/history-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-2.1.0.tgz_1461084832925_0.723982299445197"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0-1": {
			"name": "history",
			"version": "3.0.0-1",
			"description": "Manage browser history with JavaScript",
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"files": [
				"lib",
				"umd",
				"es6"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-es6": "rimraf es6 && babel ./modules -d es6 --blacklist=es6.modules --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/history.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.6.5",
				"babel-eslint": "^6.0.0",
				"babel-loader": "^6.2.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^2.5.1",
				"eslint-config-airbnb": "^6.0.2",
				"eslint-plugin-react": "^4.1.0",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"babel": {
				"presets": [
					"es2015",
					"stage-1"
				],
				"plugins": [
					"dev-expression"
				]
			},
			"gitHead": "3ab5cca544df7a23941f2b93bd8e1236546ddf3b",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@3.0.0-1",
			"_shasum": "ef69d02d2adf3618cb13af94c2ebe8e39b6193d6",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "ef69d02d2adf3618cb13af94c2ebe8e39b6193d6",
				"tarball": "https://registry.npmjs.org/history/-/history-3.0.0-1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-3.0.0-1.tgz_1461086877082_0.6511915260925889"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0-2": {
			"name": "history",
			"version": "3.0.0-2",
			"description": "Manage browser history with JavaScript",
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"files": [
				"lib",
				"umd",
				"es6"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-es6": "rimraf es6 && babel ./modules -d es6 --blacklist=es6.modules --ignore '__tests__'",
				"build-umd": "NODE_ENV=production webpack modules/index.js umd/history.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.6.5",
				"babel-eslint": "^6.0.0",
				"babel-loader": "^6.2.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^2.5.1",
				"eslint-config-airbnb": "^6.0.2",
				"eslint-plugin-react": "^4.1.0",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"babel": {
				"presets": [
					"es2015",
					"stage-1"
				],
				"plugins": [
					"dev-expression"
				]
			},
			"gitHead": "0f9d590dbb7a21beed8d6991c3ef79f60f6efb62",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@3.0.0-2",
			"_shasum": "645b86dc350f9aab6e46f9b702a3a9db4b1feaa8",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "645b86dc350f9aab6e46f9b702a3a9db4b1feaa8",
				"tarball": "https://registry.npmjs.org/history/-/history-3.0.0-2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-3.0.0-2.tgz_1461087227446_0.4683561436831951"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.1": {
			"name": "history",
			"version": "2.1.1",
			"description": "Manage browser history with JavaScript",
			"files": [
				"es6",
				"lib",
				"modules/*.js",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"scripts": {
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "909088007d64b88823341d485347c24deca4e1f0",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@2.1.1",
			"_shasum": "7490ff80c9d42e5b27f46898fcfc7311c6f685e3",
			"_from": ".",
			"_npmVersion": "3.7.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "7490ff80c9d42e5b27f46898fcfc7311c6f685e3",
				"tarball": "https://registry.npmjs.org/history/-/history-2.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-2.1.1.tgz_1461769275780_0.1540935467928648"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.2": {
			"name": "history",
			"version": "2.1.2",
			"description": "Manage browser history with JavaScript",
			"files": [
				"es6",
				"lib",
				"modules/*.js",
				"umd"
			],
			"main": "lib/index",
			"jsnext:main": "es6/index",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"scripts": {
				"lint": "eslint modules",
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.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-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
				"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "npm run build",
				"test": "npm run lint && karma start"
			},
			"authors": [
				"Michael Jackson"
			],
			"license": "MIT",
			"dependencies": {
				"deep-equal": "^1.0.0",
				"invariant": "^2.0.0",
				"query-string": "^3.0.0",
				"warning": "^2.0.0"
			},
			"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "4e4af9dfab4cf94522cce5fcac85ec9c19c89e0c",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@2.1.2",
			"_shasum": "4aa2de897a0e4867e4539843be6ecdb2986bfdec",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "6.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "4aa2de897a0e4867e4539843be6ecdb2986bfdec",
				"tarball": "https://registry.npmjs.org/history/-/history-2.1.2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-2.1.2.tgz_1464278239354_0.6860733681824058"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "history",
			"version": "3.0.0",
			"description": "Manage browser history with JavaScript",
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"files": [
				"lib",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.0.0",
				"query-string": "^4.1.0",
				"warning": "^2.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.8.0",
				"babel-eslint": "^6.0.0",
				"babel-loader": "^6.2.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.6.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^2.5.1",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.8.1",
				"eslint-plugin-jsx-a11y": "^1.2.2",
				"eslint-plugin-react": "^5.1.1",
				"expect": "^1.20.1",
				"gzip-size": "^3.0.0",
				"in-publish": "^2.0.0",
				"karma": "^0.13.3",
				"karma-browserstack-launcher": "^1.0.0",
				"karma-chrome-launcher": "^1.0.1",
				"karma-mocha": "^1.0.1",
				"karma-mocha-reporter": "^2.0.3",
				"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"
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"babel": {
				"presets": [
					"es2015",
					"stage-1"
				],
				"plugins": [
					"dev-expression",
					"transform-object-assign"
				]
			},
			"gitHead": "6a92da86cdd1e3311a1fb1e8f9598a1f718820db",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@3.0.0",
			"_shasum": "02cff4e6f69dc62dd81161104a63f5b85ead0c85",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "6.0.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "02cff4e6f69dc62dd81161104a63f5b85ead0c85",
				"tarball": "https://registry.npmjs.org/history/-/history-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-3.0.0.tgz_1464629784864_0.251627802150324"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.0": {
			"name": "history",
			"version": "3.1.0",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reacttraining/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"files": [
				"lib",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"query-string": "^4.2.2",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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-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",
				"rimraf": "^2.5.2",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "e35e51780079c9d86536972b499ffbc8108a27f0",
			"bugs": {
				"url": "https://github.com/reacttraining/history/issues"
			},
			"homepage": "https://github.com/reacttraining/history#readme",
			"_id": "history@3.1.0",
			"_shasum": "9aa9b11c6659831ef9b25cdfc75c915711ba76eb",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "9aa9b11c6659831ef9b25cdfc75c915711ba76eb",
				"tarball": "https://registry.npmjs.org/history/-/history-3.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-3.1.0.tgz_1472775213124_0.4012174867093563"
			},
			"directories": {},
			"contributors": []
		},
		"3.2.0": {
			"name": "history",
			"version": "3.2.0",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"files": [
				"lib",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"query-string": "^4.2.2",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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-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",
				"rimraf": "^2.5.2",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "395c71c4f7555df2f35cf3b6f307eb18a7893c90",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@3.2.0",
			"_shasum": "48bee0af905b7674b3cb888e6af8f16731e01d3c",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "48bee0af905b7674b3cb888e6af8f16731e01d3c",
				"tarball": "https://registry.npmjs.org/history/-/history-3.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-3.2.0.tgz_1472778320646_0.711355043342337"
			},
			"directories": {},
			"contributors": []
		},
		"3.2.1": {
			"name": "history",
			"version": "3.2.1",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"files": [
				"lib",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"query-string": "^4.2.2",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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-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",
				"rimraf": "^2.5.2",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "9a5102c38a161f00c6ea027a88b87b0328b5dc93",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@3.2.1",
			"_shasum": "71c7497f4e6090363d19a6713bb52a1bfcdd99aa",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "71c7497f4e6090363d19a6713bb52a1bfcdd99aa",
				"tarball": "https://registry.npmjs.org/history/-/history-3.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-3.2.1.tgz_1472835166073_0.6374554564245045"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0-0": {
			"name": "history",
			"version": "4.0.0-0",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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-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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "1df1cc41fc2f38452444efd5733b1a401bbaeae1",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.0.0-0",
			"_shasum": "9faedad1df7e689cb4d43310f1e0c7b821a3d425",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "9faedad1df7e689cb4d43310f1e0c7b821a3d425",
				"tarball": "https://registry.npmjs.org/history/-/history-4.0.0-0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-4.0.0-0.tgz_1472945527901_0.4681612020358443"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0-1": {
			"name": "history",
			"version": "4.0.0-1",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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-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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "14943ed84714db5f4bc08017f0e6cf39d05c70fc",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.0.0-1",
			"_shasum": "b8c959b3ea08f617acacf1fc746443dde1dc790c",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "b8c959b3ea08f617acacf1fc746443dde1dc790c",
				"tarball": "https://registry.npmjs.org/history/-/history-4.0.0-1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-4.0.0-1.tgz_1473289285183_0.9538809072691947"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0-2": {
			"name": "history",
			"version": "4.0.0-2",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "625670d594ac65d16c46acb1c9c5fab4ec730740",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.0.0-2",
			"_shasum": "66eb05d84d4b5f2f798f6080b3328bd510c752ec",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "66eb05d84d4b5f2f798f6080b3328bd510c752ec",
				"tarball": "https://registry.npmjs.org/history/-/history-4.0.0-2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-4.0.0-2.tgz_1473489027368_0.02687554224394262"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.0": {
			"name": "history",
			"version": "4.0.0",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "399c72c4b3e012bebf20128020350427df7bf0ac",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.0.0",
			"_shasum": "8440ef8de3042d02af8795ed7e10e1db96adaac4",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "8440ef8de3042d02af8795ed7e10e1db96adaac4",
				"tarball": "https://registry.npmjs.org/history/-/history-4.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-4.0.0.tgz_1473526648095_0.3560258324723691"
			},
			"directories": {},
			"contributors": []
		},
		"4.0.1": {
			"name": "history",
			"version": "4.0.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "7074a3a112663c87387c41939353859a1d4e05d9",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.0.1",
			"_shasum": "b6d422180a2f29d72b6631fe141821b6fae2dbae",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "b6d422180a2f29d72b6631fe141821b6fae2dbae",
				"tarball": "https://registry.npmjs.org/history/-/history-4.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-4.0.1.tgz_1473721117354_0.5683246315456927"
			},
			"directories": {},
			"contributors": []
		},
		"4.1.0": {
			"name": "history",
			"version": "4.1.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "8450e07b00ef08f10aba2fd6bd94d337e9cc07e6",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.1.0",
			"_shasum": "283c5f7a25dd39a7f91bb4444b590f1456c7a297",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "283c5f7a25dd39a7f91bb4444b590f1456c7a297",
				"tarball": "https://registry.npmjs.org/history/-/history-4.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-4.1.0.tgz_1473950107324_0.3931751111522317"
			},
			"directories": {},
			"contributors": []
		},
		"4.2.0": {
			"name": "history",
			"version": "4.2.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "b37e9c868022b2bb7c57efdfdc2252e4447c32da",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.2.0",
			"_shasum": "c90efa2d51c11bc0ebbbc0d8334dc95bbd254cad",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.4.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "c90efa2d51c11bc0ebbbc0d8334dc95bbd254cad",
				"tarball": "https://registry.npmjs.org/history/-/history-4.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-4.2.0.tgz_1473978516880_0.027491586050018668"
			},
			"directories": {},
			"contributors": []
		},
		"4.2.1": {
			"name": "history",
			"version": "4.2.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"devDependencies": {
				"babel-cli": "^6.10.1",
				"babel-core": "^6.9.1",
				"babel-eslint": "^7.0.0",
				"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": "^2.0.0",
				"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "a62990cbd226cbff1313b31a5d668bfc250a0444",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.2.1",
			"_shasum": "30efdcc29b6308029ecd4f9e28c3c87bdc053d05",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "30efdcc29b6308029ecd4f9e28c3c87bdc053d05",
				"tarball": "https://registry.npmjs.org/history/-/history-4.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-4.2.1.tgz_1475173820734_0.0617172010242939"
			},
			"directories": {},
			"contributors": []
		},
		"4.3.0": {
			"name": "history",
			"version": "4.3.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.10.1",
				"babel-core": "^6.9.1",
				"babel-eslint": "^7.0.0",
				"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": "^2.0.0",
				"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "e16b244cc21a4217f0f21bdbd017790ea7c55eba",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.3.0",
			"_shasum": "42bc1067c22760ac0b792d80264c93591ed3900b",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "42bc1067c22760ac0b792d80264c93591ed3900b",
				"tarball": "https://registry.npmjs.org/history/-/history-4.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/history-4.3.0.tgz_1475188178466_0.5534116853959858"
			},
			"directories": {},
			"contributors": []
		},
		"4.4.0": {
			"name": "history",
			"version": "4.4.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.1.1",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.10.1",
				"babel-core": "^6.9.1",
				"babel-eslint": "^7.0.0",
				"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": "^2.0.0",
				"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "e4434544b8bc621e0cbdeafa6938a6e77b922dd8",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.4.0",
			"_shasum": "b1369588cb9e5d80219d0b1f866b0ac62c14a7f8",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "b1369588cb9e5d80219d0b1f866b0ac62c14a7f8",
				"tarball": "https://registry.npmjs.org/history/-/history-4.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/history-4.4.0.tgz_1478015920187_0.9777317866683006"
			},
			"directories": {},
			"contributors": []
		},
		"4.4.1": {
			"name": "history",
			"version": "4.4.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.1.1",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.10.1",
				"babel-core": "^6.9.1",
				"babel-eslint": "^7.0.0",
				"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": "^2.0.0",
				"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "21f3d4266fb85f1d6d683d7ddd5cca85722a09f8",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.4.1",
			"_shasum": "88c2634b6b8cc68252258a7ddaa3f5f193641955",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "88c2634b6b8cc68252258a7ddaa3f5f193641955",
				"tarball": "https://registry.npmjs.org/history/-/history-4.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/history-4.4.1.tgz_1480012200280_0.34909587004221976"
			},
			"directories": {},
			"contributors": []
		},
		"4.5.0": {
			"name": "history",
			"version": "4.5.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.10.1",
				"babel-core": "^6.9.1",
				"babel-eslint": "^7.0.0",
				"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": "^2.0.0",
				"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "6e83bc3aaaaff5793ea2db48cf70f309f44acc53",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.5.0",
			"_shasum": "7313388109333bf5796fff7407cee1850e8c5061",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "7313388109333bf5796fff7407cee1850e8c5061",
				"tarball": "https://registry.npmjs.org/history/-/history-4.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/history-4.5.0.tgz_1481747206202_0.920810790034011"
			},
			"directories": {},
			"contributors": []
		},
		"4.5.1": {
			"name": "history",
			"version": "4.5.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/mjackson/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "babel ./modules -d . --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "abebe50801f60d11e4f73c0a9030368c2273d712",
			"bugs": {
				"url": "https://github.com/mjackson/history/issues"
			},
			"homepage": "https://github.com/mjackson/history#readme",
			"_id": "history@4.5.1",
			"_shasum": "44935a51021e3b8e67ebac267a35675732aba569",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "44935a51021e3b8e67ebac267a35675732aba569",
				"tarball": "https://registry.npmjs.org/history/-/history-4.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/history-4.5.1.tgz_1484005982977_0.4070250771474093"
			},
			"directories": {},
			"contributors": []
		},
		"3.3.0": {
			"name": "history",
			"version": "3.3.0",
			"description": "Manage browser history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reacttraining/history.git"
			},
			"author": {
				"name": "Michael Jackson"
			},
			"license": "MIT",
			"main": "lib",
			"files": [
				"lib",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
				"build-umd": "webpack modules/index.js umd/history.js",
				"build-min": "webpack -p modules/index.js umd/history.min.js",
				"build": "node ./scripts/build.js",
				"release": "node ./scripts/release.js",
				"prepublish": "node ./scripts/build.js",
				"test": "npm run lint && karma start",
				"lint": "eslint modules"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"query-string": "^4.2.2",
				"warning": "^3.0.0",
				"loose-envify": "^1.2.0"
			},
			"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": "^7.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-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",
				"rimraf": "^2.5.2",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"tags": [
				"history",
				"location"
			],
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "97edf4ec3a6f9296e942f5e5d9d2412e117bf746",
			"bugs": {
				"url": "https://github.com/reacttraining/history/issues"
			},
			"homepage": "https://github.com/reacttraining/history#readme",
			"_id": "history@3.3.0",
			"_shasum": "fcedcce8f12975371545d735461033579a6dae9c",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "fcedcce8f12975371545d735461033579a6dae9c",
				"tarball": "https://registry.npmjs.org/history/-/history-3.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/history-3.3.0.tgz_1488081299225_0.1690453311894089"
			},
			"directories": {},
			"contributors": []
		},
		"4.6.0": {
			"name": "history",
			"version": "4.6.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reacttraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"es",
				"index.js",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -e '!node_modules' -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "89496118295a500ba27a0e3f9fde9b6b04676ab7",
			"bugs": {
				"url": "https://github.com/reacttraining/history/issues"
			},
			"homepage": "https://github.com/reacttraining/history#readme",
			"_id": "history@4.6.0",
			"_shasum": "2e09f7b173333040044c9fede373ad29bc2e2186",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "2e09f7b173333040044c9fede373ad29bc2e2186",
				"tarball": "https://registry.npmjs.org/history/-/history-4.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/history-4.6.0.tgz_1488933668551_0.27962711709551513"
			},
			"directories": {},
			"contributors": []
		},
		"4.6.1": {
			"name": "history",
			"version": "4.6.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reacttraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"es",
				"index.js",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -e '!node_modules' -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "a647c5d1e5442998855700195b80a8a60b7f7656",
			"bugs": {
				"url": "https://github.com/reacttraining/history/issues"
			},
			"homepage": "https://github.com/reacttraining/history#readme",
			"_id": "history@4.6.1",
			"_shasum": "911cf8eb65728555a94f2b12780a0c531a14d2fd",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "6.6.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "911cf8eb65728555a94f2b12780a0c531a14d2fd",
				"tarball": "https://registry.npmjs.org/history/-/history-4.6.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/history-4.6.1.tgz_1489640830473_0.05165916541591287"
			},
			"directories": {},
			"contributors": []
		},
		"4.6.2": {
			"name": "history",
			"version": "4.6.2",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reacttraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"es",
				"index.js",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "cc14e269d312dfccf616e84c7857bc6d2f7eb7ec",
			"bugs": {
				"url": "https://github.com/reacttraining/history/issues"
			},
			"homepage": "https://github.com/reacttraining/history#readme",
			"_id": "history@4.6.2",
			"_shasum": "716e863e1da0e97a028eed6da644061dd1e1ed1d",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "716e863e1da0e97a028eed6da644061dd1e1ed1d",
				"tarball": "https://registry.npmjs.org/history/-/history-4.6.2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history-4.6.2.tgz_1497410907102_0.7279600268229842"
			},
			"directories": {},
			"contributors": []
		},
		"4.6.3": {
			"name": "history",
			"version": "4.6.3",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/reacttraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "es/index.js",
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"es",
				"index.js",
				"umd"
			],
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.0.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "8d98aec1366b86e3832dbfd7dcc480d1f9a5275c",
			"bugs": {
				"url": "https://github.com/reacttraining/history/issues"
			},
			"homepage": "https://github.com/reacttraining/history#readme",
			"_id": "history@4.6.3",
			"_shasum": "6d723a8712c581d6bef37e8c26f4aedc6eb86967",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"shasum": "6d723a8712c581d6bef37e8c26f4aedc6eb86967",
				"tarball": "https://registry.npmjs.org/history/-/history-4.6.3.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history-4.6.3.tgz_1497950525520_0.5858927643857896"
			},
			"directories": {},
			"contributors": []
		},
		"4.7.0": {
			"name": "history",
			"version": "4.7.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"cjs",
				"index.js",
				"umd"
			],
			"main": "cjs/index.js",
			"module": "index.js",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.2.0",
				"value-equal": "^0.2.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "c234be81ca46ab203edacc55eb80ae3a6fa724ab",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.7.0",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.10.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-jXiX6uxA4x7kUX461NiK40MJRBAsdK7TgZf9bwUYgA0BbR1Mwisu5y6CwK+M++EeMkUmKSWmpNrZZUJvRWjfhA==",
				"shasum": "a962bdeb0d4f2a53520c16ff9bb5f8d25b21efb2",
				"tarball": "https://registry.npmjs.org/history/-/history-4.7.0.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history-4.7.0.tgz_1503472034740_0.1636326927691698"
			},
			"directories": {},
			"contributors": []
		},
		"4.7.1": {
			"name": "history",
			"version": "4.7.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"cjs",
				"index.js",
				"umd"
			],
			"main": "cjs/index.js",
			"module": "index.js",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.2.0",
				"value-equal": "^0.4.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "97b49cb2ed0d15cf319fd2e91e565f960d673e41",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.7.1",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.10.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XqMnirmLFn8JxGsNEa0rs2G5m/hn0mWcIBvcop08iuYILTkwGZnJ4QlOVFHHoicyuK7WKVrbUFLYazY5MtMnNA==",
				"shasum": "12562f332c8f5360dc303059bd071ad9306b574b",
				"tarball": "https://registry.npmjs.org/history/-/history-4.7.1.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history-4.7.1.tgz_1503472414509_0.728834082139656"
			},
			"directories": {},
			"contributors": []
		},
		"4.7.2": {
			"name": "history",
			"version": "4.7.2",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"files": [
				"DOMUtils.js",
				"ExecutionEnvironment.js",
				"LocationUtils.js",
				"PathUtils.js",
				"createBrowserHistory.js",
				"createHashHistory.js",
				"createMemoryHistory.js",
				"createTransitionManager.js",
				"es",
				"index.js",
				"umd"
			],
			"main": "index.js",
			"module": "es/index.js",
			"scripts": {
				"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
				"build": "node ./tools/build.js",
				"prepublish": "node ./tools/build.js",
				"clean": "git clean -fdX .",
				"release": "node ./tools/release.js",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"invariant": "^2.2.1",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.2.0",
				"value-equal": "^0.4.0",
				"warning": "^3.0.0"
			},
			"devDependencies": {
				"babel-cli": "^6.18.0",
				"babel-core": "^6.23.1",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^6.2.10",
				"babel-plugin-dev-expression": "^0.2.1",
				"babel-plugin-transform-object-assign": "^6.8.0",
				"babel-preset-es2015": "^6.9.0",
				"babel-preset-stage-1": "^6.5.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"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": "^2.0.1",
				"mocha": "^3.0.2",
				"pretty-bytes": "^4.0.2",
				"readline-sync": "^1.4.4",
				"webpack": "^1.13.1",
				"webpack-dev-server": "^1.14.1"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "b29239cd6af5d40008891a6ec731642171b13f69",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.7.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.10.1",
			"_npmUser": {
				"name": "mjackson",
				"email": "mjijackson@gmail.com"
			},
			"dist": {
				"integrity": "sha512-1zkBRWW6XweO0NBcjiphtVJVsIQ+SXF29z9DVkceeaSLVMFXHool+fdCZD4spDCfZJCILPILc3bm7Bc+HRi0nA==",
				"shasum": "22b5c7f31633c5b8021c7f4a8a954ac139ee8d5b",
				"tarball": "https://registry.npmjs.org/history/-/history-4.7.2.tgz"
			},
			"maintainers": [
				{
					"name": "mjackson",
					"email": "mjijackson@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history-4.7.2.tgz_1503477305845_0.3597948495298624"
			},
			"directories": {},
			"contributors": []
		},
		"4.8.0-beta.0": {
			"name": "history",
			"version": "4.8.0-beta.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "esm/history.js",
			"sideEffects": false,
			"scripts": {
				"build": "del cjs esm umd && rollup -c",
				"prepublishOnly": "del cjs esm umd && rollup -c",
				"clean": "git clean -fdX .",
				"lint": "eslint modules",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.2.0",
				"tiny-invariant": "^1.0.2",
				"tiny-warning": "^1.0.0",
				"value-equal": "^0.4.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-core": "^6.26.3",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"del-cli": "^1.1.0",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.1",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-size-snapshot": "^0.7.0",
				"rollup-plugin-uglify": "^6.0.0",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "98081f74ef36235de2c735cb067cb1d1dd6f2596",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.8.0-beta.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "10.13.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"dist": {
				"integrity": "sha512-LDjPtGgAFDO3lZ+bumN67k0R3GWvUBLLgRJpFU2mnJ1w+D5rEbiZC1c37yPla7tx/dUzVfznt5Rmttnz0MvGdA==",
				"shasum": "8b48c1354ac290341c0d73dd33c763bd140531f4",
				"tarball": "https://registry.npmjs.org/history/-/history-4.8.0-beta.0.tgz",
				"fileCount": 28,
				"unpackedSize": 142849,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2NCbCRA9TVsSAnZWagAAEawP/jefu8Y4dElAu+RGd4i4\ndCHfq+Rc5+Oe3lGJ8bEZO+09MzA6NcdES/F3TTAeBl2K2XzBx/pGgpPsMW7H\nRnEGgLz2M7jVTUfII1zOubJ8FteOsrgQXHOMvK6jlHbsqHydCVtRes8CD58i\n7pxBcLooAXWi4mj+YaRDut7qz+F15Vkh47VQvCze2XGKZplCxL9KT6+RIygn\nqeRMRe/oWufK1zKEeCO8KEVomdH7mZ2cQyiyWqdLqxRaH5IJtEZWkyHVhx09\nJoWsTc3wPAxomZ+TCfH28z5TTn4FTV2QDyCDcrDKQxwgsjMM6BnEG79DE7dY\nphiYftZkqkSWSSoYd07kQqE1Ku1AGKJ+mHk0AUAApDWoPTRSMTET0N4dlq9Y\nPQPtJA50usnPLKA5ohB/uhAHXSvnU3oUJtfWQMuMgIjZjCquqK0yQByGSjte\nLskNNIDbLKtirok7vrpDatoIS2uJ71BPeWQVYg23KOLh6I1eDEQB/nUYSYXu\nOHSXKNDyw++Jg8Oe8wQjNUYuZmUjBF789wxHUlBQanejsOUtuJZKATLGXXMb\nlbz5g2QWIygY61lRAncnR5nen2zcuFqZnyX94fbZBGPUzNdKiaklNdT6W4qb\nJDlHMD2pt18I7rrqW/+XQbn/c96f+J4w83JzBRqcCye2udheH5RfnnMQIVdS\nTDMw\r\n=KAtQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_4.8.0-beta.0_1540935835005_0.6158488744883004"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.9.0-beta.2": {
			"name": "history",
			"version": "4.9.0-beta.2",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "esm/history.js",
			"unpkg": "umd/history.js",
			"sideEffects": false,
			"scripts": {
				"build": "rollup -c",
				"clean": "git clean -fdX .",
				"lint": "eslint modules",
				"prepublishOnly": "npm run build",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.2.0",
				"tiny-invariant": "^1.0.2",
				"tiny-warning": "^1.0.0",
				"value-equal": "^0.4.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.3",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-size-snapshot": "^0.7.0",
				"rollup-plugin-uglify": "^6.0.0",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "0a496cba68e6f7fbee0b97c671e865c65802615d",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.9.0-beta.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"dist": {
				"integrity": "sha512-9I/a0PWDc7Em6XvMXtGpvxz/ITPgwJLEwr2YtUhqW6/Yc0rMGF/VUzT5uI+oFPY76U2QqdXalQZw3kLUDqIxfQ==",
				"shasum": "8ec75f32b3ce0f14b33bc5a71fd3695ca668b905",
				"tarball": "https://registry.npmjs.org/history/-/history-4.9.0-beta.2.tgz",
				"fileCount": 28,
				"unpackedSize": 143185,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBcVxCRA9TVsSAnZWagAABsQQAIfaDzX4fIaF6a9gLEkF\nkEB2MyPqN4BMe58uxOUHxbgxXqj2YNkUZwRi4/bB+YzXNS+Xwo5qFWra062L\nkDmcBSgAP0Z1fQ7Xo6qNDtQosWuPemfH/u/FPCNlN8wEtHWAfwCqzBblr4y5\n7208OwLePaqQjvz+mU/z8j294V5itecrNwuJCduooklAhiHtptQqSqpcTHWl\nq8GmOqsbtZ2G3brkLc90ux6wIThHz5NMggAT2T+of3e36pkHD9ZTsuEOJgt3\ns6aTzJoYV+6lAQXAJS/fUHyGyPxT5mGA/b0Qj7ralwIc/TTE6VQm4NxGinHM\nMI3DmxmN2Sxn25RXh4BqDvVoeXn16tPPDkhEstfej3I5Z4of4Uam2El27l7g\nyz+7jjQJN8bLf7tVO5JZxRA1bJxnAIVuHsyYoQMHgf+u9R6e3+cubVOfOp8x\nY3a1p8eVGX+Um7SRnDdnZiacMCknXiX6WJdplM47eYldyugBT92VYBZe0HCd\nWiQUAb+vc4sgPe1AKXWus8tFAtuvcFIyddHYbHtznmBsIHvJaiJre86jDFL3\n99eJePN9HapmVwsS/DI+JlnFyfE7eG+d9fMGz19W69T03b5Hcou0hhWuxdyx\ndmPx4NXi8voBS+0TZqOKT4Ujvl85WpHjPMtOrn709Tqf02nS7amJKYwqI5rk\n9u1S\r\n=gPqA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_4.9.0-beta.2_1543882097208_0.7238962929115988"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.9.0": {
			"name": "history",
			"version": "4.9.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "esm/history.js",
			"unpkg": "umd/history.js",
			"sideEffects": false,
			"scripts": {
				"build": "rollup -c",
				"clean": "git clean -fdX .",
				"lint": "eslint modules",
				"prepublishOnly": "npm run build",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^2.2.0",
				"tiny-invariant": "^1.0.2",
				"tiny-warning": "^1.0.0",
				"value-equal": "^0.4.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.3",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-size-snapshot": "^0.7.0",
				"rollup-plugin-uglify": "^6.0.0",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "6104a6a2e40ae17a47a297621afff9a6cb184bfc",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.9.0",
			"_nodeVersion": "11.12.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-H2DkjCjXf0Op9OAr6nJ56fcRkTSNrUiv41vNJ6IswJjif6wlpZK0BTfFbi7qK9dXLSYZxkq5lBsj3vUjlYBYZA==",
				"shasum": "84587c2068039ead8af769e9d6a6860a14fa1bca",
				"tarball": "https://registry.npmjs.org/history/-/history-4.9.0.tgz",
				"fileCount": 28,
				"unpackedSize": 143178,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjCBwCRA9TVsSAnZWagAAMk0P/RxDyntItO9l1XHRMq3J\nA4hVNBLtgj/5QfKDCuGL1o4ssoTSlCR1YJGP1OCbjK+1X/m0Wlj6ytr9qLVp\npZMMkDGbP6dBxejdpMmkwTEh1C0O+TcZVEH4fbvrRMRIQgl+HRrCiJmpo9DP\ndSyOa66fEfkTBmc5coCRgR+zKJJ/XpifiFtm932+Q671gZLxxKwCo+XDYwTZ\nrX5CA83mRZsD4PGawmE/pIJ0tsMwIgVuwy0utLzc4truOElYSZ5erTVmmHA7\n/oiRYW8Fldf6irBDB4OULH+/3XZes368295AlQECfqaRZcvIM00FZsCDHxhY\nQT+GdYCTpV90UvCTqBrk3THuHaIL8YlqcMklwBQZc9q426wNb48OGOp+SCs8\nmcpXePhdThAeJrn4Qvj4DWDM5EXmraGw9fvZ7bDg1xigQGStrwwt7pXABvjH\n3qiUg3aca5/mNQLw9dQpA/Q/WOZTZpoJt4QgylFtIYcve7f4vgSjdZNsvWB0\n6+0QbClXgTjI+M97hNdmHScPTeYPoiYIlplFAu9FNltgt/T/nlYhuEE9CD7r\n6csjQm5g5hsolnSlaKpxKis6XPfH9lX16qvu2H9Hr99PIdliWLLeJ2nwbZxz\nKDlN0fntYc42KWzTge89ckTbgisOlTfTi8Zwj31b9/I6Ry87aqTk3J9h0AKE\nvb/o\r\n=mowq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_4.9.0_1552687216361_0.012583339226106327"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.10.0": {
			"name": "history",
			"version": "4.10.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "esm/history.js",
			"unpkg": "umd/history.js",
			"sideEffects": false,
			"scripts": {
				"build": "rollup -c",
				"clean": "git clean -fdX .",
				"lint": "eslint modules",
				"prepublishOnly": "yarn build",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^3.0.0",
				"tiny-invariant": "^1.0.2",
				"tiny-warning": "^1.0.0",
				"value-equal": "^1.0.1"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.3",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-size-snapshot": "^0.7.0",
				"rollup-plugin-uglify": "^6.0.0",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "c761c48786769f164b199e6b22d3b91557efbf45",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.10.0",
			"_nodeVersion": "12.10.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-w5dPeWoxlMyl4zKMXWT3zRxSt1dSblRCtrOoxxinK1fhYQ4Fwm5TPef8hNUYTVVu5Hwxr2nS0uaCX3JJFUeabA==",
				"shasum": "68301fedd6d3484e4a6adbc957551d6d238d4cb2",
				"tarball": "https://registry.npmjs.org/history/-/history-4.10.0.tgz",
				"fileCount": 27,
				"unpackedSize": 121187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeWZ5CRA9TVsSAnZWagAApxMQAIuLO9lLRm6TNxRLx1pM\nZDxn9AMxzVjbZrOnn48rSEre09pNSe22YyFyQSpmp8yeQnHq8tFkGCCifbEZ\nG3vyQv6xBRWOhHNdczJ+ygOT3t7cyNUeTul7R+alxofs0HIr/I4OpZ2A6Ysa\nwP8TabQsswDpctsTFOwM+Tku67laYYd2HE/rMDL1kjww9k0H/U+Ir3mirdIi\noKPkJtmUmATcU0D2NXnvmOKvFxqoCXmHP0Jx0bSLOv15pAOTjTwYvhJIuebx\nEfltucBIeel04swkM8A/gS5kgqT63Wa6SyHJ5pk01O/YVAvSAFhvz8MUGVMa\nOYUOik0N0doP4QlVLtlvfWOQ+u5iXHmMBiVMjmiNqeFK1w6emOjYbea1I+bq\nqSsM+/KZykfRDxEeV5f7NEMii/NTtpA2xpMeZ+Wx5pV0+G4fzd9vkaGlZDoW\n4UOI7PA1JaZHwVvji4Fx2bt2oE25zj8GC6TsVDDu3Ubr4YGpOvpa3+5XTCTx\n2UjaZDaADivqG56T79jJnNzpY79Eht7ccm4FgWyvwLbuCIH/1H6+PsOK4Xdy\n/vkUuDWc8uV4qoMslBc7JXA+4Hqso4YNHjgv6jQ+33n4F3vPIt3mIH0g2cdF\n6uchp72fIj/6yAIxRFzrFO60nWNqv3W/CeNFvnI4IVjUWmJu05p0OhWxOW4y\nzH8T\r\n=Rgkn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_4.10.0_1568237177212_0.9631923405628304"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.10.1": {
			"name": "history",
			"version": "4.10.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "esm/history.js",
			"unpkg": "umd/history.js",
			"sideEffects": false,
			"scripts": {
				"build": "rollup -c",
				"clean": "git clean -fdX .",
				"lint": "eslint modules",
				"prepublishOnly": "yarn build",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0",
				"resolve-pathname": "^3.0.0",
				"tiny-invariant": "^1.0.2",
				"tiny-warning": "^1.0.0",
				"value-equal": "^1.0.1"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.3",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-size-snapshot": "^0.7.0",
				"rollup-plugin-uglify": "^6.0.0",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "3f69f9e07b0a739419704cffc3b3563133281548",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@4.10.1",
			"_nodeVersion": "12.10.0",
			"_npmVersion": "6.10.3",
			"dist": {
				"integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
				"shasum": "33371a65e3a83b267434e2b3f3b1b4c58aad4cf3",
				"tarball": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
				"fileCount": 27,
				"unpackedSize": 122109,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdet/ICRA9TVsSAnZWagAAUwwP/0OL9QnzMYLhYz8qL0Y3\njM2UUPv7DphjE6slO+jiedMv5doF0Egc7ol86jKXdD3hsZLLCKpeL0rydC5w\noOwqKuOgFxUFFJlU2Hz6KYcCRRyien/hUbk35aBb4MCXmGKXQeimMcsDl7EV\nJM+HTPjmf+Kvhz1gV1ZmH301CnKmtMWt6yPVq/skiOxh/AmyzHp4zALI5tSR\nWhVrzxNGdrxQBBpVb1gccIfs0ak+Vqyeyv50tlgQVq5xtRfxpP3/7i1J2KQY\niXrGXZMLHM71TzhT2iOGx4owtWkJ0+0+vGMgHdVaxQtAWpZu7Je4vO0ss958\nUpJ3Bqa/sLNO1UPh8GH7qgATpdnu+2UmgdKws/rNh9xEYwmLoNESjuwpCIA2\nTiqLT3rWox1pWOhVcg0UATZKnVqHhv8gs2qR/GCfJ51srAZ9ewp/GtfbBJNI\nDp7Jn4Hrts8QZkvj1QDft4vr8NVFVxaIm3yJeVa7ELi2dMUywXZhjTmbLEyT\nldmljtOJj5XTJgqnR+yVGCE6yelI+o2fO2aK1YzQU2Hw0wUNjcrpXoCy57O1\nSr7gEoB5lbQ9xVx5wZbDnyNVEWp8bNtW0EW9k4pzBwizIPfNItJ5FRWxLqQA\nIlVvWUNkVNk5nUVeSV+R3Whj+oiZIEDN4V/VjTUpHscTi5U6nYffYqZuEvbJ\nUS4L\r\n=OQaJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_4.10.1_1568333767462_0.4288504107799831"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.0": {
			"name": "history",
			"version": "5.0.0-beta.0",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "esm/history.js",
			"unpkg": "umd/history.js",
			"sideEffects": false,
			"scripts": {
				"build": "rollup -c",
				"clean": "git clean -fdX .",
				"lint": "eslint .",
				"prepublishOnly": "yarn build",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0"
			},
			"devDependencies": {
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-object-assign": "^7.0.0",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"express": "^4.17.1",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.3",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-size-snapshot": "^0.7.0",
				"rollup-plugin-uglify": "^6.0.0",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"gitHead": "105b64a99359c4a438abbc8e6735fa277b5640f5",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.0",
			"_nodeVersion": "13.1.0",
			"_npmVersion": "6.12.1",
			"dist": {
				"integrity": "sha512-MLinbvKU8zAN9Z6aGFX05tvTlJUkKISj87zEkw3M47kNtXGSws+G5NXChUHmq2+9Uy817NMvNQOXGUj1ByZ13A==",
				"shasum": "8c54462b1f77f6566e93c2d7db87341b43d2da5f",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.0.tgz",
				"fileCount": 9,
				"unpackedSize": 82958,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxO3FCRA9TVsSAnZWagAAupgP/ifUDvqpcGyuYKehz1Ht\ncdNlSvnfsE7oJFBepm9676r1GMfZN4eAE9U30HnQ1oLCAmGuxL0VsrZmozWu\nRjE9DZd+gwiQoLQV3FbkxkrM+Q6IjfF957NN7ZIo9ZGkDcTY4UxUYJnESvx1\n+2ivMYlCtHtk42U/TAzfQjvTUHfo5f05t/PDHWSL5jmfiwmw179FJLPtMzv1\nCjT9VqX+LVonp0g7vTNAallviSCql/YBrEevt45fekQZ2BPQhb9uO4WMgk8V\nuAOYi3T46yB1xpr95AbiAJhUeQviVDWrwC1DioZv/y2KFxlUP3i5rGJ9attd\nAb+XkEjrjBrWQImVLzNjdFY3E25fNRrMVGJ81n4IIsIqvXKRgWOqZiBDgCOV\nnZRY1zPC1XbnybMGUpKul74ByWHwzMDkn7MsHFnNMwrTUh8Yt+P8lmbKkEe5\nlPWxwsVaFdkO3tk1uIpuwD2whprITkwJVkdIDua+Nwd7SxjQB2EU8tYPiQGU\nnsy+mKe8jf0hEndpROlEK0BxEk1COuL6QMIWOHCfB1mFxx1XIoaFoMuJ1jF4\nHCvQcBFgAb7zlRRWZXMsjTF4adAQcv7HYsvTCiNsvr5jaigtqklfZ83vrUE0\nm3/b5Q4Yfm1Cuq99z4bCPoX/JQ1HGU0TQi7R7574P9ftI2Rqg4AEVkW2IMkc\nSrSJ\r\n=Q4hq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.0_1573187012584_0.37773617691481287"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.1": {
			"name": "history",
			"version": "5.0.0-beta.1",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "Michael Jackson"
			},
			"main": "index.js",
			"module": "build/history.production.js",
			"unpkg": "build/umd/history.production.js",
			"sideEffects": false,
			"scripts": {
				"build": "rollup -c",
				"size": "filesize",
				"clean": "git clean -fdX .",
				"lint": "eslint .",
				"prepublishOnly": "yarn build",
				"test": "karma start --single-run"
			},
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0"
			},
			"devDependencies": {
				"@ampproject/rollup-plugin-closure-compiler": "0.12.1",
				"@babel/core": "^7.1.2",
				"@babel/plugin-transform-runtime": "^7.1.0",
				"@babel/preset-env": "^7.1.0",
				"@kristoferbaxter/filesize": "0.2.0",
				"babel-core": "^7.0.0-bridge.0",
				"babel-eslint": "^7.0.0",
				"babel-loader": "^8.0.4",
				"babel-plugin-dev-expression": "^0.2.1",
				"eslint": "^3.3.0",
				"eslint-plugin-import": "^2.0.0",
				"expect": "^21.0.0",
				"express": "^4.17.1",
				"jest-mock": "^21.0.0",
				"karma": "^3.1.3",
				"karma-browserstack-launcher": "^1.3.0",
				"karma-chrome-launcher": "^2.2.0",
				"karma-firefox-launcher": "^1.1.0",
				"karma-mocha": "^1.3.0",
				"karma-mocha-reporter": "^2.2.5",
				"karma-sourcemap-loader": "^0.3.7",
				"karma-webpack": "^3.0.5",
				"mocha": "^5.2.0",
				"rollup": "^0.66.6",
				"rollup-plugin-babel": "^4.0.3",
				"rollup-plugin-commonjs": "^9.2.0",
				"rollup-plugin-node-resolve": "^3.4.0",
				"rollup-plugin-replace": "^2.1.0",
				"rollup-plugin-terser": "5.1.2",
				"webpack": "^3.12.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"filesize": [
				{
					"path": "build/history.production.js",
					"compression": "none",
					"maxSize": "5 kB"
				},
				{
					"path": "build/umd/history.production.js",
					"compression": "none",
					"maxSize": "5.5 kB"
				}
			],
			"gitHead": "65dd4bed35c81b8bbc142364d2f0e47124cb9659",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.1",
			"_nodeVersion": "13.2.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-mkwxhXxMk2mlQpyWr+6++9h4iYXOCLn1RKzHAKnEoU/M7nXAGgDKo0SXq9o8tseky9A49wws7lB7Ltp/dtUizw==",
				"shasum": "eccf12f28abe8610ae86b4716000f7d56ce93261",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.1.tgz",
				"fileCount": 12,
				"unpackedSize": 181933,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bTeCRA9TVsSAnZWagAAyMIP/i/5tvQOPD4CMgyIrvOV\nEWVN7yi54NOuZjk50RqPnGyJLUfY5Us9FL+VdaYN3M7oRrAIGy3uGYj+zhTs\n2Bc4GlIwIcNcnTjQvevFYCtf5npgHmjqq2Z2ye2ig/wz1aO1bmvLs9mlPiF/\nDmIkeEGQH6+YxZqJBRDc41BQwNTb3ng9MSEu3M9OfNhnXqfP0HIK6DaSyzUl\n82vkhcZ6ENwD78h2J4eiNtM9E+cOJG1QXQjo0E8vk64BJFnd5rEQDMgdyknS\nhFYFIFa+/my2fjD0lYorE65vlv/GVggrrCh7ZFkl8c8RPZd6mz7sHmN74ioR\nbUCoN7YrRydFWu6djP+8YFfVi+8KRBNJJ4ZMAbPRSuJGSLdIRuKj7uyrbwNf\nZ0gXdpMWDJHkriWz6k3mnve/4S4Ogta2EpZufDh5TBdpUeBGz4iDriboIEPN\nUN6Vjp51zGdEB2AJswb3r/inQ1xRipNqddoffGQZoMJUa9woZrqmO+ISBKPd\nvVyFSU+92aUSG0uDiRuckrDsH1Exq71LiukEeqtg39pXGUSgOioHB3/Co1XR\nvi73fv8HJ9Y7cKKsctXZCQGyKSiH9omtwuYaKvlooEx+FUJZQ3N/O5yb4eq8\nNbaAAZ9LNxxKbjPllEw3NzAhP9EtNceAygcsossAk/FdAWUQR6SQ5/tTM+YC\nomQ4\r\n=UKsF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.1_1575335133811_0.2595643988960299"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.2": {
			"name": "history",
			"version": "5.0.0-beta.2",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "index.js",
			"module": "history.js",
			"unpkg": "history.production.min.js",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.1.2",
				"loose-envify": "^1.2.0"
			},
			"browserify": {
				"transform": [
					"loose-envify"
				]
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.2",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-Xz6p8v4M9P/XyLvShj25iXbRkmnE25nQfz2l+UVfi7GJE5qkYCgf0Jmr49ZjkYeHXnSoQfoNc6Ra1J9ROUFt3g==",
				"shasum": "48e42cdca7c9891c3160a79d9f8f39fe7fc016e2",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.2.tgz",
				"fileCount": 16,
				"unpackedSize": 120372,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd61qBCRA9TVsSAnZWagAAfN0P/1B5vnuJy+/2WIQIAjin\nsFluCOPdVgPWJHGpIbNepnEYy0QQCJ9L38MfoAeVcPOMMZG06Csys1aibb2Y\n+QsIlBOcpCOCAL4otMUQTWJSlQjEPEAC1WpA7v0viTdnc7Q5lQFtY+ngkj0C\nEO3h9EVuerYlZxYCRv58hhCZhvGV6s9V2+/9tsoaSsHhryGaaG3a8Ay2ksZ5\nBJLDS9o443iYGgsUbUu7aTQdYMh0mWc+ojJULIF5Lp06LB5wzL1EEQGtMSGE\n9yopTFO6RDtdO/TktAjjVGmM0XEXbG1jbfZvNbt2/yUqc8cPDDW2sfm6zbix\newBhLj9PMzvnRqS752MbPM2KYc0+RYiiVhPxhiURKMbp8CEbBexwceXWzg5Q\nVfjrRAl0PAB3i+FqKes2cDTupZ8WaquELHagUh+zHy63902L5AHibLBjhGHb\nDltoY99rSDNATg7fFBROD8Mbs5ALeKxYdP4Aise86Ioempen31Y8eP52php1\njZcexxyd59G6vwnSgyrvzjEyYJnnJoIImWIleD+A7J1D7wW9rJdwOuZWycbs\nqUra8tV19bSI0wHpgDhtl36DLox0NaIxAo2UwrhufCcWbd1B5Epeu9jRK4Lt\nM/SYTCUbNgFG0bFJz3+kzBJiZCsBkVLnvgBf8h57ND1n6MnAeVUotQ2PsxVe\n8Dun\r\n=CVhF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.2_1575705216556_0.39272641629246596"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.3": {
			"name": "history",
			"version": "5.0.0-beta.3",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "index.js",
			"module": "history.js",
			"unpkg": "umd/history.production.min.js",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.3",
			"_nodeVersion": "13.3.0",
			"_npmVersion": "6.13.1",
			"dist": {
				"integrity": "sha512-OwOSzxffMvTxdqIP5enqEOivloaHFH7+Pnbat8hQTEPNMBzzVzfunC9hFrOnKpdND9aaGr7iET0yju5z4veIhw==",
				"shasum": "a0517b0ad96ab38f7be4dab7822392f31e495efe",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.3.tgz",
				"fileCount": 20,
				"unpackedSize": 251756,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8D/wCRA9TVsSAnZWagAAEZoQAJZKtQSWkp5Gi7Ap9Fhj\nvp4fwLukU/ZMe7gnk9wCutN9xctpOcI3jVDaRbPLRllcpF7ZiajDl4VTf8TB\nvd3WMf9EN0txnhLvv5HlEukALNvO5zKISBVxGlUHfRPGsmdhfxNI86qQmEOK\nAe9d9834+jhGxOxHlAR9VgnKjv6Y0j4QQ34FakcIqpAtfczD9RNQkLUdO/fJ\nmykns8yvDcRsF2Bb7ARKjd3wKSUIHViMaU48I6Satx+ut6DloeOJv4JcguQN\nm8Cgq+ZhGJr+XS4+DKRqcYZ+pd8dAqk3+ItQlgxOrYKOVpCxTUXxYcI7XW/5\nbweZTlQzUv+NEOVtNjk/hvm3OKU4GfDuB3MAG8oYUu9NnVF7m8mSF7eChvLT\nUhrC89v7uat6HNcQdlLa/yHU5nUnsI6/UJuf+vqHSwIJHyA6LN1w+xEp+4Bj\nhcyTN2d9mpzzbWhvkk31a/H7UR4/NRMG0L0rbAylvti7BkTSU+QdS7OCb9iN\ng5DyQKPZt46Wk+6AG9tb3vOhdDPPf5ZajRGxTWILlweWH/+ykAX/7R/ztzZF\nKkC3h9xfLtKzUZpn/AaWESx16OYHVgDS4pdn9GB/eCzPaTr47xG3TGOixJVa\naXXAW/vkWuSkci574GhPWW6W1I5OnAGvBpY3Ez+eJmfvLc0e+WcOyRaQQhXu\ng6yu\r\n=iYv5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.3_1576026095622_0.4810530844680063"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.4": {
			"name": "history",
			"version": "5.0.0-beta.4",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "node-main.js",
			"module": "history.js",
			"unpkg": "umd/history.production.min.js",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.4",
			"_nodeVersion": "13.7.0",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-LMUnKPB5UlEzDF1BO0VxtDsrguGPO7SuQEmB/5OjL1305afR1O8FvX29rbJep4g2SLmKK3YdDA7+8ZDs8P8n8g==",
				"shasum": "7fd3bb1f6c75d00d9b5112a816766bfc72d1a3cd",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.4.tgz",
				"fileCount": 20,
				"unpackedSize": 255741,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKK2ACRA9TVsSAnZWagAAiIEP/0mhdf/FfiDLqJDPlSlQ\nNFk7Ev/tk+LeIECN9VyTRJd4Omt4ZHCxKUlMuhkr6OZzDdCa4LA3sBZjaQtE\np735ZwPAfqKRBtv29+ti3H0cTQXGcAqRVlqOwYkgoLd/jABrjZzNv7KA66Pn\nrnRHdE6jViLkKW4Yob0FwejIeG4eD9K0ut2M8LllCrLYemJmDgBdtEUgRTnR\naFs8ryA9N07CMaCsr77YNtQoLCbtylWYKkdQnVQQfqlzYgEiBJ2framRchqX\nxqJvWHYKiZ7YlC2gqumA08aZyCg5WvUNbbpsFVbDjixfYgmnzsi+hleIi1ht\nLWP6yVQ94hKedv4uWjnwUO9s4BCKAtahxjgyvYr6tcldTrPPeeOFA7cLFWFW\nz7mtW8rX/b2Whg59UP+UB6Mq51s/Z6gwunINnEBLPhaH8O5Gm8ccF7RgOdqy\n46+6wFr0WY4aRok0duS0R3NpVfR+VDjxVF1H37VlPhXM2lhBZSdwj6kV+qMB\ngaMnGrkfcEEnsvGuuLSKRMioI1Rl7KZazwCceJbaqm6xvvggeuNv37QktU85\n2giBX2br7PujmGVzddytv7H9kTyc0FLswi5q0xTQ86Hedbk2qwH+bsqDsE1e\nxnODJc/sHq5ny7FG6GTwauOsl4Nda2otjuJ7W7qzmcHEw0YId+RkHXnXmAbo\nHYcG\r\n=E/Z8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.4_1579724160083_0.19384980716901845"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.5": {
			"name": "history",
			"version": "5.0.0-beta.5",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "main.js",
			"module": "history.js",
			"unpkg": "umd/history.production.min.js",
			"types": "history.d.ts",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.5",
			"_nodeVersion": "13.8.0",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-ahtCDSKtbIUI83WDz2B6dd7sbtEd5bcISD5rFI+Mjd4Y61Niz69ciS4opFxertJVOwgDYPgFmeIXsUNsfdM61w==",
				"shasum": "6ec8661fcec09901ceccc540385ee3ad3d917157",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.5.tgz",
				"fileCount": 21,
				"unpackedSize": 230987,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePeFhCRA9TVsSAnZWagAAbiEP/1uKUxNsBCgma6E7YhMJ\n5NPT0A827M9mnlzk6tI8N+4OIprLbTU1b6ruVGmZ9/z+gbBwplsY3qy/MP5K\nioGx0byrWIE/B8q1DF/5FmOVKTjUO3pKHZEevEX8Wr0vumr+31W1OinBEmQ1\nuzCoM8hA0OawzRI3AbkTMMPqdfuaFzVl3RoaPwx+5fMAI1Bfg39JdmaBm8Ec\n0FxzHUwwROLX6PktvTZJMmM5KSubQc2RcP4ui6yq/OGD5AxTmNRst0JxdGmy\nzKbCKzR4izVwYImOy6OARhKk/9Uwus2Y+0/5GaIbHiohAx3lrfdrJJniGzPf\nJOuldKJcu2Erojv54BcPt0iEZlEa6/WmOsWHEQVT7L3Q5XawYZvWYpX2UlC2\npAKg83M+bqEyCPl/FBAqmBNreGrw+ONOkj0JtIrth4fNzT1lpnjyUurbnwVI\nG0jtQGhG5I0DETw+FeQvA7Y6sLP84nIiBmU3p9NR28rfGuKJblTkBEacYhHH\nQASnQr2RTC3zFCsjGEN98EYaHJLR5JTG2n2svH2X6otoEuZMD79BiRUXB5/9\naJzy4al1RLC7IzQNgcWU4/0jS0cUZShrIgcJ9q3MxTfXvg/3DtF2+WZKpmtf\nJdXaKWZd0fNkHwqeJMKOvkyzuBWE4kUiQ+l6DMwCGoByGtdnBiate9/+SEzM\nIzog\r\n=tykV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.5_1581113697354_0.7646028969130259"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.6": {
			"name": "history",
			"version": "5.0.0-beta.6",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "main.js",
			"module": "history.js",
			"unpkg": "umd/history.production.min.js",
			"types": "history.d.ts",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.6",
			"_nodeVersion": "13.10.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-eD/oZlg8qllj1w1iV+aCrViZJ0kPmsQwdetP4iqSn56MK5Uuz4Ptx66HI2bWx6fJJWSXDpGC2hYfWPy6SjKWig==",
				"shasum": "7d64e684f9587ff4cc28368c7235e88c9111988b",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.6.tgz",
				"fileCount": 21,
				"unpackedSize": 230987,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefOiVCRA9TVsSAnZWagAAvcQP/Ra6FKPhVHopmNVzlSwC\nVCwdIeX16MLg6viJrU6SV7hXLU8LjyHOPv+fVhIe+PdsEXjfCrleuvrruIuE\n385a2fnk3HPHbMxHx1rCscgp8/wUbOBI9eXUztK6uHOTTI4xZgCGEZP2XzB4\nqQc/3zq8WvWSpU7vfbuTD1ZSu3ovI9Apw5J2lrmrBTPSCRnlm0wVbKu7KtcP\nFmAPHZCsK0E+fRWq+Ap4GvncM1RbYKj7m1QaSakhl6QDxNVLEJcYWEKr9CpV\noSlGfj1kK4JjB97Kf+/zag4oTYxd8syzt67k990E0wHLazt8h88lxcWAvKWe\nH8OIt6Rf13foX9G6xEh41KjHfSG+NEckEgGYnk2BxPsrPcoy6joi37O/y2w2\nSC105aXG5QuiPrckrHxD6TpZdbcwyXmjXA75YZ3LuvXr1yk2NJOBL7xFrH+S\nY9nU2H3pIQoWU5TV3rTLjsKmCVyeOoZ7KF/HmjByKb/TRKP2P4372mPX7NB4\nFVpc9ir8nExHkQPArEdcHizXLZAUo63jhJpAsNMAx9em2CSexdf2z7dWJk7Q\nysMo0f9+17zBFFuViiBBCTAwpNQbI7VakVPSuxqt1NQDX8HiwiPJslgti6so\nhi9880HJOuZPDpfagn5vatT5OgyUUZaP9+9e6FkXV9J0wRDrrE6x35ReUOkJ\nlCQx\r\n=nCqx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.6_1585244308965_0.6804560717845003"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.7": {
			"name": "history",
			"version": "5.0.0-beta.7",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "main.js",
			"module": "history.js",
			"unpkg": "umd/history.production.min.js",
			"types": "history.d.ts",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.7",
			"_nodeVersion": "13.11.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-lsrdjF6Ns9Svh5EBTAGCp6CXoyf5OlqXMFbf3gEyMHBUBm7fkxuQv4Dx4N+v/1n+LNXh5nA/0qZ3ZDNLdM0+lw==",
				"shasum": "00f5b0b063082279045c65c3b79860cd46c480c2",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.7.tgz",
				"fileCount": 21,
				"unpackedSize": 230987,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefPzICRA9TVsSAnZWagAA8lgQAJP69pO5zSPj80dzoJSx\nw+Afg9/IvXFBamRy25rGzvr8YG7qdhIDoeRIBKx3ansQvGVmLEw0m1a2Ai3O\nv3AFV5ZAYipHTfJboeHy+zQUoauIATPMN89F//KtWSinxL1c0ESSoMpRCka3\nko5f3r05I+HBGm37lrG7YeTXZ/WCxpewBHHpk6BlmRPaiNwfuoSa+v4lMAZb\nad79rGU0uJ6XxkSiHvbSxp7lJHzFsus7nSz1XKFwaesCECHQT5nhc3Ic7/OT\nGBrskhQJ8Pb88M6EwNYjI1XzuYYp/FDyHM2ifv90ABTBWoAYw/FzOQxogfc1\nX7Ywsttu9e0nKL8QySH+jSQNsXrnNSm1zbY1cLzMrkhgUnfcWfaDo7UXOPJ3\nGZb+jtuezkZr/r0Tpy+zYJi0PhN0GUJ/8RbMjhlGyXFDQTGgUWZvOk51+g4S\nDWPDhX+YGjTfYHs7dN4gtpZrI9u+sVwPNioqEEuE2Vha5cE3M8YhCg3KgrYc\nh4GQgK0lGL9R/1VepinWcU+3fhhme7MQEdfvKMdr0gU0Z26st0rEf3+Gn8nO\nLi5DBZ/S3Wnyw6IgpVUqQDyRRpjGwB69dvIf9EKO8dCHUDDRDeGaeWg4602B\nK14jhO60Smfru0bIj3XKUWR/CR4bE9DR2MOl+irfZgO2OYPHhJUuKUwMihic\nuAZR\r\n=p338\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.7_1585249480541_0.20059013223511246"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.8": {
			"name": "history",
			"version": "5.0.0-beta.8",
			"description": "Manage session history with JavaScript",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"main": "main.js",
			"module": "history.js",
			"unpkg": "umd/history.production.min.js",
			"types": "history.d.ts",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.8",
			"_nodeVersion": "13.13.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-sTrcermL3tT+a7Vs3uDgeXAFvlX24OmOCPe34i1E6VpzDWVlAitpnoPFlYsgduwOJ4VmP9GD0eRnYRBXu/+l8A==",
				"shasum": "a6a282402cbd1e2b7f5c3b7297cf4d9b46643cd6",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.8.tgz",
				"fileCount": 21,
				"unpackedSize": 50876,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemQLpCRA9TVsSAnZWagAAxj0QAIPzxFJkAtzlUxj7S4jd\n0xFdL7tfRdfA2OL2XFvcANaFfyCzrsU6iWe952sJUwJqVqm2wWKe7FEJZ3UB\nTKYkZ3HDTgeidCz2jdslAUAnzr4oKobEpHCKKLjmZnJb3N50CNuBftMqGnE8\no7rl7nEhPhWyc28l8XLKqc9dRuqQ0UY70WPb0WSTWNVIAdMT4ZKiGb2Z1wOF\njUkSGazW1AaY3J2hxBdniBlilUTpYdpHCNeLmfleZzcZWVhYUvZVsf2RKxhs\nUpzQp2rL43a0laa6HMhMrNcBJyFF+ua57AA8smjBP56rOu0hGytLy6TvPMJT\n8ZrhebhM3G3Q9vy1Uc0ey8W1RuRtGB3Nl5o2q3LsozOVTbTl1r3qTjtcLSVa\nTDECyFMohdTQp/SMJYNpA6+cpA0XlrbY1vwVFEsmJwzPmTd3YYGakkyzyI9l\nCM6LnswZTEpL9shTO7w6zqwjPF6pI5lZWvpBwrnn5wf/mxH0PoLsZ6E2MyWH\n6FwUv7M3DuoOrgX3K4qzob4/6uA33r0Z316OLlg5DHPfeyij3OetYIUW9G7s\n59hRuui+1nZk3LFHm8T7ywZvR6NgS/+94xHfFxxSb3SSwXEG4mTOvQ39V/eS\nf7EVg4a8nAVB9w1kkBxfuVhQkjx7uubxTUWjw8TwEno5K/0sBVVSM38LctM7\n+qv+\r\n=hegv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.8_1587086056731_0.009535862741106405"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0-beta.9": {
			"name": "history",
			"version": "5.0.0-beta.9",
			"description": "Manage session history with JavaScript",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"main": "main.js",
			"module": "index.js",
			"types": "index.d.ts",
			"unpkg": "umd/history.production.min.js",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0-beta.9",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-iLpu0fzu3iM041KDMNsawyB6YZjPLB+Bn+Pvq2lMnY7xxpxDIYvEz7r4et3Na8FthWzbYeukjl74ZKGWXcLhIA==",
				"shasum": "fe230706c18c5f7f132001e55215e71b4aaab6d6",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0-beta.9.tgz",
				"fileCount": 21,
				"unpackedSize": 53747,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqSM5CRA9TVsSAnZWagAAeikP/3CmINeZTDQSOzFmjClq\n1k3dsIiaO+p7KMGzmGK3TChGrzwA6DEdy7sgoM+6a+Etu6Z/21eWucLXazYq\nMQ15hqC3rgTGa7F0GnrcA2ZWUwMjTKvBaLhZ1IU9kyqNiKjFyv8KtRaDuDkD\n5bVf+WUHQ7Gzp5YWkjhlfSpJ39rf+7nirsFU0NgtnYkBIIRHO8hBWmkdDreq\nVL85pV/isP31p0VTd4/O6ipl1+ItPFlha3OpV+43sNVeRmT7bWgdSmaFKCXZ\nhyuuJcRTL5UAb1l9cilSu5Ce5vqhH0QC8MRey9CyadLlY1s0Yv6tGAlfT3O+\nk4jR70ej0lggRi4I8r3n62e2uMRur8Rtcl51rctK/ywvZAvOULBwrp9Uk7oI\n5PQYkhu37zZTYUwECtCGAloNCIy+NoLk961YEDr2BUg/Q9DbbMw6GAZ18Bj2\nMLayLyc3TPgwTKvvWeWFN6rDtwZymhLqvqGmZ20jxkyZFG089MKq5OfN/xyR\nf6nhXhS1JDYG8HfjEPobTTtxqxACbabd/1f9Ilv8GBqlSS8ENmqTNdKV20jV\nrANX6e9LmFLH+uotCmRZ8lXlaAPXdRgoZRlrBt0XASlxPXQEsouQHdbukmnT\nrfrINj2eZrazjT8O5aKEPlsl/AgBKcXhcaTMnF1O0wP+dEDw218Xm0n2D8hX\nbaD+\r\n=/n8G\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0-beta.9_1588142904812_0.8786447458281903"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "history",
			"version": "5.0.0",
			"description": "Manage session history with JavaScript",
			"author": {
				"name": "React Training",
				"email": "hello@reacttraining.com"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ReactTraining/history.git"
			},
			"license": "MIT",
			"main": "main.js",
			"module": "index.js",
			"types": "index.d.ts",
			"unpkg": "umd/history.production.min.js",
			"sideEffects": false,
			"dependencies": {
				"@babel/runtime": "^7.7.6"
			},
			"keywords": [
				"history",
				"location"
			],
			"bugs": {
				"url": "https://github.com/ReactTraining/history/issues"
			},
			"homepage": "https://github.com/ReactTraining/history#readme",
			"_id": "history@5.0.0",
			"_nodeVersion": "14.4.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==",
				"shasum": "0cabbb6c4bbf835addb874f8259f6d25101efd08",
				"tarball": "https://registry.npmjs.org/history/-/history-5.0.0.tgz",
				"fileCount": 21,
				"unpackedSize": 57544,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe47/cCRA9TVsSAnZWagAAg8wP/RV5jH0HEBzLgBQRZWlO\ncsF/W/9Pjkgr4JY3OCUhWKEoQ6T0WaNCIxjbSAk7l/EfnCvlb1ic3TGuMo1o\nWHZy7/Hw/9DPu55s0bLRsyuBg/08E/x601GVdcgeKhmAb2lutJtywTgq39rF\nSUuWqdXJOETUsu+jtc6dzZujHw6WxxP8lMoR30ER8RLvrZtAKlZTaKrI+E1q\nqbBuM7x8c/u7AoQO+Gjb0y/LoQbT5GxVifgzgkSMTruGvMp4TrAz5C64xA49\ndCUb1P7vC9hzCJXgMF3VLRLYCa1Ej0G/ckm6MyoGExFcDT0v5ZVJljrSPIMu\nmbSoJsVuqw2nmrlHT/C7nJqzirSvilgXmbG1+RXUqA7uRGZSLIgEtHvM8qqn\nz/q+x9fulC3V4EF/1m8LplpAamWqwt7eAv5PT6kjHz6hvk/PA0v9p+L1pws3\nmJa5oyeb9XhcZnoftAnHNICDLAvOHDrSspoDK6Bf3n5gJW2yTqZmBDMqQVqD\nHw5TpvK79rhcl2X/ETryWla+NlyNkBey5T+movtofKq6agAUMXFYCw2eU4f6\n2fJMDWNwcP8o3xWYo85VGOKjSyJ3ub9oNseQ8QfWmxMQDGr3D/vv0TG77Nw0\nz0a/I2r5tZcO+9iTTaawzMD+Pe7VLkTBvqGmGQWWML26Qougqeneiyx7LhJm\nMOSn\r\n=K653\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "npm@mjackson.me",
					"name": "mjackson"
				}
			],
			"_npmUser": {
				"name": "mjackson",
				"email": "npm@mjackson.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/history_5.0.0_1591984092298_0.6003878463311565"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-06-12T17:48:19.016Z",
		"created": "2012-04-29T22:28:20.015Z",
		"0.1.0": "2012-04-29T22:28:21.559Z",
		"1.0.0": "2015-07-28T19:30:21.938Z",
		"1.1.0": "2015-08-04T17:10:58.347Z",
		"1.2.0": "2015-08-12T18:20:38.813Z",
		"1.2.1": "2015-08-12T19:31:49.622Z",
		"1.2.2": "2015-08-12T21:23:20.093Z",
		"1.3.0": "2015-08-13T00:22:20.449Z",
		"1.3.1": "2015-08-13T00:32:06.795Z",
		"1.3.2": "2015-08-13T04:57:57.854Z",
		"1.3.3": "2015-08-13T05:18:32.511Z",
		"1.4.0": "2015-08-17T22:18:41.050Z",
		"1.4.1": "2015-08-19T22:35:54.427Z",
		"1.5.0": "2015-08-20T01:19:39.927Z",
		"1.6.0": "2015-08-20T22:10:35.278Z",
		"1.7.0": "2015-08-21T21:44:34.824Z",
		"1.8.0": "2015-08-21T22:07:04.556Z",
		"1.8.1": "2015-08-27T17:27:30.949Z",
		"1.8.2": "2015-08-31T05:22:47.191Z",
		"1.8.3": "2015-08-31T05:27:13.348Z",
		"1.8.4": "2015-08-31T05:55:31.366Z",
		"1.8.5": "2015-09-09T23:34:29.404Z",
		"1.9.0": "2015-09-11T18:13:32.712Z",
		"1.9.1": "2015-09-14T21:49:41.340Z",
		"1.10.0": "2015-09-22T23:55:22.420Z",
		"1.10.1": "2015-09-22T23:59:37.152Z",
		"1.10.2": "2015-09-24T15:24:06.800Z",
		"1.11.0": "2015-09-24T22:17:41.088Z",
		"1.11.1": "2015-09-27T03:23:13.212Z",
		"1.12.0": "2015-10-05T04:08:22.277Z",
		"1.12.1": "2015-10-06T00:00:20.388Z",
		"1.12.2": "2015-10-06T17:00:25.473Z",
		"1.12.3": "2015-10-07T23:17:38.037Z",
		"1.12.4": "2015-10-09T22:18:20.601Z",
		"1.12.5": "2015-10-11T17:19:05.045Z",
		"1.12.6": "2015-10-25T14:23:35.927Z",
		"1.13.0": "2015-10-28T15:50:44.066Z",
		"1.13.1": "2015-11-14T01:15:13.334Z",
		"1.14.0": "2015-12-06T17:00:02.608Z",
		"1.15.0": "2015-12-07T19:48:19.699Z",
		"1.16.0": "2015-12-10T23:01:26.708Z",
		"1.17.0": "2015-12-19T19:42:22.419Z",
		"2.0.0-rc1": "2016-01-03T04:12:32.386Z",
		"2.0.0-rc2": "2016-01-10T04:07:16.206Z",
		"2.0.0-rc3": "2016-02-03T18:43:13.789Z",
		"2.0.0": "2016-02-04T18:35:20.772Z",
		"2.0.1": "2016-03-03T04:11:01.244Z",
		"3.0.0-0": "2016-03-19T18:42:35.540Z",
		"2.0.2": "2016-04-15T06:29:55.751Z",
		"2.1.0": "2016-04-19T16:53:53.367Z",
		"3.0.0-1": "2016-04-19T17:27:59.858Z",
		"3.0.0-2": "2016-04-19T17:33:50.027Z",
		"2.1.1": "2016-04-27T15:01:18.617Z",
		"2.1.2": "2016-05-26T15:57:21.986Z",
		"3.0.0": "2016-05-30T17:36:26.876Z",
		"3.1.0": "2016-09-02T00:13:36.468Z",
		"3.2.0": "2016-09-02T01:05:24.210Z",
		"3.2.1": "2016-09-02T16:52:46.337Z",
		"4.0.0-0": "2016-09-03T23:32:08.157Z",
		"4.0.0-1": "2016-09-07T23:01:26.431Z",
		"4.0.0-2": "2016-09-10T06:30:29.945Z",
		"4.0.0": "2016-09-10T16:57:28.366Z",
		"4.0.1": "2016-09-12T22:58:37.605Z",
		"4.1.0": "2016-09-15T14:35:10.170Z",
		"4.2.0": "2016-09-15T22:28:37.133Z",
		"4.2.1": "2016-09-29T18:30:20.965Z",
		"4.3.0": "2016-09-29T22:29:40.570Z",
		"4.4.0": "2016-11-01T15:58:40.417Z",
		"4.4.1": "2016-11-24T18:30:01.950Z",
		"4.5.0": "2016-12-14T20:26:48.219Z",
		"4.5.1": "2017-01-09T23:53:04.820Z",
		"3.3.0": "2017-02-26T03:54:59.799Z",
		"4.6.0": "2017-03-08T00:41:10.607Z",
		"4.6.1": "2017-03-16T05:07:12.362Z",
		"4.6.2": "2017-06-14T03:28:27.227Z",
		"4.6.3": "2017-06-20T09:22:05.637Z",
		"4.7.0": "2017-08-23T07:07:14.931Z",
		"4.7.1": "2017-08-23T07:13:34.684Z",
		"4.7.2": "2017-08-23T08:35:05.940Z",
		"4.8.0-beta.0": "2018-10-30T21:43:55.172Z",
		"4.9.0-beta.2": "2018-12-04T00:08:17.307Z",
		"4.9.0": "2019-03-15T22:00:16.511Z",
		"4.10.0": "2019-09-11T21:26:17.317Z",
		"4.10.1": "2019-09-13T00:16:07.557Z",
		"5.0.0-beta.0": "2019-11-08T04:23:32.703Z",
		"5.0.0-beta.1": "2019-12-03T01:05:33.968Z",
		"5.0.0-beta.2": "2019-12-07T07:53:36.764Z",
		"5.0.0-beta.3": "2019-12-11T01:01:35.782Z",
		"5.0.0-beta.4": "2020-01-22T20:16:00.251Z",
		"5.0.0-beta.5": "2020-02-07T22:14:57.478Z",
		"5.0.0-beta.6": "2020-03-26T17:38:29.090Z",
		"5.0.0-beta.7": "2020-03-26T19:04:40.678Z",
		"5.0.0-beta.8": "2020-04-17T01:14:16.864Z",
		"5.0.0-beta.9": "2020-04-29T06:48:25.096Z",
		"5.0.0": "2020-06-12T17:48:12.518Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "5.0.0",
		"next": "5.0.0-beta.9"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9c32d2bd7c9e39abfa61c53dd68e3a7c\"",
			"fetched": 1593324273489
		}
	},
	"_distfiles": {
		"history-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-0.1.0.tgz",
			"sha": "2c79f30b0349f19e75265d0a133173405a4d5d67",
			"registry": "npmjs"
		},
		"history-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.0.0.tgz",
			"sha": "684c38d562ddc6caa482f9ebc37d3a11d49b5087",
			"registry": "npmjs"
		},
		"history-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.1.0.tgz",
			"sha": "7936cf0b7e700d2b725570d1e521c16b509072d4",
			"registry": "npmjs"
		},
		"history-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.2.0.tgz",
			"sha": "03f916beea9d1525ac5666d4ab095a76810239a7",
			"registry": "npmjs"
		},
		"history-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.2.1.tgz",
			"sha": "32f5b32fee0738a4eb7f2521f04067de381a69ed",
			"registry": "npmjs"
		},
		"history-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.2.2.tgz",
			"sha": "442e43dfd0e0b7aa2814e5b93530779102c678ca",
			"registry": "npmjs"
		},
		"history-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.3.0.tgz",
			"sha": "cd183cd138e1e3ac401fae479085fd4988889a34",
			"registry": "npmjs"
		},
		"history-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.3.1.tgz",
			"sha": "ebc402917fcc36e5d155038ab67ebf6436b495d2",
			"registry": "npmjs"
		},
		"history-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.3.2.tgz",
			"sha": "ed663ec07f5d7c80f21b9c4c8c2ab58993a6d420",
			"registry": "npmjs"
		},
		"history-1.3.3.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.3.3.tgz",
			"sha": "fa98b2ea84270f50b5932b828e94fcf66db7f9d7",
			"registry": "npmjs"
		},
		"history-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.4.0.tgz",
			"sha": "ea96594311234764527c65e10bec81d31bb65625",
			"registry": "npmjs"
		},
		"history-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.4.1.tgz",
			"sha": "ac17d0fbc6afb83524c7d0a3f2701d9191aa4654",
			"registry": "npmjs"
		},
		"history-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.5.0.tgz",
			"sha": "01d188fa152d7862d99d28fc987c25c610ceeb6e",
			"registry": "npmjs"
		},
		"history-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.6.0.tgz",
			"sha": "4b2b69261911f705fddc04e2b4b128ba1d72cd5d",
			"registry": "npmjs"
		},
		"history-1.7.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.7.0.tgz",
			"sha": "9d0e0fa4ed5fe7435253405af5ec778a71f8edd8",
			"registry": "npmjs"
		},
		"history-1.8.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.8.0.tgz",
			"sha": "b09116aa7cb6ca416d619711b5d0bd4dee29c791",
			"registry": "npmjs"
		},
		"history-1.8.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.8.1.tgz",
			"sha": "bb8155ce711db359cf0467e300eae9dc17306dfc",
			"registry": "npmjs"
		},
		"history-1.8.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.8.2.tgz",
			"sha": "3170edf043a8caf888ba488b3f99dcdda7a6bd13",
			"registry": "npmjs"
		},
		"history-1.8.3.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.8.3.tgz",
			"sha": "b97fdea3f63609ae4b9d54ee006967b205da6162",
			"registry": "npmjs"
		},
		"history-1.8.4.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.8.4.tgz",
			"sha": "467093656514266b159bd422f6c46ca2608236a7",
			"registry": "npmjs"
		},
		"history-1.8.5.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.8.5.tgz",
			"sha": "c66e26eccb91ade3b6c30d6ca16947d37674c30e",
			"registry": "npmjs"
		},
		"history-1.9.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.9.0.tgz",
			"sha": "0527bc87de22e9f11ccf33e8bb8b1a9a89b2d6d7",
			"registry": "npmjs"
		},
		"history-1.9.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.9.1.tgz",
			"sha": "f5463faf00d7081b240bb53ac2b93462ffeb7e75",
			"registry": "npmjs"
		},
		"history-1.10.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.10.0.tgz",
			"sha": "19ef6e73eda3a639b5c09e1e0c74c5b99b6ec8c3",
			"registry": "npmjs"
		},
		"history-1.10.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.10.1.tgz",
			"sha": "89099e529e92556fb37e19c6278f3f9345fc8f50",
			"registry": "npmjs"
		},
		"history-1.10.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.10.2.tgz",
			"sha": "ead61422b2d37349c3eed6844e26a3d7d271b80f",
			"registry": "npmjs"
		},
		"history-1.11.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.11.0.tgz",
			"sha": "f770d581b94cdeb9f6d54bfb21c052e53207634f",
			"registry": "npmjs"
		},
		"history-1.11.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.11.1.tgz",
			"sha": "abfbe68435ef295d600ecc65772c90b694e87d73",
			"registry": "npmjs"
		},
		"history-1.12.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.0.tgz",
			"sha": "5fd3aca02de84bdeac016aeacff06344af725442",
			"registry": "npmjs"
		},
		"history-1.12.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.1.tgz",
			"sha": "727a69008841e6bb1fe92b22ce7c69974a0c2f38",
			"registry": "npmjs"
		},
		"history-1.12.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.2.tgz",
			"sha": "b1ca102bdb2f2741ea586a50ada24ed9d5529817",
			"registry": "npmjs"
		},
		"history-1.12.3.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.3.tgz",
			"sha": "e997202055e7320d04b496e918736c624c94ac42",
			"registry": "npmjs"
		},
		"history-1.12.4.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.4.tgz",
			"sha": "0af62c0f4f62e9ef2ac9b495ca226f57abd1ff07",
			"registry": "npmjs"
		},
		"history-1.12.5.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.5.tgz",
			"sha": "48ceb881a8903fb9e576dd4d04303dd80f2edc63",
			"registry": "npmjs"
		},
		"history-1.12.6.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.12.6.tgz",
			"sha": "2432bb9e25b5ed4ed820a79fc0c2041e6bc9bda4",
			"registry": "npmjs"
		},
		"history-1.13.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.13.0.tgz",
			"sha": "ff75e23680d9f7962c5eb1e159a36d22ae87f4aa",
			"registry": "npmjs"
		},
		"history-1.13.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.13.1.tgz",
			"sha": "1d0664e667f031d5757ef73e81ef847beb3aedcd",
			"registry": "npmjs"
		},
		"history-1.14.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.14.0.tgz",
			"sha": "7f34f372a90c3c7b65fcb4dc1004af9a84c68300",
			"registry": "npmjs"
		},
		"history-1.15.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.15.0.tgz",
			"sha": "67fe73e23b9b98d70eaf61187b0e1a61d72700f7",
			"registry": "npmjs"
		},
		"history-1.16.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.16.0.tgz",
			"sha": "2b4344ed57cad7b611ef224a63a58d48842b8a4e",
			"registry": "npmjs"
		},
		"history-1.17.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-1.17.0.tgz",
			"sha": "c5483caa5a1d1fea00a1a7d8d19b874016711d29",
			"registry": "npmjs"
		},
		"history-2.0.0-rc1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.0.0-rc1.tgz",
			"sha": "d18a624e20fe7ade7e6f803fcf345907e7ea2a50",
			"registry": "npmjs"
		},
		"history-2.0.0-rc2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.0.0-rc2.tgz",
			"sha": "71cc5575bf9afe3e8b06a21f5f8e013c6094325a",
			"registry": "npmjs"
		},
		"history-2.0.0-rc3.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.0.0-rc3.tgz",
			"sha": "22db11284ed96ae99e2c187cf39c834133f81fa7",
			"registry": "npmjs"
		},
		"history-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.0.0.tgz",
			"sha": "6d5144af2da8a3dea4e5f1abae11a3c2e868e2c7",
			"registry": "npmjs"
		},
		"history-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.0.1.tgz",
			"sha": "4a0b7f2b87b29f4da2d47910f0c86de0fad579f8",
			"registry": "npmjs"
		},
		"history-3.0.0-0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.0.0-0.tgz",
			"sha": "b9a7b69b5407ebb8872057f6235129e1032df530",
			"registry": "npmjs"
		},
		"history-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.0.2.tgz",
			"sha": "da80077de789603d23747f85373d98d188c37499",
			"registry": "npmjs"
		},
		"history-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.1.0.tgz",
			"sha": "7f9cd052fc0dbb5c80e92456f20dd60e086bdc01",
			"registry": "npmjs"
		},
		"history-3.0.0-1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.0.0-1.tgz",
			"sha": "ef69d02d2adf3618cb13af94c2ebe8e39b6193d6",
			"registry": "npmjs"
		},
		"history-3.0.0-2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.0.0-2.tgz",
			"sha": "645b86dc350f9aab6e46f9b702a3a9db4b1feaa8",
			"registry": "npmjs"
		},
		"history-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.1.1.tgz",
			"sha": "7490ff80c9d42e5b27f46898fcfc7311c6f685e3",
			"registry": "npmjs"
		},
		"history-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-2.1.2.tgz",
			"sha": "4aa2de897a0e4867e4539843be6ecdb2986bfdec",
			"registry": "npmjs"
		},
		"history-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.0.0.tgz",
			"sha": "02cff4e6f69dc62dd81161104a63f5b85ead0c85",
			"registry": "npmjs"
		},
		"history-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.1.0.tgz",
			"sha": "9aa9b11c6659831ef9b25cdfc75c915711ba76eb",
			"registry": "npmjs"
		},
		"history-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.2.0.tgz",
			"sha": "48bee0af905b7674b3cb888e6af8f16731e01d3c",
			"registry": "npmjs"
		},
		"history-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.2.1.tgz",
			"sha": "71c7497f4e6090363d19a6713bb52a1bfcdd99aa",
			"registry": "npmjs"
		},
		"history-4.0.0-0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.0.0-0.tgz",
			"sha": "9faedad1df7e689cb4d43310f1e0c7b821a3d425",
			"registry": "npmjs"
		},
		"history-4.0.0-1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.0.0-1.tgz",
			"sha": "b8c959b3ea08f617acacf1fc746443dde1dc790c",
			"registry": "npmjs"
		},
		"history-4.0.0-2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.0.0-2.tgz",
			"sha": "66eb05d84d4b5f2f798f6080b3328bd510c752ec",
			"registry": "npmjs"
		},
		"history-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.0.0.tgz",
			"sha": "8440ef8de3042d02af8795ed7e10e1db96adaac4",
			"registry": "npmjs"
		},
		"history-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.0.1.tgz",
			"sha": "b6d422180a2f29d72b6631fe141821b6fae2dbae",
			"registry": "npmjs"
		},
		"history-4.1.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.1.0.tgz",
			"sha": "283c5f7a25dd39a7f91bb4444b590f1456c7a297",
			"registry": "npmjs"
		},
		"history-4.2.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.2.0.tgz",
			"sha": "c90efa2d51c11bc0ebbbc0d8334dc95bbd254cad",
			"registry": "npmjs"
		},
		"history-4.2.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.2.1.tgz",
			"sha": "30efdcc29b6308029ecd4f9e28c3c87bdc053d05",
			"registry": "npmjs"
		},
		"history-4.3.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.3.0.tgz",
			"sha": "42bc1067c22760ac0b792d80264c93591ed3900b",
			"registry": "npmjs"
		},
		"history-4.4.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.4.0.tgz",
			"sha": "b1369588cb9e5d80219d0b1f866b0ac62c14a7f8",
			"registry": "npmjs"
		},
		"history-4.4.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.4.1.tgz",
			"sha": "88c2634b6b8cc68252258a7ddaa3f5f193641955",
			"registry": "npmjs"
		},
		"history-4.5.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.5.0.tgz",
			"sha": "7313388109333bf5796fff7407cee1850e8c5061",
			"registry": "npmjs"
		},
		"history-4.5.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.5.1.tgz",
			"sha": "44935a51021e3b8e67ebac267a35675732aba569",
			"registry": "npmjs"
		},
		"history-3.3.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-3.3.0.tgz",
			"sha": "fcedcce8f12975371545d735461033579a6dae9c",
			"registry": "npmjs"
		},
		"history-4.6.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.6.0.tgz",
			"sha": "2e09f7b173333040044c9fede373ad29bc2e2186",
			"registry": "npmjs"
		},
		"history-4.6.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.6.1.tgz",
			"sha": "911cf8eb65728555a94f2b12780a0c531a14d2fd",
			"registry": "npmjs"
		},
		"history-4.6.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.6.2.tgz",
			"sha": "716e863e1da0e97a028eed6da644061dd1e1ed1d",
			"registry": "npmjs"
		},
		"history-4.6.3.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.6.3.tgz",
			"sha": "6d723a8712c581d6bef37e8c26f4aedc6eb86967",
			"registry": "npmjs"
		},
		"history-4.7.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.7.0.tgz",
			"sha": "a962bdeb0d4f2a53520c16ff9bb5f8d25b21efb2",
			"registry": "npmjs"
		},
		"history-4.7.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.7.1.tgz",
			"sha": "12562f332c8f5360dc303059bd071ad9306b574b",
			"registry": "npmjs"
		},
		"history-4.7.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.7.2.tgz",
			"sha": "22b5c7f31633c5b8021c7f4a8a954ac139ee8d5b",
			"registry": "npmjs"
		},
		"history-4.8.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.8.0-beta.0.tgz",
			"sha": "8b48c1354ac290341c0d73dd33c763bd140531f4",
			"registry": "npmjs"
		},
		"history-4.9.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.9.0-beta.2.tgz",
			"sha": "8ec75f32b3ce0f14b33bc5a71fd3695ca668b905",
			"registry": "npmjs"
		},
		"history-4.9.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.9.0.tgz",
			"sha": "84587c2068039ead8af769e9d6a6860a14fa1bca",
			"registry": "npmjs"
		},
		"history-4.10.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.10.0.tgz",
			"sha": "68301fedd6d3484e4a6adbc957551d6d238d4cb2",
			"registry": "npmjs"
		},
		"history-4.10.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
			"sha": "33371a65e3a83b267434e2b3f3b1b4c58aad4cf3",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.0.tgz",
			"sha": "8c54462b1f77f6566e93c2d7db87341b43d2da5f",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.1.tgz",
			"sha": "eccf12f28abe8610ae86b4716000f7d56ce93261",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.2.tgz",
			"sha": "48e42cdca7c9891c3160a79d9f8f39fe7fc016e2",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.3.tgz",
			"sha": "a0517b0ad96ab38f7be4dab7822392f31e495efe",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.4.tgz",
			"sha": "7fd3bb1f6c75d00d9b5112a816766bfc72d1a3cd",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.5.tgz",
			"sha": "6ec8661fcec09901ceccc540385ee3ad3d917157",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.6.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.6.tgz",
			"sha": "7d64e684f9587ff4cc28368c7235e88c9111988b",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.7.tgz",
			"sha": "00f5b0b063082279045c65c3b79860cd46c480c2",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.8.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.8.tgz",
			"sha": "a6a282402cbd1e2b7f5c3b7297cf4d9b46643cd6",
			"registry": "npmjs"
		},
		"history-5.0.0-beta.9.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0-beta.9.tgz",
			"sha": "fe230706c18c5f7f132001e55215e71b4aaab6d6",
			"registry": "npmjs"
		},
		"history-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/history/-/history-5.0.0.tgz",
			"sha": "0cabbb6c4bbf835addb874f8259f6d25101efd08",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"history-4.7.2.tgz": {
			"shasum": "22b5c7f31633c5b8021c7f4a8a954ac139ee8d5b"
		},
		"history-4.9.0.tgz": {
			"shasum": "84587c2068039ead8af769e9d6a6860a14fa1bca"
		}
	},
	"_rev": "4-17f30b7bd4ea2e7d",
	"_id": "history",
	"readme": "# history &middot; [![npm package][npm-badge]][npm] [![Travis][build-badge]][build]\n\n[npm-badge]: https://img.shields.io/npm/v/history.svg?style=flat-square\n[npm]: https://www.npmjs.org/package/history\n[build-badge]: https://img.shields.io/travis/ReactTraining/history/master.svg?style=flat-square\n[build]: https://travis-ci.org/ReactTraining/history\n\nThe history library lets you easily manage session history anywhere JavaScript runs. A `history` object abstracts away the differences in various environments and provides a minimal API that lets you manage the history stack, navigate, and persist state between sessions.\n\n## Documentation\n\nDocumentation for version 5 can be found in the [docs](docs) directory. This is the current stable release. Version 5 is used in React Router version 6.\n\nDocumentation for version 4 can be found [on the v4 branch](https://github.com/ReactTraining/history/tree/v4/docs). Version 4 is used in React Router versions 4 and 5.\n\n## Changes\n\nTo see the changes that were made in a given release, please lookup the tag on [the releases page](https://github.com/ReactTraining/history/releases).\n\nFor changes released in version 4.6.3 and earlier, please see [the `CHANGES.md` file](https://github.com/ReactTraining/history/blob/845d690c5576c7f55ecbe14babe0092e8e5bc2bb/CHANGES.md).\n\n## Development\n\nDevelopment of the current stable release, version 5, happens on [the `master` branch](https://github.com/ReactTraining/history/tree/master). Please keep in mind that this branch may include some work that has not yet been published as part of an official release. However, since `master` is always stable, you should feel free to build your own working release straight from master at any time.\n\nIf you're interested in helping out, please read [our contributing guidelines](CONTRIBUTING.md).\n\n## About\n\n`history` is developed and maintained by [React Training](https://reacttraining.com). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:hello@reacttraining.com)!\n\n## Thanks\n\nA big thank-you to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.\n\nAlso, thanks to [Dan Shaw](https://www.npmjs.com/~dshaw) for letting us use the `history` npm package name. Thanks, Dan!"
}