-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm.lock
More file actions
31 lines (31 loc) · 916 Bytes
/
npm.lock
File metadata and controls
31 lines (31 loc) · 916 Bytes
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
{
"lockfileVersion": 1,
"packages": {
"ccxt": {
"dependencies": {
"ws": "^8.8.1"
},
"has_install_script": true,
"integrity": "sha512-CL0Apgg33OjiHuC4uSk8IXmUbUMQhbCIOXARnH/bJ5e2R4tc5q6vKuydyasWoZNy5eiSFZgt5mQ9cO/IdXbiKw==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/ccxt/-/ccxt-4.5.54.tgz",
"version": "4.5.54"
},
"ws": {
"dependencies": {},
"has_install_script": false,
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
"optional_dependencies": {},
"tarball": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
"version": "8.20.1"
}
},
"policy": {
"allow_registry_redirects": false,
"allowed_registries": [
"https://registry.npmjs.org"
],
"block_exotic_subdeps": true,
"exotic_deps": []
}
}