{
	"name": "wait-file",
	"versions": {
		"1.0.0": {
			"name": "wait-file",
			"version": "1.0.0",
			"main": "dist/index.js",
			"umd:main": "dist/wait-file.umd.production.js",
			"module": "dist/wait-file.es.production.js",
			"typings": "dist/index.d.ts",
			"scripts": {
				"start": "tsdx watch",
				"build": "tsdx build --target node",
				"publish": "yarn build && yarn publish",
				"test": "tsdx test"
			},
			"peerDependencies": {},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"prettier": {
				"printWidth": 80,
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"devDependencies": {
				"@types/fs-extra": "^7.0.0",
				"@types/hapi__joi": "^15.0.1",
				"@types/jest": "^24.0.13",
				"@types/rx": "^4.1.1",
				"@types/temp": "^0.8.34",
				"husky": "^2.3.0",
				"prettier": "^1.17.1",
				"pretty-quick": "^1.11.0",
				"temp": "^0.9.0",
				"tsdx": "^0.5.12",
				"tslib": "^1.9.3",
				"typescript": "^3.4.5"
			},
			"dependencies": {
				"@hapi/joi": "^15.0.3",
				"fs-extra": "^8.0.1",
				"rx": "^4.1.0"
			},
			"description": "Wait for file resource(s) to become available in NodeJS.",
			"_id": "wait-file@1.0.0",
			"dist": {
				"shasum": "5a3b7c7cb824e251a9ab9887f9c0b17b13cb80bc",
				"integrity": "sha512-ua1brVmnvqxi8VSto9nS5nI5+AGm4WPngs4+ZFhEDqwEsccnCw4dY9Z4e+5WsFgxyB2ftt7Hw+LqKuumuIZ8bg==",
				"tarball": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.0.tgz",
				"fileCount": 16,
				"unpackedSize": 68808,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7rXFCRA9TVsSAnZWagAAbqkP/1pS1xkuJQhLqBmkK169\n427AdiTf2pTB+zmqh1YePccdId9846nvkSg7qfdoF9CUqYZNt1zMvbCKei6l\nUERtEpLL18/yeczLv/2f5wA4V7BqbKOe9HvWwahyrhU4Oam7K8pbBfIFFkJz\nl3yKN7FrlphrnvIk2+QOslABjNFM0s6Q7pn6cnIGcvK/jPPA8eFtOP+e1OqU\n4THw8112ZdsRl+udv3+gdRjIVY8vr4lDytl1QPwkw1B4x0vU/fnZo5Vf7g9S\ndlwOiCadxCF8RWs6Fqh2ALI1Wropsut+USk9TkluN9VO3RP944MhVyS4E8K/\n2C0x1GtzgFV0F4WrlghSO23ztHo4YDVJFPgmEaN+GI+NGFMRxbBd55m+ni+r\nPYnuN4lv6L67mv72ho9LnGy2fykLOr6LSaK/Z46hKNTu1Yy5V5Wu+LT+KUNf\nYoXQunb+6HS8K4jXjBzUm+AWfPXE73c7WXsn4AqbAZZDhIvN4gdxh8h2WXIE\n1u/O5IsqbdLNuAXtbycWq3Z4P3QXDWRMq6Q41N062W2N9toumrCfSoAgrHd/\n3hkjxCm59e/HIoktBptB9fq2BmzWm3P/tbPZo31+i4/d/Ob1pA0Kf80b3KjM\n9CfX8eQfRvdYsH0ebNWom7WtjvU2K6cqWFol4clEbSbm42jeQb4jZlxXeXmg\nNdHQ\r\n=wqsy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "endiliey",
					"email": "endiliey@gmail.com"
				}
			],
			"_npmUser": {
				"name": "endiliey",
				"email": "endiliey@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/wait-file_1.0.0_1559147972340_0.8311997409988727"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.1": {
			"name": "wait-file",
			"version": "1.0.1",
			"main": "dist/index.js",
			"umd:main": "dist/wait-file.umd.production.js",
			"module": "dist/wait-file.es.production.js",
			"typings": "dist/index.d.ts",
			"scripts": {
				"start": "tsdx watch",
				"build": "tsdx build --target node",
				"prepublish": "yarn build",
				"test": "tsdx test"
			},
			"peerDependencies": {},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"prettier": {
				"printWidth": 80,
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"devDependencies": {
				"@types/fs-extra": "^7.0.0",
				"@types/hapi__joi": "^15.0.1",
				"@types/jest": "^24.0.13",
				"@types/rx": "^4.1.1",
				"@types/temp": "^0.8.34",
				"husky": "^2.3.0",
				"prettier": "^1.17.1",
				"pretty-quick": "^1.11.0",
				"temp": "^0.9.0",
				"tsdx": "^0.5.12",
				"tslib": "^1.9.3",
				"typescript": "^3.4.5"
			},
			"dependencies": {
				"@hapi/joi": "^15.0.3",
				"fs-extra": "^8.0.1",
				"rx": "^4.1.0"
			},
			"description": "Wait for file resource(s) to become available in Node.js.",
			"_id": "wait-file@1.0.1",
			"dist": {
				"shasum": "8b9a7479e4bc1d518e516789796ad2d963ab9a95",
				"integrity": "sha512-A/5EGp+9LshI6dv8Vq3vLVCk30H2komd1iNhddS9MDUr15l5rQJup/oLNRVNv3bH9h/vKUwEilL/vDrt6OIJcQ==",
				"tarball": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.1.tgz",
				"fileCount": 16,
				"unpackedSize": 67829,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7zR8CRA9TVsSAnZWagAAtdAP/iooZqYnPhEfKHYdCQjn\nc5L5B9tuyGE135+4TK2y0hLuzi2Pb0gNSKX8+k1W6Ce6a3Oq4VUVvS27N+mI\nMmW1cfPu40cmoKDcroZh3xEtkM6yOcoH+Z4A/zT9OloONSnm8C28lZpVObKr\nSWF81VB5qPpMZVizzACBDkwHbtUaYbC5VUpLbVsjSBF7DHTKxrRT/IRdEEcY\nyuZs0ZflnWdUqHIMmIqef1ZrKqhgtO+1/Yk5p9d904h/IhAm0XrxAg5D9vqn\n00zAyTxNQCW/2DYojV3JbgjzroMKjwFB4laG5SM2mo9JNZiD7BBWYAwaSzLq\nrFXesloUIB2b346FBNO5J/nHhM+n9o+1gJUcl+51yS9qe07Jpd7VMVv0FotA\nvkXIkO0NZVFSn5ws4waAKv6C1hr3XjOuuJyzVpQPe+uCreIERt3WWdtnOiV4\nVsiJ3m8Hgu6uE7f0+Z9nf3mJM9aSJ1YxWGXYD8Dr5+bwdlh7PxDm+bcCyZTo\nsZsdOZ2Hj13KQAxVwg+rgWZZYdcW8l9qe08RELZ/knxRyP7XnBuufRYbmOCS\nMjtIwOQCQjxfl9Pjqx0kyNGEv7GKTIQO1sBClYAlhYnP/0hIp4jNCryyvNw6\nsjzl9hYmqhGs6U5NtjTpQ1N3Z6bZsdedABJrp+CeIGzAkGt4QPVr9WwTGbyA\ndt5Z\r\n=nMY6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "endiliey",
					"email": "endiliey@gmail.com"
				}
			],
			"_npmUser": {
				"name": "endiliey",
				"email": "endiliey@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/wait-file_1.0.1_1559180411729_0.7033651573443775"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.2": {
			"name": "wait-file",
			"version": "1.0.2",
			"main": "dist/index.js",
			"module": "dist/wait-file.es.production.js",
			"typings": "dist/index.d.ts",
			"scripts": {
				"start": "tsdx watch",
				"build": "tsdx build --target node",
				"prepublish": "yarn build",
				"test": "tsdx test"
			},
			"peerDependencies": {},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"prettier": {
				"printWidth": 80,
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"devDependencies": {
				"@types/fs-extra": "^8.0.0",
				"@types/hapi__joi": "^15.0.2",
				"@types/jest": "^24.0.15",
				"@types/rx": "^4.1.1",
				"@types/temp": "^0.8.34",
				"husky": "^2.3.0",
				"prettier": "^1.17.1",
				"pretty-quick": "^1.11.0",
				"temp": "^0.9.0",
				"tsdx": "^0.7.2",
				"tslib": "^1.9.3",
				"typescript": "^3.5.3"
			},
			"dependencies": {
				"@hapi/joi": "^15.1.0",
				"fs-extra": "^8.1.0",
				"rx": "^4.1.0"
			},
			"description": "Wait for file resource(s) to become available in Node.js.",
			"_id": "wait-file@1.0.2",
			"dist": {
				"shasum": "e8699bddc1fc7a14f1f08cd0868a24bb0f6e3852",
				"integrity": "sha512-d0KOoA1f/Ec5ZKyDJhYvXqU00bfj2aL3sXoOeg77KVQpR2b3cEgFRUpl7fUFgPgZotniXsWFr6oLiF+p29qPgg==",
				"tarball": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.2.tgz",
				"fileCount": 20,
				"unpackedSize": 93710,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKw8CCRA9TVsSAnZWagAATDwP/31vYKU3IseM/QPmIOaQ\n4H+6EmFmT2TnkHG94oaW+AIBVCclPG2oz3pi2I0PvMBAM+civBf7UoX0SsIV\n+r8aRDOPXxRqOs81dit4JD4eabYqbfEPMu2jePiGXZmfWvuUtJ/g8K7wKC9N\nn1DnhzE9bMIq18X0AS1Srf1CLpmD7BY5i4Y/IAQhbpfB4ORo1JYeOG4EOnph\nFjve5LLdHDqjM/JFyhIEFVOLh/4cH7JZtN0eykpSAJX4GF3EDWeQiGuhGTul\nWsdVKxHw/QRojibursJoo/ybZxWBpOjrDX++mqAkSCaM/LfQNw1DEY7iRCXV\nPFckTKByIhGKBi8g65vN/zrJtXTC51djP2YxHYpz9rGDrFoBP3wVKYFHla+t\n9OBFDyRqf8rPf8uz5mt/lQu9OZaovr9x1K1tz2tn95jNsLT5qe/fOdRnchLC\n7em7NdZNYGq+O8CqXCJv2ypl+pbNJ4zjCGD1CWGzYJK317iheIveGIzzwYy7\nthC9yTbFcMr8P/gqdeVNZ6i8SjxUxQvQbQsCk+IgZViFYoN0aTEslcfQJsnu\ncs7UfeUjqZrxjPoGHXtudCOh9GDCe9iHMrxHDHtRPaLEnOvJjt/SGM7jrOYB\niob9rFk/2DadTu0eW/jSFVCvlNgCn7tU3C6Hr2ePUJgj/3AHt5E/CVV4RRbY\nWT4y\r\n=fJlG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "endiliey",
					"email": "endiliey@gmail.com"
				}
			],
			"_npmUser": {
				"name": "endiliey",
				"email": "endiliey@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/wait-file_1.0.2_1563102977642_0.3416606513417937"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.3": {
			"name": "wait-file",
			"version": "1.0.3",
			"main": "dist/index.js",
			"module": "dist/wait-file.es.production.js",
			"typings": "dist/index.d.ts",
			"keywords": [
				"wait",
				"wait file",
				"file polling"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/endiliey/wait-file.git"
			},
			"scripts": {
				"start": "tsdx watch",
				"build": "tsdx build --target node",
				"prepublish": "yarn build",
				"test": "tsdx test"
			},
			"peerDependencies": {},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"prettier": {
				"printWidth": 80,
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"devDependencies": {
				"@types/fs-extra": "^8.0.0",
				"@types/hapi__joi": "^15.0.2",
				"@types/jest": "^24.0.15",
				"@types/rx": "^4.1.1",
				"@types/temp": "^0.8.34",
				"husky": "^2.3.0",
				"prettier": "^1.17.1",
				"pretty-quick": "^1.11.0",
				"temp": "^0.9.0",
				"tsdx": "^0.7.2",
				"tslib": "^1.9.3",
				"typescript": "^3.5.3"
			},
			"dependencies": {
				"@hapi/joi": "^15.1.0",
				"fs-extra": "^8.1.0",
				"rx": "^4.1.0"
			},
			"gitHead": "a044ca1c95eaf99dedb2f91804659a323dda6db2",
			"description": "Wait for file resource(s) to become available in Node.js.",
			"bugs": {
				"url": "https://github.com/endiliey/wait-file/issues"
			},
			"homepage": "https://github.com/endiliey/wait-file#readme",
			"_id": "wait-file@1.0.3",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-VW0YDpT7WrkPQ23EgsiHxQB2nTC3evlcJs6ve8XqbCL9K/QDZz+yb2IyZx3hb6vg+fbFFVZgd7FSystWw0dj8g==",
				"shasum": "ff160e86afe73adf928863a0d2d0e56c23dec476",
				"tarball": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.3.tgz",
				"fileCount": 18,
				"unpackedSize": 95130,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN+/QCRA9TVsSAnZWagAAtn4P/2ypcqIsHjGv3cXmHYvn\nXnK2hcDmvnQs4BIddgdiiFQCjS/u32wnC0feJo9DiigCAxBOxRk5qEXCAdwR\nSqMjtsErLtKHrWmVkDlYRRt7ipzSegIcj67WIokSeV/EMija1VLougyYM7FT\nhlyMo/Phz6QLmUBtnK6UtnFnVSy4L0cZjl6MHgsRURkl+5D1Hqc4Jmyip2lV\nhV/geK/Qa32y8hMPa6BSNR2sNZJM2mMZgBpRUUn4Mni/qKUyVtQtLWAxsiSm\nTKHQ2gDw+ZXiMS3pWMk6SShcjTjtjT5E0CdDNySGrvi6zsNN8QL4twCawoDW\ne3fUGw/S6ue2boAf5weqsiuMwzpAtqy9+j+HqSIWhbC3YYt0WkQ67pS66VPf\nPZ8yzTgXViLIkplwxWdG04UzZfL1oTjAxYhUOFoqb/FqUsHKfMOd+XXPQR7G\n5UfOEVCtpXh/QFAdI970e/WEIJiUjfgbKtujw82PRjg1Qoy+qWPk1igVKNzF\nzFij4O59dpHpdSxjA5IRSlnwZ6zx3GN/DEJOFcdlqkMplRvRuXkPR0Ry72os\ngNTI91n9S2X2kwqvIOGE0jlQMFEwYdZibisr0wZkO+qFmI/fAolx6Vh3Ongk\nR65IlFVpJa3U+pqsX/JYVblJVGyoe04fY7kZmZs1cKgjhFVI83X6FC6QDHaW\nct1t\r\n=KrfQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "endiliey",
					"email": "endiliey@gmail.com"
				}
			],
			"_npmUser": {
				"name": "endiliey",
				"email": "endiliey@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/wait-file_1.0.3_1563946959461_0.29517617040486854"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.4": {
			"name": "wait-file",
			"version": "1.0.4",
			"main": "dist/index.js",
			"module": "dist/wait-file.es.production.js",
			"typings": "dist/index.d.ts",
			"keywords": [
				"wait",
				"wait file",
				"file polling"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/endiliey/wait-file.git"
			},
			"scripts": {
				"start": "tsdx watch",
				"build": "tsdx build --target node",
				"prepublish": "yarn build",
				"test": "tsdx test"
			},
			"peerDependencies": {},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"prettier": {
				"printWidth": 80,
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"devDependencies": {
				"@types/fs-extra": "^8.0.0",
				"@types/hapi__joi": "^15.0.2",
				"@types/jest": "^24.0.15",
				"@types/rx": "^4.1.1",
				"@types/temp": "^0.8.34",
				"husky": "^2.3.0",
				"prettier": "^1.17.1",
				"pretty-quick": "^1.11.0",
				"temp": "^0.9.0",
				"tsdx": "^0.7.2",
				"tslib": "^1.9.3",
				"typescript": "^3.5.3"
			},
			"dependencies": {
				"@hapi/joi": "^15.1.0",
				"fs-extra": "^8.1.0",
				"rx": "^4.1.0"
			},
			"description": "Wait for file resource(s) to become available in Node.js.",
			"licenseText": "MIT License\n\nCopyright (c) 2019 Endilie Yacop Sucipto\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"license": "MIT",
			"_id": "wait-file@1.0.4",
			"dist": {
				"shasum": "80320eff2dc00f179b9b2f482cc9885094d63f84",
				"integrity": "sha512-OO5jZ+bfBM6jDaLqGfWa7a00KyW2Ksyj1Ko5k7jw/RsvO/7mioPAkb/xfqYHPYM6h1gkQ7A8hVq5mxYUGfWQxA==",
				"tarball": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.4.tgz",
				"fileCount": 21,
				"unpackedSize": 96208,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlgZACRA9TVsSAnZWagAAzEgP+wW35Bj/3m693wYmBtwb\nMc18ZvLSxnV1mmknDOX7uCaBAhqeDgWvd6jjvURUgJkuIgRHYteVBNU97HMr\nTmxPO9Qaqx5tHQ1oiplkRcBWcA5C4qwZCY+qk93Pna7L6PzkzNk0JQY5Ancf\nnAAygtJBGzMpA6gr9ovHeIxam1lxFGbGMYXcSlrBjbeUFXFtMYweqdz4YBhW\nSRjoXXJcInFdfqLt/bqddG3xHo73OOBaClajD48GbIooG9C0R4KhA6hSPQVT\nBKrkoPrZGGVkccgyCgZQMMZ5gpcD1tq+IKB+weKGN5nFa/B/eaT9i0O3Jixu\ntk9fSONj9QgYSqAVfy2hdxT0+7mAMmPicgkzZ1mvwqWUxeAJr7cl/sswR6Ck\nzO9Q6cq8GPqV36Gv+dh2RAEKhEyOjkGpDXvd3/+C5UZ3C4vrelsMEF8p+pFJ\nkBVq1EtN6NsjpvrUWf2Qm6Y8W6vrTSDVn3m6fWSxcR1WmxrxDsPi3bWlohlF\nFTAHWTSY/hriZjQ5+h/Yx6MBrg40xIHOgJZr06IZNmvzMy/lyNbS3jy9n+nr\nShIzr7K8fiVKFmChBt/vqZv+KybTC0sEf/lBcxntJUiMbcyAAbSU8iS0Xb8r\nPWKVapuxxcVyoRM2J+rX0OfdPwkzl7WF2MYVIk3ykPhwH+/TXUTPWk9GmBp7\nAN2N\r\n=rJsZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "endiliey",
					"email": "endiliey@gmail.com"
				}
			],
			"_npmUser": {
				"name": "endiliey",
				"email": "endiliey@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/wait-file_1.0.4_1570113088098_0.6772087395517743"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.5": {
			"name": "wait-file",
			"version": "1.0.5",
			"main": "dist/index.js",
			"module": "dist/wait-file.es.production.js",
			"typings": "dist/index.d.ts",
			"keywords": [
				"wait",
				"wait file",
				"file polling"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/endiliey/wait-file.git"
			},
			"scripts": {
				"start": "tsdx watch",
				"build": "tsdx build --target node",
				"prepublish": "yarn build",
				"test": "tsdx test"
			},
			"peerDependencies": {},
			"husky": {
				"hooks": {
					"pre-commit": "pretty-quick --staged"
				}
			},
			"prettier": {
				"printWidth": 80,
				"semi": true,
				"singleQuote": true,
				"trailingComma": "es5"
			},
			"devDependencies": {
				"@types/fs-extra": "^8.0.0",
				"@types/hapi__joi": "^15.0.2",
				"@types/jest": "^24.0.15",
				"@types/rx": "^4.1.1",
				"@types/temp": "^0.8.34",
				"husky": "^2.3.0",
				"prettier": "^1.17.1",
				"pretty-quick": "^1.11.0",
				"temp": "^0.9.0",
				"tsdx": "^0.9.3",
				"tslib": "^1.9.3",
				"typescript": "^3.5.3"
			},
			"dependencies": {
				"@hapi/joi": "^15.1.0",
				"fs-extra": "^8.1.0",
				"rx": "^4.1.0"
			},
			"description": "Wait for file resource(s) to become available in Node.js.",
			"licenseText": "MIT License\n\nCopyright (c) 2019 Endilie Yacop Sucipto\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"license": "MIT",
			"_id": "wait-file@1.0.5",
			"dist": {
				"shasum": "377f48795f1765046a41bb0671c142ef8e509ae6",
				"integrity": "sha512-udLpJY/eOxlrMm3+XD1RLuF2oT9B7J7wiyR5/9xrvQymS6YR6trWvVhzOldHrVbLwyiRmLj9fcvsjzpSXeZHkw==",
				"tarball": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.5.tgz",
				"fileCount": 13,
				"unpackedSize": 46916,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlg0NCRA9TVsSAnZWagAA9qgP/0cDfboXI2Cb9JCKEyIF\nCqxnKHrwmvUCxehv6Zx9VNs8WQYBe1XsgfCsGzTXnwD+H6XpgqkEZ5KYT8pp\nD+hUyFrkrNQl5TiHswpP/dTkaV3hb7LLHWQkjhHGko+VL/D+KkE5Wma1C2ts\nH+sijnA4PSSDID5GNgRvdWr3qxmbcQMw7VFkWaUhlxd8qAJU36pbmjs1vLER\nwlrGkT6+725iB85r4KgywOZzQHQ52waseN49BKi3Xo+UfBwKHI9kvmRjhiBl\ndWbCdXqaAHAbUL34CARfS0xrpFc/6THw2VyxXB+bfbKNApKKHnKpKoKHpH1f\nZqE2jHC/MS9PJ13L/xzjDWu6Bpp2ecYBpH5ICy36vwgGExGgdMZpSDwu8J40\njA/F6AGxNN2Bd8Boidx6v3uRAT3jxzLqs+4jt9VaHxZ7XIfFmmwLglxxECfg\n8pHNAwTwQwSB1hDWGcQFWpxbOUIV4wa3KG/hx6LOa2TS4ygKTvOwACtf7VOI\nPssSYqQ26MifFLLBB0Mvui6xZKVoK6YRJWOaqXnbH+L/SVKy6EtzZh8kBLaJ\nCQi+GuYZ1F/i3UNehOJFIK2vBvZhCn2hNggKkZVYVsSkFE9qZIyaFuc4sold\n3aFFU0Ssu3rcotJ/bys80Da4Tkj1azGYIZy3OoBOIRrykbjGVXqMotY2oYte\nxIVj\r\n=K45e\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "endiliey",
					"email": "endiliey@gmail.com"
				}
			],
			"_npmUser": {
				"name": "endiliey",
				"email": "endiliey@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/wait-file_1.0.5_1570114828640_0.053870399453583184"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2019-05-29T16:39:32.339Z",
		"1.0.0": "2019-05-29T16:39:32.502Z",
		"modified": "2019-10-03T15:00:31.375Z",
		"1.0.1": "2019-05-30T01:40:11.985Z",
		"1.0.2": "2019-07-14T11:16:17.829Z",
		"1.0.3": "2019-07-24T05:42:39.619Z",
		"1.0.4": "2019-10-03T14:31:28.236Z",
		"1.0.5": "2019-10-03T15:00:28.887Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.5"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"98adc823194f7a5eb49cdb8604e8de61\"",
			"fetched": 1600679286878
		}
	},
	"_distfiles": {
		"wait-file-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.0.tgz",
			"sha": "5a3b7c7cb824e251a9ab9887f9c0b17b13cb80bc",
			"registry": "npmjs"
		},
		"wait-file-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.1.tgz",
			"sha": "8b9a7479e4bc1d518e516789796ad2d963ab9a95",
			"registry": "npmjs"
		},
		"wait-file-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.2.tgz",
			"sha": "e8699bddc1fc7a14f1f08cd0868a24bb0f6e3852",
			"registry": "npmjs"
		},
		"wait-file-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.3.tgz",
			"sha": "ff160e86afe73adf928863a0d2d0e56c23dec476",
			"registry": "npmjs"
		},
		"wait-file-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.4.tgz",
			"sha": "80320eff2dc00f179b9b2f482cc9885094d63f84",
			"registry": "npmjs"
		},
		"wait-file-1.0.5.tgz": {
			"url": "https://registry.npmjs.org/wait-file/-/wait-file-1.0.5.tgz",
			"sha": "377f48795f1765046a41bb0671c142ef8e509ae6",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"wait-file-1.0.5.tgz": {
			"shasum": "377f48795f1765046a41bb0671c142ef8e509ae6"
		}
	},
	"_rev": "2-e4b5f7f17c9d4f57",
	"_id": "wait-file",
	"readme": "# Wait-file\n\nWait for file resource(s) to become available in Node.js.\n\n[![Build Status](https://travis-ci.com/endiliey/wait-file.svg?branch=master)](https://travis-ci.com/endiliey/wait-file)\n\n## Installation\n\n```bash\nnpm install wait-file\n```\n\n### Node.js API usage\n\nwaitFile(opts, [cb]) - function which triggers resource checks\n\n- opts - see below example\n- cb(err) - if err is provided then, resource checks did not succeed\n\nRequires Node.js v8+\n\n```javascript\nconst { waitFile } = require('wait-file');\nconst opts = {\n  resources: ['file1', '/path/to/file2'],\n  delay: 0, // initial delay in ms, default 0ms\n  interval: 100, // poll interval in ms, default 250ms\n  log: false, // outputs to stdout, remaining resources waited on and when complete or errored, default false\n  reverse: false, // resources being NOT available, default false\n  timeout: 30000, // timeout in ms, default Infinity\n  verbose: false, // optional flag which outputs debug output, default false\n  window: 1000, // stabilization time in ms, default 750ms\n};\n\n// Usage with callback function\nwaitFile(opts, function(err) {\n  if (err) {\n    return console.error(err);\n  }\n  // once here, all resources are available\n});\n\n// Usage with promises\nwaitFile(opts)\n  .then(function() {\n    // once here, all resources are available\n  })\n  .catch(function(err) {\n    console.error(err);\n  });\n\n// Usage with async await\ntry {\n  await waitFile(opts);\n  // once here, all resources are available\n} catch (err) {\n  console.error(err);\n}\n```"
}