71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"_from": "deasync@^0.1.14",
|
|
"_id": "deasync@0.1.20",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ==",
|
|
"_location": "/deasync",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "deasync@^0.1.14",
|
|
"name": "deasync",
|
|
"escapedName": "deasync",
|
|
"rawSpec": "^0.1.14",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.14"
|
|
},
|
|
"_requiredBy": [
|
|
"/parcel-bundler"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.20.tgz",
|
|
"_shasum": "546fd2660688a1eeed55edce2308c5cf7104f9da",
|
|
"_spec": "deasync@^0.1.14",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
|
|
"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.20"
|
|
}
|