{"_id":"await-sleep","_rev":"1-b970c9c4505050a8049feaa16c89d155","name":"await-sleep","description":"Blocking sleep/delay with async/await","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"await-sleep","version":"0.0.1","description":"Blocking sleep/delay with async/await","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/sqren/await-sleep.git"},"keywords":["sleep","async","await","promise","delay","wait","blocking"],"author":{"name":"Søren Louv","email":"sorenlouv@gmail.com"},"bugs":{"url":"https://github.com/sqren/await-sleep/issues"},"homepage":"https://github.com/sqren/await-sleep#readme","license":"ISC","gitHead":"14492ce9f71ed092ce03ff9a74576f630646efd3","_id":"await-sleep@0.0.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"sqren","email":"sorenlouv@gmail.com"},"dist":{"integrity":"sha512-H3X3eAxwGpeNIk/yvFOs8g7500Q1YvzrxjSC9TNgLGtjrMFxPwhDdcT34QNs2iGWpZ+5WKkMJdjDoYs+Sw+TaA==","shasum":"044532e49f1f4219d2030d79f517d64569a27d50","tarball":"https://registry.npmjs.org/await-sleep/-/await-sleep-0.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWnLnvCgNQb+FHVtYRq47IB+aTl6ETc7KHBFAs8JNlWAIgYZPDUsA7wAML2rfymLMKwiEsY2hvgenNwkUjLWIyICg="}]},"maintainers":[{"name":"sqren","email":"sorenlouv@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/await-sleep-0.0.1.tgz_1502958972920_0.7559358181897551"}}},"readme":"# await-sleep\n\nBlocking delay with async/await\n\n## Installation\n\n```bash\nnpm i --save await-sleep\n```\n\n## Usage\n\n```js\nimport sleep from 'await-sleep'\n\nasync function myAsyncFunction() {\n  console.time('Sleeping');\n\n  await sleep(1500);\n\n  console.timeEnd('Sleeping'); // Sleeping: 1507.180ms\n}\n\n```\n","maintainers":[{"name":"sqren","email":"sorenlouv@gmail.com"}],"time":{"modified":"2022-04-11T16:14:02.571Z","created":"2017-08-17T08:36:13.681Z","0.0.1":"2017-08-17T08:36:13.681Z"},"homepage":"https://github.com/sqren/await-sleep#readme","keywords":["sleep","async","await","promise","delay","wait","blocking"],"repository":{"type":"git","url":"git+https://github.com/sqren/await-sleep.git"},"author":{"name":"Søren Louv","email":"sorenlouv@gmail.com"},"bugs":{"url":"https://github.com/sqren/await-sleep/issues"},"license":"ISC","readmeFilename":"readme.MD"}