{
	"name": "use-latest",
	"versions": {
		"1.0.0": {
			"name": "use-latest",
			"version": "1.0.0",
			"description": "A React helper hook for storing latest value in ref object (updated in useEffect's callback).",
			"main": "./dist/use-latest.cjs.js",
			"module": "./dist/use-latest.esm.js",
			"types": "./types/index.d.ts",
			"scripts": {
				"test": "echo \"Warning: no test specified\" || jest --env=node",
				"prebuild": "rimraf dist types",
				"build": "rollup -c && tsc",
				"preversion": "npm test",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Andarist/use-latest.git"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Andarist/use-latest/issues"
			},
			"homepage": "https://github.com/Andarist/use-latest#readme",
			"peerDependencies": {
				"react": "^16.8.0"
			},
			"devDependencies": {
				"@babel/core": "^7.4.0",
				"@babel/plugin-transform-modules-commonjs": "^7.4.0",
				"@babel/preset-env": "^7.4.2",
				"@babel/preset-typescript": "^7.3.3",
				"@types/react": "^16.8.8",
				"husky": "^1.3.1",
				"jest": "^24.5.0",
				"lint-staged": "^8.1.5",
				"prettier": "^1.16.4",
				"react": "^16.8.5",
				"rimraf": "^2.6.3",
				"rollup": "^1.7.3",
				"rollup-plugin-babel": "^4.3.2",
				"typescript": "^3.3.4000"
			},
			"gitHead": "af61ef4a0f401fa05ca93ae243901fa639abb2b2",
			"_id": "use-latest@1.0.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.8.0",
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"dist": {
				"integrity": "sha512-CxmFi75KTXeTIBlZq3LhJ4Hz98pCaRKZHCpnbiaEHIr5QnuHvH8lKYoluPBt/ik7j/hFVPB8K3WqF6mQvLyQTg==",
				"shasum": "c86d2e4893b15f27def69da574a47136d107facb",
				"tarball": "https://registry.npmjs.org/use-latest/-/use-latest-1.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 2062,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmJ1GCRA9TVsSAnZWagAA8I0P/iaCmafHlgp5Fm90Pf5+\nC0iKw69yu1zbaCdJkhwuw+AgBjtLNLnVWlNq78U3m3S5sPyFqPsA3Bq+xaJW\nFsthJZXppRgRoo824L2zQwPKfGiQs8dXDbbgnUJHvKuNiGnWiqCpm1J2QOej\n8UomWaLYSrtiWu7mgkd684Vc8cSKi8QjoLZUkNhWz/t9NQhbZ0xbdPEQwTDw\n2TqudY6HexjrGeOxEK760HbbPHXYqr9h7dyzjL6RRnHIaWyCJNXDKlgf77d0\nDiNiBPvFbAQ/avHDb9vpqR7Bn+N8Ft+fBLBdAOpXwwPz1VMToA1LuOongqx5\nj/3FsMkwSJURV8QMXcPms40+kZ9TsktU2vFSD8EgKrNPIMJe93PM/UqRMUgn\n2uggRPD2MZ0X2asfIsUgZqbbmyWzTR9z7dqlS8iFk6V7upmgHjLFP65BQbm/\nWYZzwv9+AsA1MMp9GuMb0uSqKCVS4ZTZI9U0WjclLCXTL3RcfQElSNy7D0+/\nlJ2Y95HB7GyQ9p0d50eBC5oSaHPs1QOvuSKQMana+6gAjDcd3002Pf/RcUBE\nWvreAHXGJ5vP9Beb7HnOkKPDrMiFJ8tGprl0ae79YkRI8Y+Vd9cvvxX4zE2y\nkS2PIw+VaJTgnt6XJhbijhuCKEA+vJkiulXTtQVe+sdWSzWgxGIfTAVNDjUa\ngXQI\r\n=g3jI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/use-latest_1.0.0_1553505604749_0.18773799817952574"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "use-latest",
			"version": "1.1.0",
			"description": "A React helper hook for storing latest value in ref object (updated in useEffect's callback).",
			"main": "dist/use-latest.cjs.js",
			"module": "dist/use-latest.esm.js",
			"scripts": {
				"test": "echo \"Warning: no test specified\"",
				"build": "preconstruct build",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/Andarist/use-latest.git"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/Andarist/use-latest/issues"
			},
			"homepage": "https://github.com/Andarist/use-latest#readme",
			"dependencies": {
				"use-isomorphic-layout-effect": "^1.0.0"
			},
			"peerDependencies": {
				"react": "^16.8.0"
			},
			"peerDependenciesMeta": {
				"@types/react": {
					"optional": true
				}
			},
			"devDependencies": {
				"@babel/core": "^7.10.4",
				"@babel/preset-env": "^7.10.4",
				"@babel/preset-typescript": "^7.10.4",
				"@preconstruct/cli": "^1.1.14",
				"@types/react": "^16.9.41",
				"husky": "^4.2.5",
				"lint-staged": "^10.2.11",
				"prettier": "^2.0.5",
				"react": "^16.13.1",
				"typescript": "^3.9.5"
			},
			"gitHead": "f9e2dc926f60fe9ceb4455fe053bf442c33f0888",
			"_id": "use-latest@1.1.0",
			"_nodeVersion": "12.18.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-gF04d0ZMV3AMB8Q7HtfkAWe+oq1tFXP6dZKwBHQF5nVXtGsh2oAYeeqma5ZzxtlpOcW8Ro/tLcfmEodjDeqtuw==",
				"shasum": "7bf9684555869c3f5f37e10d0884c8accf4d3aa6",
				"tarball": "https://registry.npmjs.org/use-latest/-/use-latest-1.1.0.tgz",
				"fileCount": 8,
				"unpackedSize": 3011,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+0OpCRA9TVsSAnZWagAAwYIQAJQbExFOleuHzCQNsBr+\nargwhVo6kaZC1vyjLond0oRuE3BuGjx+S9px41lyYWsQihdV442K/CMQEkDU\nlnnLiMCD0v6inbrGR9Q5XnX033AzBh3BQq4PIGmYDAZg7ZoGiuG36ghV11MD\nOmUf8xhOuBSFpsizbfl8atkGPg0SJC11jC9Mq30MF4thNB2GDqDAqCIauyXe\ntqHrBReZ4hg8ZLnc4W9rmZQMp+CP+f1tiQTR5o6S4C1s8wUNR725wDWhpeV2\n7r9xpfGpwvTXJ0a6RJ34wCetKfocWQE9hBl9uEoLX4F8StZ/B459qf3ovXN+\niV6H4EiLa03UTl/y0QVzuFbj5KDfPgUs03XTVDyiuf6LKadkFRcidhmFR2rd\nlbYQaxmVkShL2/2XE6UYv/dNA126WXi+8qEJDaoG5PCpyg98AqxauEMVoZbR\n00c31reFK0dr4JtV8VtexuTk1g8eZQ1uAhP5zVnCRdt+rvExO3HZK4ylaFOu\nFh0MYtNhQC81UxLCR3RWozdtY/fObW1mGxmtGZEiK991uwxAdCPghOrdGDLW\nZ4edclDjoF/arCPvU+vyGFraXlDu5Rv7+JHiKXE3BTvXjxI/gD4l+pjWaJ2K\n4G2QmPspBxyan9jG2d/GBgg7ZMYSgQb4y4ea29HuYs278oKTejCPJq2PQFAP\nKPqL\r\n=8MT7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "andarist",
					"email": "mateuszburzynski@gmail.com"
				}
			],
			"_npmUser": {
				"name": "andarist",
				"email": "mateuszburzynski@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/use-latest_1.1.0_1593525161326_0.5626557788372195"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2019-03-25T09:20:04.748Z",
		"1.0.0": "2019-03-25T09:20:04.836Z",
		"modified": "2020-06-30T13:52:43.923Z",
		"1.1.0": "2020-06-30T13:52:41.414Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"8c0b9071b37a5453877c9803204bdcbb\"",
			"fetched": 1600679312765
		}
	},
	"_distfiles": {
		"use-latest-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/use-latest/-/use-latest-1.0.0.tgz",
			"sha": "c86d2e4893b15f27def69da574a47136d107facb",
			"registry": "npmjs"
		},
		"use-latest-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/use-latest/-/use-latest-1.1.0.tgz",
			"sha": "7bf9684555869c3f5f37e10d0884c8accf4d3aa6",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"use-latest-1.1.0.tgz": {
			"shasum": "7bf9684555869c3f5f37e10d0884c8accf4d3aa6"
		}
	},
	"_rev": "2-3115fddc0d427cad",
	"_id": "use-latest",
	"readme": "# use-latest\n\nA React helper hook for storing latest value in ref object (updated in useEffect's callback)."
}