-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
62 lines (62 loc) · 2.18 KB
/
Copy pathpackage-lock.json
File metadata and controls
62 lines (62 loc) · 2.18 KB
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
{
"name": "@app-elements/use-request",
"version": "2.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@wasmuth/path-set": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@wasmuth/path-set/-/path-set-2.1.3.tgz",
"integrity": "sha512-jL7gpN4/tGckK0n5olJQVJG+4VUa8VgQT5Qqw8esA4WNeMuFBgdxe6EVVyxhxsXxd+VRk755KR1wM0ST5hpoYg==",
"requires": {
"@wasmuth/deep-clone": "2.1.1",
"@wasmuth/merge": "2.1.1",
"@wasmuth/partial": "2.1.0",
"@wasmuth/reduce": "2.1.1",
"check-arg-types": "1.1.2"
},
"dependencies": {
"@wasmuth/deep-clone": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@wasmuth/deep-clone/-/deep-clone-2.1.1.tgz",
"integrity": "sha512-qnL3cgsXRxHBF+KRrjY4FD+FCY8uFRZ5Lc5z45j/H2AcTU+t1joRe4Ii/DospNbtimK1/2cOwbCYq3QGbPK8zA==",
"requires": {
"@wasmuth/partial": "2.1.0",
"check-arg-types": "1.1.2"
}
},
"@wasmuth/merge": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@wasmuth/merge/-/merge-2.1.1.tgz",
"integrity": "sha512-66vx8hA+1H+Dc2KlEaNfMYxyIoX/nFi/3YVb8L/PqCXYDjphhxkdANEOQwnfLNn0r/6oyQ3zNFTRYm050SYs2w==",
"requires": {
"@wasmuth/partial": "2.1.0",
"check-arg-types": "1.1.2"
}
},
"@wasmuth/partial": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@wasmuth/partial/-/partial-2.1.0.tgz",
"integrity": "sha512-ITLf654V5g2VJEduxfSp+hiAlZGgaRkVO0ZPkF0w2zRupQVswBTycrGSdxFn9NE5r9xcaYK0szTrhfhaA5LcNw==",
"requires": {
"check-arg-types": "1.1.2"
}
},
"@wasmuth/reduce": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@wasmuth/reduce/-/reduce-2.1.1.tgz",
"integrity": "sha512-XxUWWkR6jV7YHR7Z+y9f6WQhHJHGIsJ07oh0GHZr/VD3p+CCEyOniqIl20iXt9xU+emNIAI72l+6jYCuEue4qg==",
"requires": {
"@wasmuth/partial": "2.1.0",
"check-arg-types": "1.1.2"
}
},
"check-arg-types": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/check-arg-types/-/check-arg-types-1.1.2.tgz",
"integrity": "sha512-JlPlbqz/TcRGJYR0rSe/YhuqjOP1VoIePuaQHKHPM+GoxsLbjSCFc3N93Iiar+KNs9KcmLTYhmR15Mlhl4OgfA=="
}
}
}
}
}