-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package-lock.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "cns-interface",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cns-interface",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"cns-sdk": "^1.0.1",
"ws": "^8.12.0"
}
},
"node_modules/cns-sdk": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cns-sdk/-/cns-sdk-1.0.1.tgz",
"integrity": "sha512-LkVhZpydR4ACv2DXh+UmUPytn0VtlC+/h+PGm+k444/F4G/VZe3GOO5XZaba4Zc6kAxTlWscmB7gcMF4hT0jyQ==",
"dependencies": {
"ws": "^8.12.0"
}
},
"node_modules/ws": {
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz",
"integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}