-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage-lock.json
26 lines (26 loc) · 936 Bytes
/
package-lock.json
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
{
"name": "nodejs-seedlink-data-proxy",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"libmseedjs": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/libmseedjs/-/libmseedjs-1.0.2.tgz",
"integrity": "sha512-BOirU/BXmm2F7E4GUspJR6DzLabUTwqqRBw29dFdaK1TM/W3TC9fP/Q40CEAOrslmHVwOokx6YgSCHdLd4WISg=="
},
"ws": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"requires": {
"async-limiter": "1.0.0"
}
}
}
}