{
	"name": "@redux-saga/delay-p",
	"versions": {
		"1.0.0-beta.2": {
			"name": "@redux-saga/delay-p",
			"version": "1.0.0-beta.2",
			"description": "Promisified setTimeout",
			"main": "dist/delay-p.cjs.js",
			"module": "dist/delay-p.esm.js",
			"files": [
				"dist"
			],
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "npm run clean",
				"build": "rollup -c",
				"prepare": "npm run build",
				"preversion": "npm run prepare",
				"release:patch": "npm version patch && npm publish && git push --follow-tags",
				"release:minor": "npm version minor && npm publish && git push --follow-tags",
				"release:major": "npm version major && npm publish && git push --follow-tags"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.0.0-beta.2"
			},
			"devDependencies": {
				"@babel/core": "7.0.0-beta.52",
				"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.52",
				"@babel/preset-env": "7.0.0-beta.52",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"rimraf": "^2.4.3",
				"rollup": "^0.64.1",
				"rollup-plugin-babel": "4.0.0-beta.1"
			},
			"_id": "@redux-saga/delay-p@1.0.0-beta.2",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"dist": {
				"integrity": "sha512-o/+aGN7uZRQKm1MBWg9zkY0MHi+4yjO9Ey/Uc00iRK0ZpXVmWhOmhHMlBHsjSZnmojQ2cAaDoD3bFJFOMHh3dg==",
				"shasum": "5b6ba15c72e5a1178e66148dfd5edd03c0481387",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0-beta.2.tgz",
				"fileCount": 3,
				"unpackedSize": 2285,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgweOCRA9TVsSAnZWagAAfEsP/iZfDnbDyPyo1RpT7PFV\nHhsJSivLKwSNi1Qu06Z6CVUrfGNOim5vh/eDsXpH7cZZeqyekkcIAugABUIF\npV46XXuEPt/uNls21kRc/nwueOBl6YS1qEd/DHQiBtDdyiPUdEgd3CZgnZja\nQCLM0zWDqrzvD7aqvj9fS39wQeTFIVQYhtQ/54wciYEBlrsV5brsLAU7wlXM\noQ6kylYBgdbNMpLL3kT+KYcxZ4krKC94gQkViNzuZLxw05c/vDMDXNfRdycW\nQl3PckMAWpyLD6B86crmHJuyiTG8rlARHSxBYHueTAIXEfHeqco94G5VLspf\na0jic/BTXu0OTADNujUj8S4zGiSHGUpvFi0uhTpeWNjhTIJ1jciwb9j60aFf\nnt5hwaDCVVSxMSjObZ3+Tb6X9CXkD+o3+ja/hTb5QN1rCM6OS2uIocj6gINp\nmAkAK51l45kHl09tqo1pQs4Hdx6ywvk+iWMQPzHc2WvilH1DV/evY1Z8NfIJ\n80IEPqyHu1ajpm8CLV2icuLv5L+Ulox1vihFXdAdzaZ44u1wKYR3VOg7HaYH\naF+H+aldKrmAYVTTFhS8RFMLaEZkXDLD1i2mwkaSUu5Q/qtjjd/xlfvHYgbt\n8wOnX7IR4TqHPsBd1TWTZ6q/qhRMIf4RpRMCeQLVwnCVKRVWgC1TavJ3ylt6\nHueL\r\n=mIKa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.0.0-beta.2_1535313806112_0.1846932839663853"
			},
			"_hasShrinkwrap": false
		},
		"1.0.0-beta.3": {
			"name": "@redux-saga/delay-p",
			"version": "1.0.0-beta.3",
			"description": "Promisified setTimeout",
			"main": "dist/delay-p.cjs.js",
			"module": "dist/delay-p.esm.js",
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "npm run clean",
				"build": "rollup -c",
				"prepare": "npm run build",
				"preversion": "npm run prepare",
				"release:patch": "npm version patch && npm publish && git push --follow-tags",
				"release:minor": "npm version minor && npm publish && git push --follow-tags",
				"release:major": "npm version major && npm publish && git push --follow-tags"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				},
				{
					"name": "Mikhail Shustov",
					"email": "restrry@gmail.com",
					"url": "https://github.com/restrry"
				},
				{
					"name": "Shi Feichao",
					"email": "842351815@qq.com",
					"url": "https://github.com/shinima"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.0.0-beta.3"
			},
			"devDependencies": {
				"@babel/core": "^7.0.0",
				"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"rimraf": "^2.4.3",
				"rollup": "^0.65.2",
				"rollup-plugin-babel": "^4.0.3"
			},
			"_id": "@redux-saga/delay-p@1.0.0-beta.3",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"dist": {
				"integrity": "sha512-uQv0XmNqViRgig5BIpufebT+MFqSVYkvFP5Rc/pPUGLUoxU0IDeyjm/v7Yd8c5xkW5iJviznnyfaNKVWcUd0hg==",
				"shasum": "8e3aaef6022cad25588c384878b4e84507472fd0",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0-beta.3.tgz",
				"fileCount": 3,
				"unpackedSize": 2559,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxycACRA9TVsSAnZWagAASz8QAJuextolOHA0aAD6Zkt8\n/qcQf/mjRWd8z60sbCcHEgaSvbbNHc6veeFnKknuZg3H7voSNz6VonkLs707\n8rdjw7L1na43WWhGiQJyytjJH7jvMNpWIAxbGNDiYhLger/uGGDemMPCV0Q2\noP7v4Jqmwe4HRlXD337zMMHOE4nHh9Mk8a4lAZ6fhoKlydBZk+9eu80a31wO\nuSnk8VhXFXAFbRa9itmi4ZsPSbekOQkEa3Vxup9HX/7bxcd4I3g54TVAu/SZ\nZoQ4FkKJOKOQJvkq2UQbxIWRA1ANXrlD02gGKWU4a+rtZ8ydGhTChZnlnKrG\n/6FizgP6R6W7a/bIZENrkYQJLfuumX3flLMqyB3ZYysXuFHzAatTWlEVBVVJ\nuQPu23Ub9ye3ot0SDFOgRWviW9b1D7B2RrBWohnpU+Zhos+TGUa1sk2nFHyL\n3+R7JPskcJe1ys+CaO+u9CBuw2nHlqvXwZvbgGb3BG6wv5D1T9s5WDRBwaru\nFWnz5mjZRY91JJAakY2m13GSOTpv3TfwEsB7tp/f6emHi6Rm+H1Je4U7Xu++\n0RBI3r9pUvBgn97qYtz+qApiASW6BRjIlTbBwhaaTiyqmhfHk77ZVLZ9t/yG\nwzpOr35l1mJLpKsC8bNit8SKZsHD0phcrunb5366I/6ZkCPEM6brsSdiuzez\nhRpT\r\n=e1rK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.0.0-beta.3_1539778304153_0.9167944721272538"
			},
			"_hasShrinkwrap": false
		},
		"1.0.0-rc.0": {
			"name": "@redux-saga/delay-p",
			"version": "1.0.0-rc.0",
			"description": "Promisified setTimeout",
			"main": "./dist/redux-saga-delay-p.cjs.js",
			"module": "./dist/redux-saga-delay-p.esm.js",
			"typings": "./index.d.ts",
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "npm run clean",
				"build": "rollup -c",
				"prepare": "npm run build",
				"release:patch": "npm version patch && npm publish && git push --follow-tags",
				"release:minor": "npm version minor && npm publish && git push --follow-tags",
				"release:major": "npm version major && npm publish && git push --follow-tags"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				},
				{
					"name": "Mikhail Shustov",
					"email": "restrry@gmail.com",
					"url": "https://github.com/restrry"
				},
				{
					"name": "Shi Feichao",
					"email": "842351815@qq.com",
					"url": "https://github.com/shinima"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.0.0-rc.0"
			},
			"devDependencies": {
				"@babel/core": "^7.0.0",
				"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"rimraf": "^2.4.3",
				"rollup": "^0.65.2",
				"rollup-plugin-babel": "^4.0.3"
			},
			"_id": "@redux-saga/delay-p@1.0.0-rc.0",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "10.5.0",
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"dist": {
				"integrity": "sha512-bKFhVKiBC2BgnEpRMNO63D6iKydtQli0m/85CV/3kKeiCchJuBaQfVuGHJO/KsXjvMKDgLeYRvWBhLZdRXmyfw==",
				"shasum": "ce44f7426e8ad9497c8e87a5877ee4f8a62252a6",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0-rc.0.tgz",
				"fileCount": 4,
				"unpackedSize": 2662,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHSFxCRA9TVsSAnZWagAAS2gP/2wCk+cs9STXqStruCRd\n4vRNGCNpLR+ixMRjtKsFQzzVlCKR9SMU23lDAMEUbBBr59ml39xrFzQ65kS5\nhxoJjcONg1/hJtmk/TxH9vfNkx1RgkgLIlPLyhd5ihjWvPCM1gsKwBuJnv9k\n9rLtPdpTadUcdWN+sQFkvOMc63iLQYCq9xWdLUSXC/FW2O58nNOGNXpEazsW\nQ5YHakniEGdkANMaFinWA8GiyuyrgO7BauhykwGEXpQepej7iIMj3Y7a5Ihq\n75JM/I1B19/qymJjwBLdiVcIv/QnDvlzbmXwbhfLwIQRsKRCD5TlfZkE2gkT\ndGwHRI7XXoCW92K5fr7RUgb3owYR53qrEJ2HIRWbig1TzAgt8Fl1B522dSYk\n5h4fRjJWX5wgR1il5waJ0sAN9WxM8Xxqjw5q+EKl4SaLsXXhuAm8cMSptkdE\nhh8bO5OrN553UE3MzEr6tA/no0bF+Dd9Oyuu47vQqw8InlcnnLPxX61flKcp\nWWUYrFfB3Yppy8i4NHXrFHmEnvHwt/Gi5foD5hN1cnf873nytnZowR+3z6+f\n4Pg2DjxwqW7islZG/YZ0a3h2VJ3R95xIVOOQ98CGzgRIx9vWcSmFnVZp1hGx\nMBQ1m7Iu53jk/mudMovok10djMIhu2INoZh8ASnS8BSRYlDGnx/UvsLYQlwp\nBaPx\r\n=mDr6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.0.0-rc.0_1545412976907_0.8093240118343927"
			},
			"_hasShrinkwrap": false
		},
		"1.0.0": {
			"name": "@redux-saga/delay-p",
			"version": "1.0.0",
			"description": "Promisified setTimeout",
			"main": "./dist/redux-saga-delay-p.cjs.js",
			"module": "./dist/redux-saga-delay-p.esm.js",
			"typings": "./index.d.ts",
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "npm run clean",
				"build": "rollup -c",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				},
				{
					"name": "Mikhail Shustov",
					"email": "restrry@gmail.com",
					"url": "https://github.com/restrry"
				},
				{
					"name": "Shi Feichao",
					"email": "842351815@qq.com",
					"url": "https://github.com/shinima"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.0.0"
			},
			"devDependencies": {
				"@babel/core": "^7.0.0",
				"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"babel-plugin-annotate-pure-calls": "^0.3.0",
				"rimraf": "^2.4.3",
				"rollup": "^1.0.2",
				"rollup-plugin-babel": "5.0.0-alpha.0"
			},
			"gitHead": "fc6a2e3d5b1aa37864a13be6db3115ad6afc1f1b",
			"_id": "@redux-saga/delay-p@1.0.0",
			"_nodeVersion": "10.5.0",
			"_npmVersion": "lerna/3.10.6/node@v10.5.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-A/O+Olwi/qsLKqorb1AUxjlLsExjt3YM+e742d6p1blA0/fcyDpLhnejpSbcnka85dwzudQ6zV6krRq1WBswWQ==",
				"shasum": "eefe4213080d517cc2a5429146ba3f44ece3de26",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 3549,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRG2UCRA9TVsSAnZWagAAn8sP/RyolVzO2QvF7aZcz4Z2\nB8DVKwR2iHgayfRFZN0WxcXCzKE034l0Cvk3CqbLbi3ogAT1X9lXkdHEv6fH\nQSOnDjFeWOdgD+5Zbh4rI67mAOlJs6zYSmCGnggXPK/uQ1zXuBy6m1z8VDch\nEiHTEIM9lcdJoDGrNGEccqHgcpDwFAx/bH/N89TtuuY3/iu+/YmIVWaD04+d\nXGtjLeE8BYf5JlznQs1GLJ19lmfH1UEhhmFcxxG1zB0vR9uq5NdwnYkA7Iy0\nL52mwjEOqiJL4ASCmwWnr+2llqJ1XrOjziNUd3TnAwtWckqQA8EXTgIEwjG2\nMFBF2p1vr1HLxNVOauFU95PcUzBUug3T5w1OcrctzY9AwSy84r/GgaV49vh7\ng4k9PL3xwaerQNymn55ZfxBr3W+C9ni94sKSFTFq7XyZ/Sbmbx0nGOeLXpCc\ndozOTUF7ktc2GCtBcvoxbJI9/K43cppWtxojaDm5QisuSnMfxAqMNVIhMiqR\n/BEFJ5kQYCCxm2NV66q0sG2/LMJ1N3dxpLgRm0xZN3VwNnrrUeDVy6PJWRFm\nUMbGYxdT53tVJUGKNmJe+nG0GiX7EPt+ZpWhuXTVCOHBKn0GCtxTWwjRWsWD\nuajHc77Mwf4wnY8rQpLcbn+NZOqVxQ5xP1RZOoEsVG/X/kg1noAngsPBKIIH\n+PJr\r\n=Gc1G\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.0.0_1547988371708_0.9373234847010989"
			},
			"_hasShrinkwrap": false
		},
		"1.0.1": {
			"name": "@redux-saga/delay-p",
			"version": "1.0.1",
			"description": "Promisified setTimeout",
			"main": "./dist/redux-saga-delay-p.cjs.js",
			"module": "./dist/redux-saga-delay-p.esm.js",
			"typings": "./index.d.ts",
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "npm run clean",
				"build": "rollup -c",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				},
				{
					"name": "Mikhail Shustov",
					"email": "restrry@gmail.com",
					"url": "https://github.com/restrry"
				},
				{
					"name": "Shi Feichao",
					"email": "842351815@qq.com",
					"url": "https://github.com/shinima"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.0.1"
			},
			"devDependencies": {
				"@babel/core": "^7.0.0",
				"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
				"@babel/preset-env": "^7.0.0",
				"babel-plugin-annotate-pure-calls": "^0.4.0",
				"rimraf": "^2.4.3",
				"rollup": "^1.0.2",
				"rollup-plugin-babel": "5.0.0-alpha.0"
			},
			"gitHead": "876ac7bb9d049e9a0c9526b4396b3fd0364d3181",
			"_id": "@redux-saga/delay-p@1.0.1",
			"_nodeVersion": "11.8.0",
			"_npmVersion": "lerna/3.10.7/node@v11.8.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-0SnNDyDLUyB4NThtptAwiprNOnbCNhoed/Rp5JwS7SB+a/AdWynVgg/E6BmjsggLFNr07KW0bzn05tsPRBuU7Q==",
				"shasum": "d69fc6103c7509ae80faa144ea17bbc69e51e029",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.1.tgz",
				"fileCount": 5,
				"unpackedSize": 3549,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVVjzCRA9TVsSAnZWagAAf6EP/2+uSJTTtYa6hWslIacR\nErl6Fbwaa83xzzDgeN4/YaBoq0tO1KGJfw3eT0viQzpIyvuxKkgxLbosEs0Z\niMfom7kn9/6v2/e8kTF31EJx3aoLE2SRJhTD3RwyvrUnHo4iPk36WDogJA8o\n12Li3SvYv+RbsAuEEssPON7wS0yLPtTgUUun8kw9VwekSdMehIFSfS2mNfo0\njgc65izhYMYa3BwF+AXZ9edNVfJo2usKDNBwsPE1zI7Zt4P2ihB8WPenpdnj\naRdGOQpmnvy07By0x21K9q3vO+1Q2FbWt8QLqpMH2wEypDdt8exnzfINxE+U\nksu81/9cgeaZ0Xwepxvq72tK4uIQxBGTeiiHFywp7Tp3zkJh6zTrcWWdnYKC\nhpAOdjjlJ1ijkTtdwcvWJCjuwq4z4wyRKrw8nh+D3yYX7iykH7iWqcqs7Wll\nuK3juc2u+ydXKrXpFhCrhfICTZ51y+FcaELvI8iD/AfFO9Lqok1bPHNeDB3x\nQc8boR9chWifbJjdLlCQlVppcBeIMGLpGIDqVZ3GCGEsPR9+zOK5+CWNWq59\nozIxq00DyKqXvP1yKdWBVnsiSVL8euvPch1EqPUmfMiB0xaWQ5wVFQgizfV1\nlr19oZK+cIqwW7bMNNGX2rVVmNGayLXkpNdmoEwpUGTuX1NWiIbeA6L5BoPH\nd+6F\r\n=Zxcu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.0.1_1549097202739_0.6526101653171785"
			},
			"_hasShrinkwrap": false
		},
		"1.1.0": {
			"name": "@redux-saga/delay-p",
			"version": "1.1.0",
			"description": "Promisified setTimeout",
			"main": "./dist/redux-saga-delay-p.cjs.js",
			"module": "./dist/redux-saga-delay-p.esm.js",
			"typings": "./index.d.ts",
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "npm run clean",
				"build": "rollup -c",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				},
				{
					"name": "Mikhail Shustov",
					"email": "restrry@gmail.com",
					"url": "https://github.com/restrry"
				},
				{
					"name": "Shi Feichao",
					"email": "842351815@qq.com",
					"url": "https://github.com/shinima"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.1.0"
			},
			"devDependencies": {
				"@babel/core": "^7.6.0",
				"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
				"@babel/preset-env": "^7.6.0",
				"babel-plugin-annotate-pure-calls": "^0.4.0",
				"rimraf": "^2.4.3",
				"rollup": "^1.21.1",
				"rollup-plugin-babel": "5.0.0-alpha.0"
			},
			"gitHead": "55bac9e8c47fceff097cc085177386cef14d8f58",
			"_id": "@redux-saga/delay-p@1.1.0",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "lerna/3.16.4/node@v12.7.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-BcRwXs20kKjgiYEwZARkpVoRIe/hHftW3iwPhdeW4/jPyR9gLv/vG8VsJMF5NDEch+/w/mJtdgSubq+wtOS47g==",
				"shasum": "4024f979d0f78763d2e90233be8c922781ae4400",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.1.0.tgz",
				"fileCount": 5,
				"unpackedSize": 3550,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf+J9CRA9TVsSAnZWagAAruEP+wZssONpjRtdrTNQSS/p\nCU67R7Gu8iQKnPjiKHhowMTmVXobMnij1D6tVpielcoIbrgKGqFF5KR8DIAU\neL9xpTnRYsLgTEv2Mnqq4dvIdWV3Is3s9ELTnxQlnBT1XpQtEYj/agj4mG+b\nwIdo7w3lRV62NV9DOHf8jzSyEVRu0H0hjabO9jmMI5wE1me783bRZRdfRy3c\nKxBSyN4KsDES27eBscwqFwP3zX0K9+QvlM/0QR7D215i3L7C98V0Koz8yPi8\nyQLFiRNcDHMrbCBIhN7MhbbL/u1ZNGnyECylbZfWDchHmg1c+ej+ujLc89Dg\niQyzhIG2cKOxedJdA7Qkzn/mu/AlyQRvj76a+n0FapqNp1BIbwARwhZ5fZOs\n9O2rfsnsmW2pYxpPc1/DrtelXEGqdKADs1C1EiLNo8Q+2cOx49YR+uwE9IIh\nJG4quS/r5JVRs820OO5VUqGtEDhlmnFnpSGK1WjtL5FNdWG0j2TQh3/SUwl9\nTsfEYSXQa8z54bumQ7lejdWHl0rUW8ifNxp6ZDRYcwxFRwTMzlkg0AUBX09F\nRvqMzG2FzgsjgNSSL9SsH/VvcH24hSs2WbT+NkWcA2kYCzWEF0+PIKZzVvY6\n2OgBiIbCOZQO3+I0UnB9uhDjZ+qZN61K7dflTkEjghpzXxAmHWzf30lMaIK7\nU5t3\r\n=ILzl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.1.0_1568662140720_0.4665360398368408"
			},
			"_hasShrinkwrap": false
		},
		"1.1.2": {
			"name": "@redux-saga/delay-p",
			"version": "1.1.2",
			"description": "Promisified setTimeout",
			"main": "./dist/redux-saga-delay-p.cjs.js",
			"module": "./dist/redux-saga-delay-p.esm.js",
			"typings": "./index.d.ts",
			"scripts": {
				"clean": "rimraf dist",
				"prebuild": "yarn clean",
				"build": "rollup -c",
				"prepare": "yarn build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
			},
			"keywords": [
				"promise",
				"resolve",
				"delay",
				"defer",
				"wait",
				"stall",
				"timeout",
				"settimeout",
				"event",
				"loop",
				"next",
				"tick",
				"delay",
				"async",
				"await",
				"promises",
				"bluebird"
			],
			"author": {
				"name": "Yassine ELOUAFI",
				"email": "yelouafi@gmail.com"
			},
			"contributors": [
				{
					"name": "Mateusz Burzyński",
					"email": "mateuszburzynski@gmail.com",
					"url": "https://github.com/Andarist"
				},
				{
					"name": "Mikhail Shustov",
					"email": "restrry@gmail.com",
					"url": "https://github.com/restrry"
				},
				{
					"name": "Shi Feichao",
					"email": "842351815@qq.com",
					"url": "https://github.com/shinima"
				}
			],
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/redux-saga/redux-saga/issues"
			},
			"homepage": "https://redux-saga.js.org/",
			"dependencies": {
				"@redux-saga/symbols": "^1.1.2"
			},
			"devDependencies": {
				"@babel/core": "^7.6.4",
				"@babel/preset-env": "^7.6.3",
				"babel-plugin-annotate-pure-calls": "^0.4.0",
				"rimraf": "^3.0.0",
				"rollup": "^1.23.1",
				"rollup-plugin-babel": "5.0.0-alpha.0"
			},
			"gitHead": "da88bb4df0de4066597bd34739580d986f67e0f0",
			"_id": "@redux-saga/delay-p@1.1.2",
			"_nodeVersion": "12.7.0",
			"_npmVersion": "lerna/3.17.0/node@v12.7.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ojc+1IoC6OP65Ts5+ZHbEYdrohmIw1j9P7HS9MOJezqMYtCDgpkoqB5enAAZrNtnbSL6gVCWPHaoaTY5KeO0/g==",
				"shasum": "8f515f4b009b05b02a37a7c3d0ca9ddc157bb355",
				"tarball": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.1.2.tgz",
				"fileCount": 5,
				"unpackedSize": 3485,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwd1RCRA9TVsSAnZWagAAkqQP/0ZFl9as+/U6Elr2uyQQ\nlcUzCFiodtWaifvtlFEhP06AwxuV2zhppUDyQfSS88wVVKJhZM1fKQcQKxgP\nIOd4/z8w5IVelM1UZ9ML3zl3QejdpmQUg0SuEkq5835tccPneStzIBqqYoq9\nVoNL2j+bj9i/WU/tSvtznXwP1+8ZR5D5eCpCo30Q58KQqE09ivEAmyCeHdtT\ngpnQYAyUT/QQjLtc5iB8wUDxKxmdM3oUqdRIAljADrOx7cSBF1eluPWhzuIq\n1DvtbJvzWAQp6GPQmJ6B4pC7Ill9emCivOXS6tNDyVmZg2LSk68wTkveLqU+\nWDe2qG8IqJQC1W+83fjQRg9T3BYgcLT31OZSPVz/vHk2ItKpuWF1H8LZ5Y1p\nQcR7Bw+2FP0PwGolVMbqC51kaT8jhr+NDXvnyJInRqgHBu6Z6NmerMYcDj+n\nxgdeUh/3hZ2A8ohbeteYngN0wlM5ThhO83lQXz6D/loFjWsj870k9ugDywfA\nz0Ikl0+PwKDsV4RVEloRG/43aCQoXbtDaJu2bXVXOCx+uMdVi4veCb880xCa\nb2XhJvhUhA/XaHHlw6kbQTOMnj+n0pBb7bEzIynVIEojVAg8touV9VhZqKTQ\nXsSN+8fn7cWcDgUlm8GMNDgvA6jU1lV8GkMG1mCixXdaR1sA6DuVFQg2y2Bf\nYT7b\r\n=9QqJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				},
				{
					"name": "yelouafi",
					"email": "yelouafi@gmail.com"
				}
			],
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/delay-p_1.1.2_1572986192478_0.1908076600464108"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"created": "2018-08-26T20:03:26.070Z",
		"1.0.0-beta.2": "2018-08-26T20:03:26.208Z",
		"modified": "2019-11-05T20:36:35.003Z",
		"1.0.0-beta.3": "2018-10-17T12:11:44.325Z",
		"1.0.0-rc.0": "2018-12-21T17:22:57.110Z",
		"1.0.0": "2019-01-20T12:46:11.844Z",
		"1.0.1": "2019-02-02T08:46:42.930Z",
		"1.1.0": "2019-09-16T19:29:00.857Z",
		"1.1.2": "2019-11-05T20:36:32.587Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.2",
		"beta": "1.0.0-beta.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"dbbba0974e683e1247a1e40f4e941841\"",
			"fetched": 1593324470405
		}
	},
	"_distfiles": {
		"delay-p-1.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0-beta.2.tgz",
			"sha": "5b6ba15c72e5a1178e66148dfd5edd03c0481387",
			"registry": "npmjs"
		},
		"delay-p-1.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0-beta.3.tgz",
			"sha": "8e3aaef6022cad25588c384878b4e84507472fd0",
			"registry": "npmjs"
		},
		"delay-p-1.0.0-rc.0.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0-rc.0.tgz",
			"sha": "ce44f7426e8ad9497c8e87a5877ee4f8a62252a6",
			"registry": "npmjs"
		},
		"delay-p-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.0.tgz",
			"sha": "eefe4213080d517cc2a5429146ba3f44ece3de26",
			"registry": "npmjs"
		},
		"delay-p-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.0.1.tgz",
			"sha": "d69fc6103c7509ae80faa144ea17bbc69e51e029",
			"registry": "npmjs"
		},
		"delay-p-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.1.0.tgz",
			"sha": "4024f979d0f78763d2e90233be8c922781ae4400",
			"registry": "npmjs"
		},
		"delay-p-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.1.2.tgz",
			"sha": "8f515f4b009b05b02a37a7c3d0ca9ddc157bb355",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"delay-p-1.1.2.tgz": {
			"shasum": "8f515f4b009b05b02a37a7c3d0ca9ddc157bb355"
		}
	},
	"_rev": "2-738bd60de9470e4f",
	"_id": "@redux-saga/delay-p",
	"readme": "ERROR: No README data found!"
}