-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 2.23 KB
/
package-lock.json
File metadata and controls
58 lines (58 loc) · 2.23 KB
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
{
"name": "wish-cli",
"version": "0.8.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@wishcore/wish-rpc": {
"version": "0.6.8",
"resolved": "https://registry.npmjs.org/@wishcore/wish-rpc/-/wish-rpc-0.6.8.tgz",
"integrity": "sha512-Drz3P/D8HjAnvg2Ujk539b3N4BvVCHEJ/oPWTjy3orBMLmfo0osZLVsHvVz2B3z1Chwa7Nsy9Ewp9Uzc0g0XGw=="
},
"@wishcore/wish-sdk": {
"version": "0.4.0-beta-8",
"resolved": "https://registry.npmjs.org/@wishcore/wish-sdk/-/wish-sdk-0.4.0-beta-8.tgz",
"integrity": "sha512-8ixIGcFIs/gXAGNZnvSZ5TKaQ7sy/Y2liYPXyhvBDtQIYGWkCjs5KdVyZyzVbBHgneXFGJ9WogacYJ/aiRcEqg==",
"requires": {
"@wishcore/wish-rpc": "0.6.8",
"bson-buffer": "1.0.2"
}
},
"bson-buffer": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bson-buffer/-/bson-buffer-1.0.2.tgz",
"integrity": "sha1-uldwTaqBZJB0YywPpw9F72DfyXE="
},
"bufferutil": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz",
"integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==",
"requires": {
"node-gyp-build": "^4.2.0"
}
},
"node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg=="
},
"tiny-worker": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/tiny-worker/-/tiny-worker-2.1.1.tgz",
"integrity": "sha1-BUbxQ35Dud4lPvqtI1BHZ31zVls="
},
"utf-8-validate": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.4.tgz",
"integrity": "sha512-MEF05cPSq3AwJ2C7B7sHAA6i53vONoZbMGX8My5auEVm6W+dJ2Jd/TZPyGJ5CH42V2XtbI5FD28HeHeqlPzZ3Q==",
"requires": {
"node-gyp-build": "^4.2.0"
}
},
"ws": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
"integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA=="
}
}
}