flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
36
BACK_BACK/node_modules/deasync/package.json
generated
vendored
Executable file
36
BACK_BACK/node_modules/deasync/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "deasync",
|
||||
"version": "0.1.30",
|
||||
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",
|
||||
"main": "index.js",
|
||||
"author": "Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>",
|
||||
"contributors": [
|
||||
"Fred Wen <wenfred@gmail.com> (https://github.com/abbr)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"install": "node ./build.js",
|
||||
"test": "node spec"
|
||||
},
|
||||
"dependencies": {
|
||||
"bindings": "^1.5.0",
|
||||
"node-addon-api": "^1.7.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/abbr/deasync.git"
|
||||
},
|
||||
"homepage": "https://github.com/abbr/deasync",
|
||||
"keywords": [
|
||||
"async",
|
||||
"sync",
|
||||
"sleep",
|
||||
"async wrapper"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"require-directory": "^2.1.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue