1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
| {
| "_args": [
| [
| "deasync@0.1.23",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "deasync@0.1.23",
| "_id": "deasync@0.1.23",
| "_inBundle": false,
| "_integrity": "sha512-CGZSokFwidI50GOAmkz/7z3QdMzTQqAiUOzt95PuhKgi6VVztn9D03ZCzzi93uUWlp/v6A9osvNWpIvqHvKjTA==",
| "_location": "/deasync",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "deasync@0.1.23",
| "name": "deasync",
| "escapedName": "deasync",
| "rawSpec": "0.1.23",
| "saveSpec": null,
| "fetchSpec": "0.1.23"
| },
| "_requiredBy": [
| "/vue-jest"
| ],
| "_resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.23.tgz",
| "_spec": "0.1.23",
| "_where": "/Users/tomas/PAM/PAMapp",
| "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.23"
| }
|
|