-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
63 lines (63 loc) · 2.18 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "pomodoro-edit",
"version": "2.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pomodoro-edit",
"version": "2.3.4",
"license": "MIT",
"dependencies": {
"@seachicken/pomodoro-edit-core": "^0.7.0"
},
"engines": {
"inkdrop": "^4.x"
}
},
"node_modules/@seachicken/pomodoro-edit-core": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@seachicken/pomodoro-edit-core/-/pomodoro-edit-core-0.7.1.tgz",
"integrity": "sha512-UBM+tlf0toSMGfvz8pHlaYmzRxUaMDEZy3nZ2U6vPoH7We3Nmm2xxrBYzR8mENCZ9T9omHi3NNvTEnxa1MSpSw==",
"dependencies": {
"ws": "^5.2.2"
}
},
"node_modules/async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
},
"node_modules/ws": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.4.tgz",
"integrity": "sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==",
"dependencies": {
"async-limiter": "~1.0.0"
}
}
},
"dependencies": {
"@seachicken/pomodoro-edit-core": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@seachicken/pomodoro-edit-core/-/pomodoro-edit-core-0.7.1.tgz",
"integrity": "sha512-UBM+tlf0toSMGfvz8pHlaYmzRxUaMDEZy3nZ2U6vPoH7We3Nmm2xxrBYzR8mENCZ9T9omHi3NNvTEnxa1MSpSw==",
"requires": {
"ws": "^5.2.2"
}
},
"async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
},
"ws": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.4.tgz",
"integrity": "sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==",
"requires": {
"async-limiter": "~1.0.0"
}
}
}
}