{ "_from": "sleep", "_id": "sleep@6.3.0", "_inBundle": false, "_integrity": "sha512-+WgYl951qdUlb1iS97UvQ01pkauoBK9ML9I/CMPg41v0Ze4EyMlTgFTDDo32iYj98IYqxIjDMRd+L71lawFfpQ==", "_location": "/sleep", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "sleep", "name": "sleep", "escapedName": "sleep", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/sleep/-/sleep-6.3.0.tgz", "_shasum": "c524e0e6d8d2e45d3f14e0ba5650fbe45f2ae876", "_spec": "sleep", "_where": "/Users/adgundersen/Documents/Crimata/nodeaudio", "author": { "name": "Erik Dubbelboer", "email": "erik@dubbelboer.com" }, "bugs": { "url": "https://github.com/erikdubbelboer/node-sleep/issues" }, "bundleDependencies": false, "dependencies": { "nan": "^2.14.1" }, "deprecated": false, "description": "Add sleep() and usleep() to nodejs", "devDependencies": { "mocha": "^8.0.1" }, "engines": { "node": ">=0.8.0" }, "gypfile": true, "homepage": "http://github.com/erikdubbelboer/node-sleep", "keywords": [ "sleep", "usleep" ], "license": "MIT", "main": "index.js", "name": "sleep", "repository": { "type": "git", "url": "git+https://github.com/erikdubbelboer/node-sleep.git" }, "scripts": { "install": "node-gyp rebuild", "test": "mocha" }, "version": "6.3.0" }