{
	"name": "cross-fetch",
	"versions": {
		"0.0.2": {
			"name": "cross-fetch",
			"version": "0.0.2",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "fetch-bundler.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepush": "npm test",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"husky": "^0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19"
			},
			"gitHead": "afd3ac00cc7cf6be6ee366a91cbb211cae04db03",
			"_id": "cross-fetch@0.0.2",
			"_shasum": "dabc9321c555100838236d230389087ef95ce5ce",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "dabc9321c555100838236d230389087ef95ce5ce",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.2.tgz_1506192747535_0.38779060170054436"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "cross-fetch",
			"version": "0.0.3",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "fetch-bundler.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepush": "npm test",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"fetch-ponyfill": "4.1.0",
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"husky": "^0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "2961545d03edccfcd29ca239433d08ad6188cfdd",
			"_id": "cross-fetch@0.0.3",
			"_shasum": "7ae76de287bd0fa034d75128d39f1f377959f910",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "7ae76de287bd0fa034d75128d39f1f377959f910",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.3.tgz_1506474015384_0.7208899806719273"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.4": {
			"name": "cross-fetch",
			"version": "0.0.4",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "fetch-bundler.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepush": "npm test",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"fetch-ponyfill": "4.1.0",
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"husky": "^0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "897edf3200b8bc7db056a55f076fade54e49953c",
			"_id": "cross-fetch@0.0.4",
			"_shasum": "3d1ae337ab53f9a097d90b0abde1118118e39447",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "3d1ae337ab53f9a097d90b0abde1118118e39447",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.4.tgz_1506476097172_0.7924986633006483"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.5": {
			"name": "cross-fetch",
			"version": "0.0.5",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "fetch-bundler.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepush": "npm test",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"fetch-ponyfill": "4.1.0",
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"husky": "^0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "5b4c453dc10fc65c2bbbf2c4e25cdb4755096b43",
			"_id": "cross-fetch@0.0.5",
			"_shasum": "714a46e225e616021b98bb7080e2c52937ca0a35",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "714a46e225e616021b98bb7080e2c52937ca0a35",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.5.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.5.tgz_1506489029969_0.725010289112106"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.6": {
			"name": "cross-fetch",
			"version": "0.0.6",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "dist/fetch-browser.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepublish": "RU_ENV=production npm run build && npm test",
				"prepush": "npm test",
				"build": "npm run build:polyfill && npm run build:ponyfill",
				"build:polyfill": "RU_TYPE=polyfill rollup -c",
				"build:ponyfill": "RU_TYPE=ponyfill rollup -c",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint .",
				"serve": "http-server"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"http-server": "0.10.0",
				"husky": "0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19",
				"rollup": "0.50.0",
				"rollup-plugin-commonjs": "8.2.1",
				"rollup-plugin-node-resolve": "3.0.0",
				"rollup-plugin-uglify": "2.0.1"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "abd1494aae46eaac6d123118286cee7d41b8d930",
			"_id": "cross-fetch@0.0.6",
			"_shasum": "617b00c5c4a1ec09b5bb1faa0c86954abd1cc3a2",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "617b00c5c4a1ec09b5bb1faa0c86954abd1cc3a2",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.6.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.6.tgz_1506807539537_0.46208966709673405"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.7": {
			"name": "cross-fetch",
			"version": "0.0.7",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "dist/fetch-browser.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepublish": "RU_ENV=production npm run build && npm test",
				"prepush": "npm test",
				"build": "npm run build:polyfill && npm run build:ponyfill",
				"build:polyfill": "RU_TYPE=polyfill rollup -c",
				"build:ponyfill": "RU_TYPE=ponyfill rollup -c",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint .",
				"serve": "http-server"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"http-server": "0.10.0",
				"husky": "0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19",
				"rollup": "0.50.0",
				"rollup-plugin-commonjs": "8.2.1",
				"rollup-plugin-node-resolve": "3.0.0",
				"rollup-plugin-uglify": "2.0.1"
			},
			"files": [
				"dist",
				"polyfill",
				"fetch-node.js",
				"fetch-node-polyfill.js",
				"fetch-browser-polyfill.js"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "ced2fa75adde68a7d6713f1957b905117ac324f6",
			"_id": "cross-fetch@0.0.7",
			"_shasum": "f4274e89be0befc8f94f6dd0a701574d6614a126",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "f4274e89be0befc8f94f6dd0a701574d6614a126",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.7.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.7.tgz_1506809307916_0.2153799335937947"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.8": {
			"name": "cross-fetch",
			"version": "0.0.8",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"browser": "dist/fetch-browser.js",
			"main": "fetch-node.js",
			"scripts": {
				"prepublish": "NODE_ENV=production npm run build && npm test",
				"prepush": "npm test",
				"build": "rollup -c",
				"test": "npm run lint && npm run mocha",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.7.2",
				"husky": "0.14.3",
				"mocha": "3.5.3",
				"nock": "9.0.19",
				"rollup": "0.50.0",
				"rollup-plugin-commonjs": "8.2.1",
				"rollup-plugin-node-resolve": "3.0.0",
				"rollup-plugin-uglify": "2.0.1"
			},
			"files": [
				"dist",
				"polyfill",
				"fetch-node.js",
				"fetch-node-polyfill.js",
				"fetch-browser-polyfill.js"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "f87e42ddcce9241242d3d18f9997f9acbe3bb841",
			"_id": "cross-fetch@0.0.8",
			"_shasum": "01ed94dc407df2c00f1807fde700a7cfa48a205c",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.10.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "01ed94dc407df2c00f1807fde700a7cfa48a205c",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.8.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-0.0.8.tgz_1506823336898_0.6666918101254851"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "cross-fetch",
			"version": "1.0.0",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node.js",
			"browser": "dist/browser.js",
			"scripts": {
				"prebuild": "npm test -s",
				"prepublishOnly": "npm run -s build",
				"prepush": "npm test -s",
				"build": "rollup -c",
				"test": "npm run -s mocha && npm run -s lint",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.10.0",
				"husky": "0.14.3",
				"mocha": "4.0.1",
				"nock": "9.0.27",
				"rollup": "0.50.0",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-node-resolve": "3.0.0",
				"rollup-plugin-uglify": "2.0.1"
			},
			"files": [
				"dist",
				"polyfill"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "bf8d6ade96fd7f8f84e707e49583500025e9edac",
			"_id": "cross-fetch@1.0.0",
			"_shasum": "ab989f2f05222790359a48da43edcbd0400b821a",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.5",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "ab989f2f05222790359a48da43edcbd0400b821a",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-1.0.0.tgz_1509285653224_0.11592822126112878"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "cross-fetch",
			"version": "1.1.0",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node.js",
			"browser": "dist/browser.js",
			"scripts": {
				"prebuild": "npm test -s",
				"prepublishOnly": "npm run -s build",
				"prepush": "npm test -s",
				"build": "rollup -c",
				"test": "npm run -s mocha && npm run -s lint",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.10.0",
				"husky": "0.14.3",
				"mocha": "4.0.1",
				"nock": "9.0.27",
				"rollup": "0.50.0",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-node-resolve": "3.0.0",
				"rollup-plugin-uglify": "2.0.1"
			},
			"files": [
				"dist",
				"polyfill"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "cd547b8ded74fefbda2514a0c36d99b5b2aee686",
			"_id": "cross-fetch@1.1.0",
			"_shasum": "adcb4c4522411998408c3a1afeb928284c882175",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.5",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "adcb4c4522411998408c3a1afeb928284c882175",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-1.1.0.tgz_1509629213121_0.06447058473713696"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "cross-fetch",
			"version": "1.1.1",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node.js",
			"browser": "dist/browser.js",
			"scripts": {
				"prebuild": "npm test -s",
				"prepublishOnly": "npm run -s build",
				"prepush": "npm test -s",
				"build": "rollup -c",
				"test": "npm run -s mocha && npm run -s lint",
				"mocha": "mocha",
				"lint": "eslint ."
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "1.7.3",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.10.0",
				"husky": "0.14.3",
				"mocha": "4.0.1",
				"nock": "9.0.27",
				"rollup": "0.50.0",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-node-resolve": "3.0.0",
				"rollup-plugin-uglify": "2.0.1"
			},
			"files": [
				"dist",
				"polyfill"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "64c6101348e5a56d912af724f177368c52669172",
			"_id": "cross-fetch@1.1.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-+VJE04+UfxxmBfcnmAu/lKor53RUCx/1ilOti4p+JgrnLQ4AZZIRoe2OEd76VaHyWQmQxqKnV+TaqjHC4r0HWw==",
				"shasum": "dede6865ae30f37eae62ac90ebb7bdac002b05a0",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch-1.1.1.tgz_1510280219504_0.6528741999063641"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "cross-fetch",
			"version": "2.0.0",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"scripts": {
				"prebuild": "npm test -s",
				"prepush": "npm test -s",
				"build": "rollup -c",
				"test": "npm run -s test:node && npm run -s test:browser && npm run -s lint",
				"test:browser": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:node": "mocha --check-leaks test/node/index.js",
				"lint": "eslint .",
				"release:major": "npm run -s build && npm version major && git push --no-verify && npm publish"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.0.0",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.18.1",
				"husky": "0.14.3",
				"mocha": "5.0.1",
				"mocha-headless-chrome": "1.8.2",
				"nock": "9.2.1",
				"rollup": "0.56.3",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "3.0.0",
				"sinon": "4.4.2"
			},
			"files": [
				"dist",
				"polyfill"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "df5badff8c6a9497bb5121b187e070ad854a2d9f",
			"_id": "cross-fetch@2.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-gnx0GnDyW73iDq6DpqceL8i4GGn55PPKDzNwZkopJ3mKPcfJ0BUIXBsnYfJBVw+jFDB+hzIp2ELNRdqoxN6M3w==",
				"shasum": "a17475449561e0f325146cea636a8619efb9b382",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.0.0.tgz",
				"fileCount": 10,
				"unpackedSize": 65125
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.0.0_1519854940741_0.23818672541391628"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "cross-fetch",
			"version": "2.1.0",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"scripts": {
				"precommit": "lint-staged",
				"build": "rollup -c",
				"deploy": "git push --no-verify && git push --tags --no-verify && npm publish",
				"lint": "eslint .",
				"release": "release-it",
				"test": "run-p -s test:node test:headless lint",
				"test:browser": "opn test/browser/index.html",
				"test:ci": "npm test -s && npm run -s test:sauce",
				"test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:node": "mocha --check-leaks test/node/index.js",
				"test:sauce": "./tasks/sauce"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.1.1",
				"whatwg-fetch": "2.0.3"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"eslint": "4.18.2",
				"husky": "0.14.3",
				"lint-staged": "7.0.0",
				"mocha": "5.0.4",
				"mocha-headless-chrome": "1.8.2",
				"nock": "9.2.3",
				"npm-run-all": "4.1.2",
				"opn-cli": "3.1.0",
				"release-it": "7.2.1",
				"rollup": "0.56.5",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "3.0.0",
				"sinon": "4.4.2"
			},
			"files": [
				"dist",
				"polyfill"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "cec780e8ff358d9d729f75722f27e1ec53b67ef8",
			"_id": "cross-fetch@2.1.0",
			"_npmVersion": "5.7.1",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-FTIt2WK44RiafWQ62xIvd+oBoVd392abh1lF872trLlA74JCR1s4oTHlixwoIKy44ehn8WbQ0Ds2P16sw7ZQxg==",
				"shasum": "7d4ea7e10a4f3bb73d5c2f0a3791ec3752d39b50",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.1.0.tgz",
				"fileCount": 10,
				"unpackedSize": 65498
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.1.0_1520605913751_0.15682475878858582"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.1": {
			"name": "cross-fetch",
			"version": "2.1.1",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"scripts": {
				"precommit": "lint-staged",
				"build": "rollup -c",
				"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"deploy": "git push --no-verify && git push --tags --no-verify && npm publish",
				"lint": "eslint .",
				"release": "release-it",
				"test": "run-p -s test:node test:headless lint",
				"test:browser": "opn test/browser/index.html",
				"test:ci": "run-s -s test codecov && npm run -s test:sauce",
				"test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:node": "nyc mocha --check-leaks test/node/index.js",
				"test:sauce": "./tasks/sauce"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"nyc": {
				"temp-directory": "./.reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.1.2",
				"whatwg-fetch": "2.0.4"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"codecov": "3.0.0",
				"eslint": "4.19.1",
				"husky": "0.14.3",
				"lint-staged": "7.0.5",
				"mocha": "5.1.1",
				"mocha-headless-chrome": "2.0.0",
				"nock": "9.2.5",
				"npm-run-all": "4.1.2",
				"nyc": "11.7.1",
				"opn-cli": "3.1.0",
				"ora": "2.0.0",
				"release-it": "7.4.2",
				"rollup": "0.58.2",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "3.0.0",
				"sinon": "4.5.0"
			},
			"files": [
				"dist",
				"polyfill"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "6145587aca077db6c41e1a436e5d55a652f8570f",
			"_id": "cross-fetch@2.1.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-3W94GTFVrSQWw/xHsLpX+z3ArhDKjoh7pJfl4+5sbch0V17ZfPjhZ+gnUdz56t7eoFXI9DhdJtaZTr7jmPL2EQ==",
				"shasum": "c41b37af8e62ca1c6ad0bd519dcd0a16c75b6f1f",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.1.1.tgz",
				"fileCount": 10,
				"unpackedSize": 67104,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4hGNCRA9TVsSAnZWagAAnrYP/05ic3oGP6uaGSageInQ\nojNWJCCjEpxFwf2M/Z98Zm9fXgiL0dhpOjifKXL0GcZyUGueAALJIZxp9zp8\nNDDwhoEPGLPRR7H+wKYlGgPCC6UdaHpj0lfDplmZPrlsgP2xmLuRNkSf+BjH\nzvW2xNIMqyV08naz33xQMkdD5Wy7JR62ccZRwsDmT/DSKBevpQ5BW4b2RH4p\nxMFHmMzCTzcI7K3UmjIgCnfr1A6JjjyKNqc84efhjU5SdRgOAiSVnJzb+yfS\nmlVkCyQNXuFYUP0HAw44WYH1MWJ0yg0cfh/PccLPmQgYBWlraGhRcATAC77R\nzb44GjhYO2zshNMG9im4AfmHLYQknpQR8TOF8qW8X46KvojfMJvX2YNA9FEs\n7LVTiaDKUjDqfqGTQv7uO7s+xPMg+nBXbjni9WV2jpHBYDPErggEtUGjg+ar\nqr1rXfx/17vp7jWOSydkkRBZzC8jX40oyEzhHIeJeb6bzikHgI/q9j5sn8sR\nuKkBP6p/fY9qj1qiSPgc0Qkqw0icC8CLzrWGyx0JnH0jQJo32lSXEXfNnGxH\nlmcrkYQr5l72yg8e1Hu54pYK6wf/vXiTiMylnnwy1U0SWNLLgl4hW5w0K2Dc\npp1uj/94vVXrXMbBqLYfZpGsDw8r+TIo5ZZKlDKp95DFgNVIhnZfrNdme4XG\nzp3Z\r\n=5Dt6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.1.1_1524765068040_0.2708899222153549"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.0": {
			"name": "cross-fetch",
			"version": "2.2.0",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"typings": "index.d.ts",
			"scripts": {
				"precommit": "lint-staged",
				"build": "rollup -c",
				"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"deploy:major": "npm version major && git push --follow-tags",
				"deploy:minor": "npm version minor && git push --follow-tags",
				"deploy:patch": "npm version patch && git push --follow-tags",
				"lint": "eslint .",
				"sauce": "./tasks/sauce",
				"security": "snyk test",
				"test": "npm run -s test:headless && npm run -s test:node && npm run -s lint",
				"test:browser": "opn test/browser/index.html",
				"test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:node": "nyc mocha --check-leaks test/node/index.js"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.1.2",
				"whatwg-fetch": "2.0.4"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"codecov": "3.0.2",
				"eslint": "4.19.1",
				"husky": "0.14.3",
				"lint-staged": "7.1.0",
				"mocha": "5.1.1",
				"mocha-headless-chrome": "2.0.0",
				"nock": "9.2.5",
				"nyc": "11.7.3",
				"opn-cli": "3.1.0",
				"ora": "2.1.0",
				"rollup": "0.58.2",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "3.0.0",
				"sinon": "5.0.7",
				"snyk": "1.80.0"
			},
			"files": [
				"dist",
				"polyfill",
				"index.d.ts"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "4ca0fa35b55f40df5e399fa945e709c71c1862f4",
			"_id": "cross-fetch@2.2.0",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.9.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-P0tdN3ZcwhZQsqUiBnyH02mduL2sBIG1lESy+rUALVDXobpSxNzJhzx4cbzRcSsy3FcJ40Ogc9sjIYrrPs3BVg==",
				"shasum": "2bcbff94ee51319bcee6699c642c5dda2aa8b6c0",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.0.tgz",
				"fileCount": 11,
				"unpackedSize": 67637,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9EVkCRA9TVsSAnZWagAAID0QAJI2oBVzeucyu7ZbD9UM\nuEwbyHbaObbwJBMRFrs5yXT4HESWXqD40bmc5P0j2Gcar4ryqbnAEA9vAj9M\nHHsOgM2SIYm/4Ci3i6NjpA6wzcrrSDMNnjVm/vzkmFNcPiQa2yj0fDVXLmBu\nAda007um2sy+9iR9f7vxFp6Q6P4j6vQsf4wjPJwulQor7HULh2YW15oyr/pn\nwKEKHvd36tfv6X2c+3uXZEVjP2SN4a7fKlDwVQWaDW4sJjyc9AJJbBPmpWkE\n0jB8udtJuK4Q5bNGM00nnof8RBYcxqG7Qvqqa7sRb2NzTboFMBBBkF5mR8Pi\n1iF5iNQK7otDUlvfpuEzHmNIJxVCniU/xuElHChBUd3Wqr1shircaP69/z1d\nfIwGbokqJxaREDtHOwKn5CMJA50lkeRRa3Odd7vdD/kejNNNa+cN6FQj9HAc\ni2Wkb9lujSNs4WSFITfZhwQ5T97CwvYqAevMtQmeZOc0qn60Z4bmu3XsAFDx\nMTzkK3xT8diuJE7wOOb/rConLOqfOKinLXY0N68uUR4Yd14MMeahsv8MAvAl\nYgK6SLa0nlRnzFgUC3Sj44SvokkD/2YMqJk1rXcOSf7Wc1+eWGZqLgBHXk/V\nTUwscpbhz55GRmR9nIuITem4uXneZodtq+TPiNbJFV33EvGUIm7N3h1ndDgc\nyHPR\r\n=GV+X\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.2.0_1525957986955_0.5270250186513836"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.1": {
			"name": "cross-fetch",
			"version": "2.2.1",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"typings": "index.d.ts",
			"scripts": {
				"pretest:node:bundle": "webpack-cli --config test/webpack-node/webpack.config.js",
				"precommit": "npm run -s build && lint-staged",
				"build": "rollup -c",
				"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"deploy:major": "npm version major && git push --follow-tags",
				"deploy:minor": "npm version minor && git push --follow-tags",
				"deploy:patch": "npm version patch && git push --follow-tags",
				"lint": "eslint .",
				"sauce": "./tasks/sauce",
				"security": "snyk test",
				"test": "npm run -s test:headless && npm run -s test:node && npm run -s test:node:bundle && npm run -s lint",
				"test:browser": "opn test/browser/index.html",
				"test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:node:bundle": "nyc mocha test/webpack-node/bundle.js",
				"test:node": "nyc mocha test/node/index.js"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.1.2",
				"whatwg-fetch": "2.0.4"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"codecov": "3.0.2",
				"eslint": "4.19.1",
				"husky": "0.14.3",
				"lint-staged": "7.1.3",
				"mocha": "5.2.0",
				"mocha-headless-chrome": "2.0.0",
				"nock": "9.3.0",
				"nyc": "12.0.1",
				"opn-cli": "3.1.0",
				"ora": "2.1.0",
				"rollup": "0.59.4",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "4.0.0",
				"sinon": "5.0.10",
				"snyk": "1.82.0",
				"webpack": "4.10.2",
				"webpack-cli": "3.0.0"
			},
			"files": [
				"dist",
				"polyfill",
				"index.d.ts"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "03694b63551c0011d40786aae1d011cae576845b",
			"_id": "cross-fetch@2.2.1",
			"_shasum": "96c859104d75defc967fb5db62474e75426b02b0",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.14.2",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "96c859104d75defc967fb5db62474e75426b02b0",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.1.tgz",
				"fileCount": 11,
				"unpackedSize": 67831,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbErQmCRA9TVsSAnZWagAAicEQAIGifdninUU5vH1ZrX5D\n+EhJWR7Y/7Pq4PWVIPC9hXBGGzOgzZ0PDSe9HhpOC4RvKknzAdrToDlr85NI\nFrh6mXjSAHmBJ67KgoYb9Pf8Un89ngv+L3CoQxiajq/GtlieoCSiEK7oMxLq\nfsEIyslzN00SGYsWwnSV35PhnbgDr9rUFUwuyQdPwbVw03C68zyVGqmrUvgg\nzAs6U/ZmJuF2WCxhubTwzJPWmXohE2bVCl//0cTwl5/3tVLVgUwX4B1vNruG\nEnLWaJWsIV4/ylWr7YQeRZsycW1Trk7XhEUWCYVKIJvGUCHv01dqs+X6J3Bk\n+bIR0rqPghCM3jTz3t7bq6ymPwaIbqXE/FERVZ8f691Ze537drqyGOvb6ihj\nN9+34yEK7HMRJh1EGJjXhPhsyM3u13EgzCFg0RA2tt/CFbqxVsvDX6pwdpAE\nkU/hj0Z+37bZhSURQNvef33R2uabSoowl5wAO0mmv7SDKj3HF2TAu4/eZQYu\nkN/vsgopnjlYDW6k/1YgZWKbuMCxySTxKCc9QtK03+etmDdAUn5tWVhe4kNj\nPwY2FZRnEEcawaJ6wJqw2b+Z4laDadTkrQExpisWLCVRyAM1lHiiH/hDEVgE\nc/fdZYLX5+ML3yXpgGA7aApPfHZCzvqdBQixnKHuruAmxDNTn1S/XL6ikzwC\nPutj\r\n=SARk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.2.1_1527952420281_0.25210631365224345"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.2": {
			"name": "cross-fetch",
			"version": "2.2.2",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"typings": "index.d.ts",
			"scripts": {
				"pretest:node:bundle": "webpack-cli --config test/webpack-node/webpack.config.js",
				"precommit": "npm run -s build && lint-staged",
				"build": "rollup -c",
				"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"deploy:major": "npm version major && git push --follow-tags",
				"deploy:minor": "npm version minor && git push --follow-tags",
				"deploy:patch": "npm version patch && git push --follow-tags",
				"lint": "eslint .",
				"sauce": "./tasks/sauce",
				"security": "snyk test",
				"test": "npm run -s test:headless && npm run -s test:node && npm run -s test:node:bundle && npm run -s lint",
				"test:browser": "opn test/browser/index.html",
				"test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:node:bundle": "nyc mocha test/webpack-node/bundle.js",
				"test:node": "nyc mocha test/node/index.js"
			},
			"lint-staged": {
				"*.js": [
					"eslint --fix",
					"git add"
				]
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.1.2",
				"whatwg-fetch": "2.0.4"
			},
			"devDependencies": {
				"chai": "4.1.2",
				"codecov": "3.0.2",
				"eslint": "4.19.1",
				"husky": "0.14.3",
				"lint-staged": "7.2.0",
				"mocha": "5.2.0",
				"mocha-headless-chrome": "2.0.0",
				"nock": "9.3.3",
				"nyc": "12.0.2",
				"opn-cli": "3.1.0",
				"ora": "2.1.0",
				"rollup": "0.60.7",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "4.0.0",
				"sinon": "6.0.0",
				"snyk": "1.83.0",
				"webpack": "4.12.0",
				"webpack-cli": "3.0.7"
			},
			"files": [
				"dist",
				"polyfill",
				"index.d.ts"
			],
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "2cd84213a796eb10a605ae7723b6ee0499bbc6c3",
			"_id": "cross-fetch@2.2.2",
			"_shasum": "a47ff4f7fc712daba8f6a695a11c948440d45723",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.14.3",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"shasum": "a47ff4f7fc712daba8f6a695a11c948440d45723",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.2.tgz",
				"fileCount": 11,
				"unpackedSize": 67800
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.2.2_1530274588096_0.5366373550944468"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.2.3": {
			"name": "cross-fetch",
			"version": "2.2.3",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"typings": "index.d.ts",
			"scripts": {
				"pretest:node:bundle": "webpack-cli --progress --config test/node-bundle/webpack.config.js",
				"build": "rollup -c",
				"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
				"deploy:major": "npm version major && git push --follow-tags",
				"deploy:minor": "npm version minor && git push --follow-tags",
				"deploy:patch": "npm version patch && git push --follow-tags",
				"lint": "standard",
				"sauce": "./tasks/sauce",
				"security": "snyk test",
				"test": "npm run -s test:browser:headless && npm run -s test:node:plain && npm run -s test:node:bundle && npm run -s lint",
				"test:browser:headless": "mocha-headless-chrome -f test/browser-headless/index.html -a no-sandbox -a disable-setuid-sandbox",
				"test:browser:plain": "opn test/browser/index.html",
				"test:node:bundle": "nyc mocha test/node-bundle/index.js",
				"test:node:plain": "nyc mocha test/node-plain/index.js"
			},
			"lint-staged": {
				"*.js": [
					"standard --fix",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "npm run -s build && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"test/node-bundle/index.js"
				]
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.1.2",
				"whatwg-fetch": "2.0.4"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.1.0",
				"husky": "1.1.2",
				"lint-staged": "7.3.0",
				"mocha": "5.2.0",
				"mocha-headless-chrome": "2.0.1",
				"nock": "10.0.1",
				"nyc": "13.1.0",
				"opn-cli": "3.1.0",
				"ora": "3.0.0",
				"rollup": "0.66.6",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "6.0.0",
				"sinon": "7.0.0",
				"snyk": "1.105.0",
				"standard": "12.0.1",
				"webpack": "4.23.0",
				"webpack-cli": "3.1.2"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "bb10f0177c0f5b3c1f0e8898cdb67284d1e4f243",
			"_id": "cross-fetch@2.2.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-PrWWNH3yL2NYIb/7WF/5vFG3DCQiXDOVf8k3ijatbrtnwNuhMWLC7YF7uqf53tbTFDzHIUD8oITw4Bxt8ST3Nw==",
				"shasum": "e8a0b3c54598136e037f8650f8e823ccdfac198e",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.3.tgz",
				"fileCount": 11,
				"unpackedSize": 68085,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1Ld7CRA9TVsSAnZWagAACEUP/1uhhj/NAsvgQ6Fu78gI\npyldOOhquI+pfKVqOgyAKw8b3jqEPeG28p8g3Ngmz2vrCz0QJStiQ4ZKSn83\nfXZNpVyFNDxCHI27JQW7zlPApNV2ssff1AhamRtYINNmB2o3chy810k37gmu\naOsl8QZHCBlPr8K4cek/8tmoYcTpuJcg90thwbT/SG75xh2FpWDsetwpiJq9\n568d4hgb4DOPWRrB7RKlNshHnPeZkavbPAwsWjcRXsNfmV9Wbqr1nE5u47ej\nw8xKdImmu5P4SZQViee0GZqJdHcEQUhxRv1/VPd6ycFaMFfd38T954czLxpw\nIrjctt3eAs+clPOWnDRePdT23gad/ldFp1yOW4SjCIvh1Skmriv7y5lm6vjK\nIYRlLpoWY/i/vQgOOTmSfK2/jBqKbzsLf9tWn2txt/+YqAx+P0K0QVTSk0Ub\nspjtfxVs42QEjwpvsez52bYha9PKlRYtSA+b+6Xlx4hOk0Qst3Zf1LAhswDr\nsnCeQ1iKYjBkH89pCBVq3XK0aN8R6kkM05nF0lIt+QrWBUVBBVbTUbO+3V/G\n5A3ubViHNaJT2tF75ElLR3+knMDiKSpywRV/5ODrhK4tBPLMjd98oJVNGD1j\nwXDwBLjRdtfE+kRs6+6+IAKIsMv3rM1pSQZxjKHR0p2vgWdOO/BeLA4NIwFw\n9QyS\r\n=CuVP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_2.2.3_1540667259108_0.9624378613369793"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "cross-fetch",
			"version": "3.0.0",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.*.js"
				]
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.3.0",
				"whatwg-fetch": "3.0.0"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.1.0",
				"husky": "1.2.0",
				"lint-staged": "8.1.0",
				"mocha": "5.2.0",
				"mocha-headless-chrome": "2.0.1",
				"nock": "10.0.4",
				"nyc": "13.1.0",
				"ora": "3.0.0",
				"rollup": "0.67.4",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "6.0.0",
				"sinon": "7.1.1",
				"standard": "12.0.1",
				"webpack": "4.27.1",
				"webpack-cli": "3.1.2"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "2d7beded9bb57d8498fb4cb30e7d67a38af5820d",
			"_id": "cross-fetch@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-P8HyKlMwT1ed9LqEWlJu+zfcxfn0KI4Nl4nxyvu1a8sg4vgtHdwhElZOgSNzoar44zQMdliZcve4QG/04AUi9Q==",
				"shasum": "fb7fa6906f39c7233aa7ab8de1785e980532b899",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.0.tgz",
				"fileCount": 11,
				"unpackedSize": 71485,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDHF7CRA9TVsSAnZWagAAe14P/jDnsRF+63CF139N6m9V\n+rpIzeUFEk04TTtvraobVywxZOcCttu+FgCJnl0mIopc5v6kC4ruAqBgTF8L\nFum02zaBD0TWeXCElJC7tJCMxJaBTFfjkH7BjZtN+7YR1D6FP1P0tyvpGNSz\nWUiuuxmurO1va2KGAuW8ErxjU4+bh8uua9aYjYoW2U5essLUjXclgN8Ix0SY\n9GXurktRi/9ZPgUdhUZHNqqQPUgAdRnyAjDirWw6bcii4fbH6L+geCrNrFEn\nsNs0AqMVm2Op3nfvLyL0f3YN/qQ9e0K+wBQik6GiMLqV5vTmbFbN+bBFJ0VP\n3BZlQevDk1k0ryIblT7VguA+0WLnxwDtjXXn+SnO6HjoPgFeO7IWGPJBEw4j\nRuUx63UsvqEz1yBiXO1t2CckrJtEAKD2Q8hyHPvowegiNiZIQ6A6h1fYhC/f\nCnBeNiT8+7ZxgcxZVJyAKbt6M9beR9RmsrjHLAJUoLMI/SulWRiGdHvqwWL7\nINve/LAcy/XUKniUGtArkdvZtA3GB8PlmFtNbGeImM7Q4U3qykDa9IzyHHKn\n909ZVuhXrP7q8wNID3BkXTWei9z7ObtDnEm+DIRhr2+oWgZAfw7gGAbvTZ26\n2Kg9pb2/G7aOUi6JfdHnPorAs9qJ492tZb8WJJJn8acz+QwsicLcaDWi3ckj\nYWF/\r\n=u4oI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.0_1544319354907_0.8281494384093122"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "cross-fetch",
			"version": "3.0.1",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"react-native": "dist/react-native-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.*.js"
				]
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.3.0",
				"whatwg-fetch": "3.0.0"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.1.0",
				"husky": "1.3.1",
				"lint-staged": "8.1.1",
				"mocha": "5.2.0",
				"mocha-headless-chrome": "2.0.1",
				"nock": "10.0.6",
				"nyc": "13.1.0",
				"ora": "3.0.0",
				"rollup": "1.1.2",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "6.0.2",
				"sinon": "7.2.3",
				"standard": "12.0.1",
				"webpack": "4.29.0",
				"webpack-cli": "3.2.1"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "35dd931623ffa3fcec5eac72801c914b4c1a2ad4",
			"_id": "cross-fetch@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-qWtpgBAF8ioqBOddRD+pHhrdzm/UWOArkrlIU7c08DlNbOxo5GfUbSY2vr90ZypWf0raW+HNN1F38pi5CEOjiQ==",
				"shasum": "3f207bbd829a76e9aa2a953348bd1f2a3cf388a7",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.1.tgz",
				"fileCount": 13,
				"unpackedSize": 72117,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVfTGCRA9TVsSAnZWagAAqi8P/iTpDJCQcR9058WhHSF4\no/8RU7z8YN5OJLY9xxLPgOq6GW+UDmiTTF9gI6+HfDS+20804G4CDT5JQ2dC\nUajTRbaUxqbTph4jolRqjCfST7TY/6zPOhXGS1s46bUzw5BGdubLMpUOy7no\nja9M9quh+WapPcZmu8NCkCzHWEb0OMRLpDLOtJpx7D/8W5t7+xi3E+JKHrDF\nexnBIZkqS8Fx1kZWuxkGAuH2erg1ovnqAT/6RENKWRGRqvZvB2U7ap4D7Bz2\nDtzTOzjJheXDmUX/HUbahJunpFJaCEPFCJP3mcNvzb0Vxber9x1KPa1+fBeP\nxRemMtBQd+CsgVkwstBbFz9AUf2wjV5XCfmgxKLrGfPMd4bEIkJgHuuagemA\naH9B3iMgtU+ooXE0CTv/RfpzPh6Ti/SDpCn4v7OXm4NRW9q9Y1uPQLjVVCwB\n5CoSu7TYav5qpgxgtR4hiCTe6X1y8Fspt50T2J4LWS7uoSP6J1/2JXuuPT1S\nSVuFp4KHk5Tn4lPVFBeM4vo4dxTWMOEKD4YPmyIcqmmiw9XbwfDueTT40OEx\n8yrhkh0zTN/3V8ToHZkQo1zWYKd25QP8Sq4CYJM0bwIPHNtA5tsroyTbAoIo\n8mlQ9OAC7viIrH4YwKJlR37wvDY5yryDoolC/xOvdj+5d9Nyuel1ZCmOnSah\nWO5T\r\n=xy4x\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.1_1549137091721_0.095634416700348"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "cross-fetch",
			"version": "3.0.2",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"react-native": "dist/react-native-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.*.js"
				]
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.3.0",
				"whatwg-fetch": "3.0.0"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.2.0",
				"husky": "1.3.1",
				"lint-staged": "8.1.5",
				"mocha": "6.0.2",
				"mocha-headless-chrome": "2.0.1",
				"nock": "10.0.6",
				"nyc": "13.3.0",
				"ora": "3.2.0",
				"rollup": "1.7.3",
				"rollup-plugin-copy": "0.2.3",
				"rollup-plugin-uglify": "6.0.2",
				"sinon": "7.3.0",
				"standard": "12.0.1",
				"webpack": "4.29.6",
				"webpack-cli": "3.3.0"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "d009200978d1a44b56d34c61fd9656c7f485127d",
			"_id": "cross-fetch@3.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-a4Z0EJ5Nck6QtMy9ZqloLfpvu2uMV3sBfMCR+CgSBCZc6z5KR4bfEiD3dkepH8iZgJMXQpTqf8FjMmvu/GMFkg==",
				"shasum": "b7136491967031949c7f86b15903aef4fa3f1768",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.2.tgz",
				"fileCount": 13,
				"unpackedSize": 72193,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmvaJCRA9TVsSAnZWagAAJ8QQAIkVOSiNAsOStCeWNdP6\ncmTpYfIEqI9gjPdFCic5M0RtW1XqDhFgNAfraLcB9n6Dle0r0c0VJ2YRp5fY\nYoGU2JTnl0D4C7J7d28bQgkI2iDMHRRfSL1oahyV24BGETQuFVCaya5kAZOD\nlVGgzEaEyWkA3DS5Y+56MzcGXrsLmGxX/DJqyL+24D+Z2hKA1RxkSZK9eiRV\nyXTNEE5BDi3RUPZLBk8IGAsoAOhmmEndJ2/WnEhHarsht7ShwV7e/vp7GJO6\nK60DgmH+LdlGsuvtMd757ivdJdayJifNGn3o89U/+tvjmezBsKoIyl5/nivA\ne0aDNENqfSYwMcps5U1v0XlLCsPtztqMBP544l5HF5S4ZnVdyhbSez/PDw7P\nrhUxxniBbWr1Bxu0ok7noW/wNyYLyqY9iH5tNNwjnAR83i7yg5JI9b9ytE+q\nOmoPP4sqAA6HRST7o2Sm849la51rgFAQH+gCyOQ5MGAGVyycR3jYzxjlmIb4\n3aeUp4vyDwrSiL9s8pFK914pUBFH+bJumLgnFBQaLmqa/m427BNp7kVVW5KT\nlIxYj7CW/+EWjq7HfCbNPG734BLvgd4LUjHPB5tAY+9/xx+14CVKPttFI4Rz\nOmIXIfX0EV4tMwLeIvTqT8wfEs2VVCK1Z7UYPLO4ll696NmDdkzhLGgqFH7R\nAboV\r\n=SVvz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.2_1553659529040_0.6222327464986093"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.3": {
			"name": "cross-fetch",
			"version": "3.0.3",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"react-native": "dist/react-native-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && make check-dependencies && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.*.js"
				]
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.6.0",
				"whatwg-fetch": "3.0.0"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.5.0",
				"husky": "2.3.0",
				"lint-staged": "8.1.7",
				"mocha": "6.1.4",
				"mocha-headless-chrome": "2.0.1",
				"nock": "10.0.6",
				"nyc": "14.1.1",
				"ora": "3.4.0",
				"rollup": "1.12.3",
				"rollup-plugin-copy": "2.0.1",
				"rollup-plugin-uglify": "6.0.2",
				"semver": "6.1.0",
				"sinon": "7.3.2",
				"standard": "12.0.1",
				"webpack": "4.32.2",
				"webpack-cli": "3.3.2"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "0148f82475d673234fc3eae65bba16cc35f3433f",
			"_id": "cross-fetch@3.0.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-mplYkc4CopHu+AdHK8wxjJcPskUxp5CvPTdtDij3MUgVNBa0xOb9CQqbbn1zO23qISM4WLxIBociyEVQL7WQAg==",
				"shasum": "b988beab275939cb77ad4e362c873f7fa8a221a5",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.3.tgz",
				"fileCount": 13,
				"unpackedSize": 72275,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6KeQCRA9TVsSAnZWagAARMAP/2/qjFheM6QyGeCRJySL\nfh2AaX8worjgOrEv0ZgNPo3pYejxq9cF+8oJVAAB13BhfO6AkSaap/F0CffV\nFjk8bm3VtjjFSFWsJyJX/X3INBKGxjRQuwglWeY67BZ0lZy9VN/WTf2/yKGj\nbZXIP1koYbgJxC8Nps/OgBUmLGzalkkcugDLwpr6mGeeZjr1VZ4guaCYxYqx\ndjURJfEqikLQGS2A+j5UXq2Vqe7TII1mz+bIuP4pLaB7dTm6Uw02jGoogwvG\n2p8vIYbSVIeVESDS+vuYH5zc6tJajMtXgebfvp9jKYpPk+xACJAtkE/hpAVb\nDZQrNiC7YRdR63gT+ROkIo9EwTSiwmsROYZRDObEJlbn2ejho9/1AJ7RGsdR\n0ewYq3asT+AyUMNEnkyMq5PXYaG5YkdNURuN+/Cd9gAIrwjFZ5NP0UgRd/BO\nM/QotGIwYPJELPohxEY/qGyWX97byapXE5Q8JNvHUjW+Z5rxLm5pcQ8ExcPg\ngcrCP6K1Fm7Q80kj8fO8H0rDZ31MfahWb2NeHNrLs5H32OitPANhsbyeh7Eu\nS8QXgh2ng3y5Ib/OEO7EuqgI2JEp65M2M2ARiXDKRZyI5EiOWEPyD12gv1b2\nU8QFgMEzoisKxiTr/HKDE1SX1Q9cz+zEFaLMpE0KNPB7N533I46jZ6vNDSA9\nlsvk\r\n=eMcm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.3_1558751120019_0.8755574936264237"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.4": {
			"name": "cross-fetch",
			"version": "3.0.4",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"react-native": "dist/react-native-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix",
					"git add"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && make check-dependencies && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.*.js"
				]
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.6.0",
				"whatwg-fetch": "3.0.0"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.5.0",
				"husky": "2.3.0",
				"lint-staged": "8.1.7",
				"mocha": "6.1.4",
				"mocha-headless-chrome": "2.0.1",
				"nock": "10.0.6",
				"nyc": "14.1.1",
				"ora": "3.4.0",
				"rollup": "1.12.3",
				"rollup-plugin-copy": "2.0.1",
				"rollup-plugin-uglify": "6.0.2",
				"semver": "6.1.0",
				"sinon": "7.3.2",
				"standard": "12.0.1",
				"webpack": "4.32.2",
				"webpack-cli": "3.3.2"
			},
			"keywords": [
				"fetch",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "33a2a86087760920035f75766ce26bdee26d356c",
			"_id": "cross-fetch@3.0.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"dist": {
				"integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==",
				"shasum": "7bef7020207e684a7638ef5f2f698e24d9eb283c",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz",
				"fileCount": 13,
				"unpackedSize": 72736,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+xi/CRA9TVsSAnZWagAAeP8P/39k0TddvRL5Y0hLeMMB\nO6Yc2Hf+xKFaSe1HF8Dl1vZeqXJYRx1IK1Z06H4E4rCFtvnw6XBykXMzFFwd\n5jMx6YR1ubU94yEEk62emAa10IXFCwTrc40YlNANO+f3Kc0JGowLoOGCnwOk\nYfcKcYRViojQges6bqc6Lh8Ei0AmlACf3GTd1FkYeG2DeYMS8r/rLIS+Hut4\nyAMZpYBuKKKkIfBfX7JnpnwBqZSajGEML9XSSGOQC2DPLAPvaPv9/BNxspzV\n30fpysEcP9IHT1+dlAJJ8MhmqCBSd57abNqIfhzqjngUjGTEURh2SteE4ji+\nEfJ+t+V4m/ztKS1XcuSVs8pJ0NWopeqkhXMX7fnLfGu3p3ztq1hMR2VWjtvK\nzSYAmEM5Lq4ByZ2oIu8drkc3vbCinGkAKm73po/zZ6Rm0Bpqyf17s6zTjfcI\nw11FX9QOprPgKMtFjL1KnKMbR0X9OBFjBzFB4dFNCy2qcTuGmM+T/R4jPFbt\nG7PQtt/W/3Y6/6/kGzAPRi2X69EZTOSPzlUipZbZBW84kffca15QLoo1M54c\nx7eZCqqozfDXuhESQzvTxG1sNmAgvcZx1/gyuJYChcL2Mf+Uaaaj6OFGo9x+\nd80xIrMnQi8EeRWcr6PrKAXh9U/zk1WAHX3+hIbUmx5xTPk6gfrUFeFrIFPs\nVd+l\r\n=palQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.4_1559959742907_0.8136850094593382"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.5": {
			"name": "cross-fetch",
			"version": "3.0.5",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"react-native": "dist/react-native-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && make check-dependencies && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.js",
					"bundle.*.js"
				]
			},
			"mocha": {
				"require": [
					"chai/register-expect",
					"chai/register-assert"
				],
				"check-leaks": true
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.6.0"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.7.0",
				"husky": "4.2.5",
				"lint-staged": "10.2.10",
				"mocha": "8.0.1",
				"mocha-headless-chrome": "2.0.1",
				"nock": "12.0.3",
				"nyc": "15.1.0",
				"ora": "4.0.4",
				"rollup": "2.16.1",
				"rollup-plugin-copy": "3.3.0",
				"rollup-plugin-uglify": "6.0.4",
				"semver": "7.3.2",
				"sinon": "9.0.2",
				"standard": "14.3.4",
				"webpack": "4.43.0",
				"webpack-cli": "3.3.11",
				"whatwg-fetch": "3.0.0"
			},
			"keywords": [
				"fetch",
				"http",
				"url",
				"promise",
				"async",
				"await",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "c1354d3b3fa3d1eb344ec0991e4f766f757074e0",
			"_id": "cross-fetch@3.0.5",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==",
				"shasum": "2739d2981892e7ab488a7ad03b92df2816e03f4c",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz",
				"fileCount": 13,
				"unpackedSize": 73067,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5rDICRA9TVsSAnZWagAA9u4P/1NCP6w07mszsZL5TPKk\nXlkd1JD89elocqNGiys2moK1WBXklCvu6Fufw4WY9xChpAVdPgcU5g4on51Z\nkwhPcheGHgJj47E9h/cGZeF8FU3Mw2Y5Mb16UuxM7tYkX9xPUeRHHaPzidYL\nnrmqlUOvLg/uWZzZlXT+ANl8guqe5jyowhP0mP2NlzVi0bI5jv8D5K+/jzou\nYy2x0lQbG+qXAex1d2+3TosHSbz9ktQLXeVjSIdVc+8lZvda3Sxi9PKd2TkX\nA5Y06ezLv5l03HtJPZif3T103jlz3vymGSKnT0N+b8mCmAHkDcqgI7cQcgkF\nXeUKWf3RonEtsrGZIQEYVLAmeozEuyPOkYShfZRCZxYhjv95jCOoTwjDbkkG\nka7u8rrX+c57WYBRoA10wIo/V+CgNF1+zPik4qUfK9R+1Kzs8Ggrd9IXrc+g\nVa9GHVCRcPH0D0yybUX+k1UFJok9fYtB4Q8ZxIxRNgOHxTGNH4eqeaiFf9Mp\nQHUHbJqgBZI4QJ0V7zIS9EeKfq4+qBr3kSagrJkU1A3ZBv5b4u5K9B3d126I\n7CuhjZXyNPAyv9Bg2AXXsBu5DjsRQXnb7P/7nXzKWwChWCJy20QN4KfihuKF\nKYuTLtmwmvKw0/PPUA6faoREZwHkz/xmkYgLOV4tsGeIkLwUjG1/BhS4GJJN\nYdkT\r\n=+w4R\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.5_1592176839984_0.6287885532169284"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.6": {
			"name": "cross-fetch",
			"version": "3.0.6",
			"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
			"homepage": "https://github.com/lquixada/cross-fetch",
			"main": "dist/node-ponyfill.js",
			"browser": "dist/browser-ponyfill.js",
			"react-native": "dist/react-native-ponyfill.js",
			"typings": "index.d.ts",
			"lint-staged": {
				"*.js": [
					"standard --fix"
				]
			},
			"husky": {
				"hooks": {
					"pre-commit": "make build && make check-dependencies && lint-staged"
				}
			},
			"standard": {
				"env": [
					"mocha",
					"browser"
				],
				"globals": [
					"expect",
					"assert",
					"chai",
					"sinon"
				],
				"ignore": [
					"/dist/",
					"bundle.js",
					"bundle.*.js"
				]
			},
			"mocha": {
				"require": [
					"chai/register-expect",
					"chai/register-assert"
				],
				"check-leaks": true
			},
			"nyc": {
				"temp-dir": ".reports/.coverage"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/lquixada/cross-fetch.git"
			},
			"author": {
				"name": "Leonardo Quixada",
				"email": "lquixada@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/lquixada/cross-fetch/issues"
			},
			"dependencies": {
				"node-fetch": "2.6.1"
			},
			"devDependencies": {
				"chai": "4.2.0",
				"codecov": "3.7.2",
				"husky": "4.3.0",
				"lint-staged": "10.3.0",
				"mocha": "8.1.3",
				"mocha-headless-chrome": "2.0.1",
				"nock": "13.0.4",
				"nyc": "15.1.0",
				"ora": "5.1.0",
				"rollup": "2.26.11",
				"rollup-plugin-copy": "3.3.0",
				"rollup-plugin-uglify": "6.0.4",
				"semver": "7.3.2",
				"sinon": "9.0.3",
				"standard": "14.3.4",
				"webpack": "4.44.1",
				"webpack-cli": "3.3.12",
				"whatwg-fetch": "3.0.0"
			},
			"keywords": [
				"fetch",
				"http",
				"url",
				"promise",
				"async",
				"await",
				"isomorphic",
				"universal",
				"node",
				"react",
				"native",
				"browser",
				"ponyfill",
				"whatwg",
				"xhr",
				"ajax"
			],
			"gitHead": "14afdc109138529af3917fb5b340343eda32560c",
			"_id": "cross-fetch@3.0.6",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==",
				"shasum": "3a4040bc8941e653e0e9cf17f29ebcd177d3365c",
				"tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz",
				"fileCount": 13,
				"unpackedSize": 73064,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWt9eCRA9TVsSAnZWagAAT70P/16Evx2IjFyp1/Z4u06B\n66L/zIK84pMCgz2Vxr1fdFLLhHYFcT+jAVTCThP7CGswB2inGDFIbxtoS/tq\ns/MUYNN5ecoQVm5eoLE0ZsHeD/ubGuwMNkGfh1PZpmYFq96CZhAF/la0ZOG+\nyceCyglP90enzfx0dUNWgEC/0I4nFo4tKMU8/ebacImoJVd9FOdkMvilLLFe\ntfAVVccDoPuqgwmT+ipIdbcHF4IpDxQL/nGMVgGkldrc3C/E1CnuzR1lSnN6\nZJkPu0UGwOBNIKcu//R0o5BIj0xf5CD6U1eL53wJEaaF8216pL4Yp+xzerIc\nWEF3DHY0sIn2hI5cEIQcgdidjghsuVaw792HjTZWIcFZGWHGwHYbuFBna/SB\n2gisFrQ+z9IKBLSGI5bmFfUd59K+HLCtLWGkni2uduTpzJfCpA7fJIMkjrCM\n879zLYTFCtZvZ+GeveSoLktObotG8ScTsopdpNbs329pgwcQpnetiEIzPsY0\n2pAt/QS6HWQxc+uR1sRBWTr9gIciQSH481BD9rkhAn9265fmRA5aZspldjb7\nbsR1EUyIKOPc2gLdizDFjZlHAFMTpB6apzlWuqFavuie7Zi76OIqGJLV41RU\nw7aNmyhhDLBYPkTit0L6V7MexPIjVX6YXgjUm/VsxKQg8ol0ZcDryo1gupn2\nCdbc\r\n=j79F\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "lquixada",
					"email": "lquixada@gmail.com"
				}
			],
			"_npmUser": {
				"name": "lquixada",
				"email": "lquixada@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/cross-fetch_3.0.6_1599790942254_0.21034185227407676"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-11T02:22:24.654Z",
		"created": "2017-09-23T14:11:24.198Z",
		"0.0.1": "2017-09-23T14:11:24.198Z",
		"0.0.2": "2017-09-23T18:52:27.652Z",
		"0.0.3": "2017-09-27T01:00:16.369Z",
		"0.0.4": "2017-09-27T01:34:58.203Z",
		"0.0.5": "2017-09-27T05:10:30.965Z",
		"0.0.6": "2017-09-30T21:38:59.617Z",
		"0.0.7": "2017-09-30T22:08:28.018Z",
		"0.0.8": "2017-10-01T02:02:16.957Z",
		"1.0.0": "2017-10-29T14:00:53.319Z",
		"1.1.0": "2017-11-02T13:26:53.246Z",
		"1.1.1": "2017-11-10T02:17:00.496Z",
		"2.0.0": "2018-02-28T21:55:40.807Z",
		"2.1.0": "2018-03-09T14:31:53.877Z",
		"2.1.1": "2018-04-26T17:51:08.278Z",
		"2.2.0": "2018-05-10T13:13:08.053Z",
		"2.2.1": "2018-06-02T15:13:40.401Z",
		"2.2.2": "2018-06-29T12:16:28.208Z",
		"2.2.3": "2018-10-27T19:07:39.283Z",
		"3.0.0": "2018-12-09T01:35:55.114Z",
		"3.0.1": "2019-02-02T19:51:31.856Z",
		"3.0.2": "2019-03-27T04:05:29.228Z",
		"3.0.3": "2019-05-25T02:25:20.205Z",
		"3.0.4": "2019-06-08T02:09:03.069Z",
		"3.0.5": "2020-06-14T23:20:40.117Z",
		"3.0.6": "2020-09-11T02:22:22.415Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.6"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"fba20dc7035503ff3fad44c8a00bbbc3\"",
			"fetched": 1602009400433
		}
	},
	"_distfiles": {
		"cross-fetch-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.2.tgz",
			"sha": "dabc9321c555100838236d230389087ef95ce5ce",
			"registry": "npmjs"
		},
		"cross-fetch-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.3.tgz",
			"sha": "7ae76de287bd0fa034d75128d39f1f377959f910",
			"registry": "npmjs"
		},
		"cross-fetch-0.0.4.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.4.tgz",
			"sha": "3d1ae337ab53f9a097d90b0abde1118118e39447",
			"registry": "npmjs"
		},
		"cross-fetch-0.0.5.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.5.tgz",
			"sha": "714a46e225e616021b98bb7080e2c52937ca0a35",
			"registry": "npmjs"
		},
		"cross-fetch-0.0.6.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.6.tgz",
			"sha": "617b00c5c4a1ec09b5bb1faa0c86954abd1cc3a2",
			"registry": "npmjs"
		},
		"cross-fetch-0.0.7.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.7.tgz",
			"sha": "f4274e89be0befc8f94f6dd0a701574d6614a126",
			"registry": "npmjs"
		},
		"cross-fetch-0.0.8.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-0.0.8.tgz",
			"sha": "01ed94dc407df2c00f1807fde700a7cfa48a205c",
			"registry": "npmjs"
		},
		"cross-fetch-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-1.0.0.tgz",
			"sha": "ab989f2f05222790359a48da43edcbd0400b821a",
			"registry": "npmjs"
		},
		"cross-fetch-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-1.1.0.tgz",
			"sha": "adcb4c4522411998408c3a1afeb928284c882175",
			"registry": "npmjs"
		},
		"cross-fetch-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-1.1.1.tgz",
			"sha": "dede6865ae30f37eae62ac90ebb7bdac002b05a0",
			"registry": "npmjs"
		},
		"cross-fetch-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.0.0.tgz",
			"sha": "a17475449561e0f325146cea636a8619efb9b382",
			"registry": "npmjs"
		},
		"cross-fetch-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.1.0.tgz",
			"sha": "7d4ea7e10a4f3bb73d5c2f0a3791ec3752d39b50",
			"registry": "npmjs"
		},
		"cross-fetch-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.1.1.tgz",
			"sha": "c41b37af8e62ca1c6ad0bd519dcd0a16c75b6f1f",
			"registry": "npmjs"
		},
		"cross-fetch-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.0.tgz",
			"sha": "2bcbff94ee51319bcee6699c642c5dda2aa8b6c0",
			"registry": "npmjs"
		},
		"cross-fetch-2.2.1.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.1.tgz",
			"sha": "96c859104d75defc967fb5db62474e75426b02b0",
			"registry": "npmjs"
		},
		"cross-fetch-2.2.2.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.2.tgz",
			"sha": "a47ff4f7fc712daba8f6a695a11c948440d45723",
			"registry": "npmjs"
		},
		"cross-fetch-2.2.3.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.3.tgz",
			"sha": "e8a0b3c54598136e037f8650f8e823ccdfac198e",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.0.tgz",
			"sha": "fb7fa6906f39c7233aa7ab8de1785e980532b899",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.1.tgz",
			"sha": "3f207bbd829a76e9aa2a953348bd1f2a3cf388a7",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.2.tgz",
			"sha": "b7136491967031949c7f86b15903aef4fa3f1768",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.3.tgz",
			"sha": "b988beab275939cb77ad4e362c873f7fa8a221a5",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz",
			"sha": "7bef7020207e684a7638ef5f2f698e24d9eb283c",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.5.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz",
			"sha": "2739d2981892e7ab488a7ad03b92df2816e03f4c",
			"registry": "npmjs"
		},
		"cross-fetch-3.0.6.tgz": {
			"url": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz",
			"sha": "3a4040bc8941e653e0e9cf17f29ebcd177d3365c",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "21-163299066486672f",
	"_id": "cross-fetch",
	"readme": "cross-fetch<br>\n[![NPM Version](https://img.shields.io/npm/v/cross-fetch.svg?branch=master)](https://www.npmjs.com/package/cross-fetch)\n[![Downloads Per Week](https://img.shields.io/npm/dw/cross-fetch.svg?color=blue)](https://www.npmjs.com/package/cross-fetch)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![dependencies Status](https://david-dm.org/lquixada/cross-fetch/status.svg)](https://david-dm.org/lquixada/cross-fetch)\n[![Build Status](https://circleci.com/gh/lquixada/cross-fetch.svg?style=shield)](https://circleci.com/gh/lquixada/cross-fetch)\n[![codecov](https://codecov.io/gh/lquixada/cross-fetch/branch/master/graph/badge.svg)](https://codecov.io/gh/lquixada/cross-fetch)\n================\n\nUniversal WHATWG Fetch API for Node, Browsers and React Native. The scenario that cross-fetch really shines is when the same JavaScript codebase needs to run on different platforms.\n\n- **Platform agnostic**: browsers, Node or React Native\n- **Optional polyfill**: it's up to you if something is going to be added to the global object or not\n- **Simple interface**: no instantiation, no configuration and no extra dependency\n- **WHATWG compliant**: it works the same way wherever your code runs\n- **Updated**: latest version of [whatwg-fetch](https://github.com/github/fetch/) and [node-fetch](https://github.com/bitinn/node-fetch/) used\n\n\n* * *\n\n## Table of Contents\n\n-   [Install](#install)\n-   [Usage](#usage)\n-   [Demo & API](#demo--api)\n-   [FAQ](#faq)\n-   [Supported environments](#supported-environments)\n-   [Thanks](#thanks)\n-   [License](#license)\n-   [Author](#author)\n\n* * *\n\n## Install\n\n```sh\nnpm install --save cross-fetch\n```\n\nAs a [ponyfill](https://github.com/sindresorhus/ponyfill):\n\n```javascript\n// Using ES6 modules with Babel or TypeScript\nimport fetch from 'cross-fetch';\n\n// Using CommonJS modules\nconst fetch = require('cross-fetch');\n```\n\nAs a polyfill:\n\n```javascript\n// Using ES6 modules\nimport 'cross-fetch/polyfill';\n\n// Using CommonJS modules\nrequire('cross-fetch/polyfill');\n```\n\n\nThe CDN build is also available on unpkg:\n\n```html\n<script src=\"//unpkg.com/cross-fetch/dist/cross-fetch.js\"></script>\n```\n\nThis adds the fetch function to the window object. Note that this is not UMD compatible.\n\n\n* * *\n\n## Usage\n\nWith [promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise):\n\n```javascript\nimport fetch from 'cross-fetch';\n// Or just: import 'cross-fetch/polyfill';\n\nfetch('//api.github.com/users/lquixada')\n  .then(res => {\n    if (res.status >= 400) {\n      throw new Error(\"Bad response from server\");\n    }\n    return res.json();\n  })\n  .then(user => {\n    console.log(user);\n  })\n  .catch(err => {\n    console.error(err);\n  });\n```\n\nWith [async/await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function):\n\n```javascript\nimport fetch from 'cross-fetch';\n// Or just: import 'cross-fetch/polyfill';\n\n(async () => {\n  try {\n    const res = await fetch('//api.github.com/users/lquixada');\n    \n    if (res.status >= 400) {\n      throw new Error(\"Bad response from server\");\n    }\n    \n    const user = await res.json();\n  \n    console.log(user);\n  } catch (err) {\n    console.error(err);\n  }\n})();\n```\n\n> ⚠️ **Warning**: If you're in an environment that doesn't support Promises such as Internet Explorer, you must install an ES6 Promise compatible polyfill. [es6-promise](https://github.com/jakearchibald/es6-promise) is suggested.\n\n\n## Demo & API\n\nYou can find a comprehensive doc at [Github's fetch](https://github.github.io/fetch/) page. If you want to play with cross-fetch, these resources can be useful:\n\n* [**JSFiddle playground**](https://jsfiddle.net/lquixada/3ypqgacp/) ➡️\n* [**Public test suite**](https://lquixada.github.io/cross-fetch/test/browser/saucelabs/) ➡️\n\n> **Tip**: Run theses resources on various browsers and with different settings (for instance: cross-domain requests, wrong urls or text requests). Don't forget to open the console in the test suite page and play around.\n\n\n## FAQ\n\n#### Yet another fetch library?\n\nI did a lot of research in order to find a fetch library that could be simple, cross-platform and provide polyfill as an option. There's a plethora of libs out there but none could match those requirements.\n\n\n#### Why not isomorphic-fetch?\n\nMy preferred library used to be [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) but it has this [bug](https://github.com/matthew-andrews/isomorphic-fetch/issues/125) that prevents it from running in a react native environment. It seems unlikely to be fixed since there haven't been any new commits to it since 2016. That means dependencies are outdated as well. \n\n\n#### Why polyfill might not be a good idea?\n\nIn a word? Risk. If the spec changes in the future, it might be problematic to debug. Read more about it on [sindresorhus's ponyfill](https://github.com/sindresorhus/ponyfill#how-are-ponyfills-better-than-polyfills) page. It's up to you if you're fine with it or not.\n\n\n#### How does cross-fetch work?\n\nJust like isomorphic-fetch, it is just a proxy. If you're in node, it delivers you the [node-fetch](https://github.com/bitinn/node-fetch/) library, if you're in a browser or React Native, it delivers you the github's [whatwg-fetch](https://github.com/github/fetch/). The same strategy applies whether you're using polyfill or ponyfill.\n\n\n## Who's Using It?\n\n|[![The New York Times](./docs/images/logo-nytimes.png)](https://www.nytimes.com/)|[![Swagger](./docs/images/logo-swagger.png)](https://swagger.io/)|[![VulcanJS](./docs/images/logo-vulcanjs.png)](http://vulcanjs.org)|[![graphql-request](./docs/images/logo-graphql-request.png)](https://github.com/prisma/graphql-request)|\n|:---:|:---:|:---:|:---:|\n|The New York Times|Swagger|VulcanJS|graphql-request|\n\n\n## Supported environments\n\n* Node 10+\n* React-Native\n* Browsers:\n\n[![Build Status](https://saucelabs.com/browser-matrix/cross-fetch.svg)](https://saucelabs.com/u/cross-fetch)\n\n\n## Thanks\n\nHeavily inspired by the works of [matthew-andrews](https://github.com/matthew-andrews). Kudos to him!\n\n\n## License\n\ncross-fetch is licensed under the [MIT license](https://github.com/lquixada/cross-fetch/blob/master/LICENSE) © [Leonardo Quixadá](https://twitter.com/lquixada/)\n\n\n## Author\n\n|[![@lquixada](https://avatars0.githubusercontent.com/u/195494?v=4&s=96)](https://github.com/lquixada)|\n|:---:|\n|[@lquixada](http://www.github.com/lquixada)|"
}