{ "_args": [ [ "deasync@0.1.21", "D:\\jenkins\\workspace\\artfess-module" ] ], "_development": true, "_from": "deasync@0.1.21", "_id": "deasync@0.1.21", "_inBundle": false, "_integrity": "sha1-uxHqvURmwNh3bw2C3rimEmRg0w8=", "_location": "/deasync", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "deasync@0.1.21", "name": "deasync", "escapedName": "deasync", "rawSpec": "0.1.21", "saveSpec": null, "fetchSpec": "0.1.21" }, "_requiredBy": [ "/vue-jest" ], "_resolved": "https://r.cnpmjs.org/deasync/download/deasync-0.1.21.tgz", "_spec": "0.1.21", "_where": "D:\\jenkins\\workspace\\artfess-module", "author": { "name": "Vladimir Kurchatkin", "email": "vladimir.kurchatkin@gmail.com" }, "bugs": { "url": "https://github.com/abbr/deasync/issues" }, "contributors": [ { "name": "Fred Wen", "email": "wenfred@gmail.com", "url": "https://github.com/abbr" } ], "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^1.7.1" }, "description": "Turns async function into sync via JavaScript wrapper of Node event loop", "devDependencies": { "require-directory": "^2.1.1" }, "engines": { "node": ">=0.11.0" }, "homepage": "https://github.com/abbr/deasync", "keywords": [ "async", "sync", "sleep", "async wrapper" ], "license": "MIT", "main": "index.js", "name": "deasync", "repository": { "type": "git", "url": "git+https://github.com/abbr/deasync.git" }, "scripts": { "install": "node ./build.js", "test": "node spec" }, "version": "0.1.21" }