{"_id":"@ameganix/sleep","_rev":"2-62043deeb78e56cf964c02aaac36d7f3","name":"@ameganix/sleep","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"@ameganix/sleep","version":"1.0.0","description":"Interrupts execution for the specified number of ms","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["sleep"],"author":{"name":"Kuziukov Aleksei"},"license":"ISC","_id":"@ameganix/sleep@1.0.0","_nodeVersion":"18.18.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-qEoPxUu3eZhqG9hGpO4SwtDUX6Kk+2OS8svYgPoYPEPVnH1EoxaKCw5BGixNZCjCMUpf/m7qYaoHdBu+9kjEHg==","shasum":"933f4382e3ff5e27f3db8dd58bcb9e31ea31032a","tarball":"https://registry.npmjs.org/@ameganix/sleep/-/sleep-1.0.0.tgz","fileCount":3,"unpackedSize":688,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUuy4IcBlieAPcT3QhAtf9GrT5izZfVoHR8uE1HsPjdgIgCM/5ZJMhpTDGV/gY9RlUxKWc9r3HOFxlvhkL954eqVw="}]},"_npmUser":{"name":"ameganix","email":"ameganix1@gmail.com"},"directories":{},"maintainers":[{"name":"ameganix","email":"ameganix1@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sleep_1.0.0_1703146456420_0.6633013754787858"},"_hasShrinkwrap":false},"1.0.1":{"name":"@ameganix/sleep","version":"1.0.1","description":"Interrupts execution for the specified number of ms","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["sleep"],"author":{"name":"Kuziukov Aleksei"},"license":"ISC","_id":"@ameganix/sleep@1.0.1","_nodeVersion":"18.18.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-2TaGCowhzh+9QxfjVOBBHiLuGHAgNKO+/cxXElSdOi1jNq2F+Lf7TYXhrbS++oDivfurmdrE9ZB06smL1SfAJQ==","shasum":"2c811c993fa5f690be17c88c3bd7ec1a4f5d27b6","tarball":"https://registry.npmjs.org/@ameganix/sleep/-/sleep-1.0.1.tgz","fileCount":3,"unpackedSize":690,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6pUoCV0ujRkWor/Ezhw2kCAN6t1sYS12PWYWIcDoUDAIgTWlHnDwAY0WmqWJGybJIkZ9dkQj5dsHdpmtpi0ocTl4="}]},"_npmUser":{"name":"ameganix","email":"ameganix1@gmail.com"},"directories":{},"maintainers":[{"name":"ameganix","email":"ameganix1@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sleep_1.0.1_1703146542305_0.4930042038679714"},"_hasShrinkwrap":false},"1.0.2":{"name":"@ameganix/sleep","version":"1.0.2","description":"Interrupts execution for the specified number of ms","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["sleep"],"author":{"name":"Kuziukov Aleksei"},"license":"ISC","_id":"@ameganix/sleep@1.0.2","_nodeVersion":"18.18.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-0lKUDjHLIGuO3hqNIEUHFCIHPCjLgkOqMC9+ISIDLeyB3HbFLbtYTxkeMyje4vrQOrmdhvjqiliWcRUmTMUftQ==","shasum":"bcfa9ddb766de015ae0efd234177ed6fabc9e03d","tarball":"https://registry.npmjs.org/@ameganix/sleep/-/sleep-1.0.2.tgz","fileCount":3,"unpackedSize":1016,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFmba/JPs6z3eVO3qR+Dq/CoEeLvXmcu6dg/8VdFsXzAAiEA8FmrXXdhk3rzcUGU5HkDQlAHOnylA3K5kB222ZntdkI="}]},"_npmUser":{"name":"ameganix","email":"ameganix1@gmail.com"},"directories":{},"maintainers":[{"name":"ameganix","email":"ameganix1@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sleep_1.0.2_1703147048512_0.49853557031851836"},"_hasShrinkwrap":false}},"time":{"created":"2023-12-21T08:14:16.291Z","1.0.0":"2023-12-21T08:14:16.619Z","modified":"2023-12-21T08:24:08.838Z","1.0.1":"2023-12-21T08:15:42.484Z","1.0.2":"2023-12-21T08:24:08.670Z"},"maintainers":[{"name":"ameganix","email":"ameganix1@gmail.com"}],"description":"Interrupts execution for the specified number of ms","keywords":["sleep"],"author":{"name":"Kuziukov Aleksei"},"license":"ISC","readme":"# Sleep\nInterrupts execution for the specified number of ms\n\n## Installing\n\n### Package manager\n\nUsing npm:\n\n```bash\n$ npm install @ameganix/sleep\n```\n\nUsing yarn:\n\n```bash\n$ yarn add @ameganix/sleep\n```\n\nOnce the package is installed, you can import the function using `require` approach:\n\n```js\nconst sleep = require('@ameganix/sleep');\n```\n\n## Example\n\n```js\nawait sleep(1000);\n```\n","readmeFilename":"README.md"}