保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
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
{
  "_from": "deasync@^0.1.15",
  "_id": "deasync@0.1.26",
  "_inBundle": false,
  "_integrity": "sha512-YKw0BmJSWxkjtQsbgn6Q9CHSWB7DKMen8vKrgyC006zy0UZ6nWyGidB0IzZgqkVRkOglAeUaFtiRTeLyel72bg==",
  "_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.npmjs.org/deasync/-/deasync-0.1.26.tgz",
  "_shasum": "87f54440034b87afc1e6a46667930c4e06363256",
  "_spec": "deasync@^0.1.15",
  "_where": "D:\\project\\PAM\\PAMapp\\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.26"
}