72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"_from": "deasync@^0.1.15",
|
|
"_id": "deasync@0.1.30",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OaAjvEQuQ9tJsKG4oHO9nV1UHTwb2Qc2+fadB0VeVtD0Z9wiG1XPGLJ4W3aLhAoQSYTaLROFRbd5X20Dkzf7MQ==",
|
|
"_location": "/deasync",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "deasync@^0.1.15",
|
|
"name": "deasync",
|
|
"escapedName": "deasync",
|
|
"rawSpec": "^0.1.15",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.15"
|
|
},
|
|
"_requiredBy": [
|
|
"/vue-jest"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/deasync/-/deasync-0.1.30.tgz",
|
|
"_shasum": "b0e5445e533fc116b25b21001d2b8e2b6d60b6d3",
|
|
"_spec": "deasync@^0.1.15",
|
|
"_where": "E:\\hz-zhhq-web\\node_modules\\vue-jest",
|
|
"author": {
|
|
"name": "Vladimir Kurchatkin",
|
|
"email": "vladimir.kurchatkin@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/abbr/deasync/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Fred Wen",
|
|
"email": "wenfred@gmail.com",
|
|
"url": "https://github.com/abbr"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"node-addon-api": "^1.7.1"
|
|
},
|
|
"deprecated": false,
|
|
"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.30"
|
|
}
|