-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
29 lines (29 loc) · 911 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
27
28
29
{
"name": "@yurkimus/message",
"version": "0.0.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@yurkimus/message",
"version": "0.0.13",
"dependencies": {
"@yurkimus/curry": "0.1.0",
"@yurkimus/types": "0.2.2"
}
},
"node_modules/@yurkimus/curry": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@yurkimus/curry/-/curry-0.1.0.tgz",
"integrity": "sha512-1eCQhNMLDZQpF2iOgSk7B6Mmg9tM65TsTV4jPsf5nk0yrhIlvouggm0HSTreYsvqgaFZPHEg60N1LcU2smpIHQ=="
},
"node_modules/@yurkimus/types": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@yurkimus/types/-/types-0.2.2.tgz",
"integrity": "sha512-c1EoaWvTwENOBoYFhcDrbpOO+XAy9AvfAIaMGLSWAIWsqbumqZg0v03OLgYlqvjiMEkB1sz9V94Es04UBMUEkg==",
"dependencies": {
"@yurkimus/curry": "0.1.0"
}
}
}
}