-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
71 lines (71 loc) · 2.7 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
64
65
66
67
68
69
70
71
{
"name": "@shakerquiz/utilities",
"version": "0.2.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shakerquiz/utilities",
"version": "0.2.14",
"license": "ISC",
"dependencies": {
"@yurkimus/cookies": "0.0.8",
"@yurkimus/errors": "0.1.3",
"@yurkimus/message": "0.0.14",
"@yurkimus/response-status": "0.1.1",
"@yurkimus/url": "0.2.8"
}
},
"node_modules/@yurkimus/cookies": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@yurkimus/cookies/-/cookies-0.0.8.tgz",
"integrity": "sha512-YKJAh+nDeVb7F8vYtrDeZZE8LGCs/6ZDXWMILTNpmwA1XOOEVRUiSiQDads1plvOUqxkBBvKNR7aFRetMkrYJQ==",
"dependencies": {
"@yurkimus/curry": "0.1.1",
"@yurkimus/types": "0.2.3"
}
},
"node_modules/@yurkimus/curry": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@yurkimus/curry/-/curry-0.1.1.tgz",
"integrity": "sha512-gNoAhOw/+LUZwRJcsepuJwoftHIr3OCn5U7ZaamXX8flrYIFcV6GFN5ZZBFiuIjF/l54wDAfxYYR73PMCf+ROQ=="
},
"node_modules/@yurkimus/errors": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@yurkimus/errors/-/errors-0.1.3.tgz",
"integrity": "sha512-IA9cVgHUkUnZ+LCA5WUyNVGTW6MVP+gA5uBQePt6OSQ60rzlkqzsUnASkna45P5kvxVtiXrgJSif94S1hA6AVQ=="
},
"node_modules/@yurkimus/message": {
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/@yurkimus/message/-/message-0.0.14.tgz",
"integrity": "sha512-asZ8Cbf2O0IH8aeRzAbgi/Csc9184FSCQsAYJ3yWA4pqXz3FSf2vDJ9z+rBVA6fmlo63OGPO0qCXW6s/wmN87g==",
"dependencies": {
"@yurkimus/types": "0.2.3"
}
},
"node_modules/@yurkimus/response-status": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@yurkimus/response-status/-/response-status-0.1.1.tgz",
"integrity": "sha512-QSvLWlCpAMTUrQ7ZjZq537QwYam20iDdgs8TAn+vyWiIBVafT/j4sqZjDuaEgRVfmVO6GUpQGsOCrmYxevB1og==",
"dependencies": {
"@yurkimus/types": "0.2.3"
}
},
"node_modules/@yurkimus/types": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@yurkimus/types/-/types-0.2.3.tgz",
"integrity": "sha512-r9GJ2j4CRnjFPeLIExEUpsTmtwRMTLSUa8z4gGYqn92fpmWbAsH2lNsFkZc3jKTwp5383zq1yDAv37bdskRo4Q==",
"dependencies": {
"@yurkimus/curry": "0.1.1"
}
},
"node_modules/@yurkimus/url": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/@yurkimus/url/-/url-0.2.8.tgz",
"integrity": "sha512-NUG+JW2IoVYvKYYnxeG19Z63fKmLOc2AyK8S9zyxY2XBenamIrdmTBIez3TV/372MU3oPG+P7+XhFMpNdoAb0Q==",
"dependencies": {
"@yurkimus/types": "0.2.3"
}
}
}
}