forked from osdroid/noxquest_kindle-tty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.15 KB
/
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
27
28
29
30
31
32
33
34
{
"name": "kindle-tty",
"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=="
},
"terminal.js": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/terminal.js/-/terminal.js-1.0.10.tgz",
"integrity": "sha1-j6reJpnoVIdKQwFlkP31tdNPw8A="
},
"ws": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz",
"integrity": "sha512-bOusvpCb09TOBLbpMKszd45WKC2KPtxiyiHanv+H2DE3Az+1db5a/L7sVJZVDPUC1Br8f0SKRr1KjLpD1U/IAw==",
"requires": {
"async-limiter": "1.0.0"
}
},
"ws-plus-hixie": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ws-plus-hixie/-/ws-plus-hixie-1.0.1.tgz",
"integrity": "sha512-6fKn3MMpvU66+UnjzhNPuM30B/0N69yZp0Yfiz2Y6myY4hnNCpkbx3qT1f+m8InLY5v1alG+GhtRzLfgx5QNag==",
"requires": {
"ws": "5.1.1"
}
}
}
}