-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
192 lines (192 loc) · 6.59 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "feathers-cf-durable",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feathers-cf-durable",
"version": "0.0.2",
"license": "MIT",
"dependencies": {
"@cfworker/uuid": "^1.9.1",
"@feathersjs/adapter-commons": "^4.5.11",
"itty-router": "^2.4.4"
}
},
"node_modules/@cfworker/uuid": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@cfworker/uuid/-/uuid-1.9.1.tgz",
"integrity": "sha512-ufORuZ6JSelrG7b7/cQ8JEm7MM+FWgPb5D9wvF6diA8+9WlK+K5SElF3eqRC7BiGrwQAZQ9feWMVLdOXv1d6fg=="
},
"node_modules/@feathersjs/adapter-commons": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-4.5.11.tgz",
"integrity": "sha512-qJ+P/6GLR3KfXhzgRkvl3p66YmaTxLO1js1Jzs+d5QnnUYx+jWSV7tzYVZoVjQSlF8ht/zh9N5qfh0RV9w1E+w==",
"dependencies": {
"@feathersjs/commons": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"@feathersjs/feathers": "^4.5.11"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/feathers"
}
},
"node_modules/@feathersjs/commons": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.11.tgz",
"integrity": "sha512-it/9lc0OER36+2zidopWo6Z4xRqNImQ+qegyQdHEuIDpEsYLXAv6MVHuDccaW2x2UmW5pce75UB7DhQ8yh8J/Q==",
"engines": {
"node": ">= 10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
}
},
"node_modules/@feathersjs/errors": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.5.11.tgz",
"integrity": "sha512-KzkUqmaV7/SGK6SM/ILXjMI/EHOGKQE4GgDHCsB4+mcIwb8IZboeHL6IkYjh6MvwjKNDyS728McZvcflDGn/fA==",
"dependencies": {
"debug": "^4.3.1"
},
"engines": {
"node": ">= 10"
}
},
"node_modules/@feathersjs/feathers": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-4.5.11.tgz",
"integrity": "sha512-13zorhzi9eOwAW+l3oT4K8+CGCljpd9yPkx1XOZZyG5J1RSENWpPhgJ5Oe+qWw6Iqk768UBYp3+W1hLCQa6t2g==",
"dependencies": {
"@feathersjs/commons": "^4.5.11",
"debug": "^4.3.1",
"events": "^3.2.0",
"uberproto": "^2.0.6"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
}
},
"node_modules/debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
"engines": {
"node": ">=0.8.x"
}
},
"node_modules/itty-router": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/itty-router/-/itty-router-2.4.4.tgz",
"integrity": "sha512-mp5i47ZotK94FHondKJTZn/0dBAFzFpZpiHWn+aCgr/sg9cIVzt1gvLCKsXMkcHgKejb9GdhqvOfh7VYJJlQoQ=="
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/uberproto": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/uberproto/-/uberproto-2.0.6.tgz",
"integrity": "sha512-68H97HffZoFaa3HFtpstahWorN9dSp5uTU6jo3GjIQ6JkJBR3hC2Nx/e/HFOoYHdUyT/Z1MRWfxN1EiQJZUyCQ==",
"engines": {
"node": "*"
}
}
},
"dependencies": {
"@cfworker/uuid": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/@cfworker/uuid/-/uuid-1.9.1.tgz",
"integrity": "sha512-ufORuZ6JSelrG7b7/cQ8JEm7MM+FWgPb5D9wvF6diA8+9WlK+K5SElF3eqRC7BiGrwQAZQ9feWMVLdOXv1d6fg=="
},
"@feathersjs/adapter-commons": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-4.5.11.tgz",
"integrity": "sha512-qJ+P/6GLR3KfXhzgRkvl3p66YmaTxLO1js1Jzs+d5QnnUYx+jWSV7tzYVZoVjQSlF8ht/zh9N5qfh0RV9w1E+w==",
"requires": {
"@feathersjs/commons": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"@feathersjs/feathers": "^4.5.11"
}
},
"@feathersjs/commons": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.11.tgz",
"integrity": "sha512-it/9lc0OER36+2zidopWo6Z4xRqNImQ+qegyQdHEuIDpEsYLXAv6MVHuDccaW2x2UmW5pce75UB7DhQ8yh8J/Q=="
},
"@feathersjs/errors": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-4.5.11.tgz",
"integrity": "sha512-KzkUqmaV7/SGK6SM/ILXjMI/EHOGKQE4GgDHCsB4+mcIwb8IZboeHL6IkYjh6MvwjKNDyS728McZvcflDGn/fA==",
"requires": {
"debug": "^4.3.1"
}
},
"@feathersjs/feathers": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-4.5.11.tgz",
"integrity": "sha512-13zorhzi9eOwAW+l3oT4K8+CGCljpd9yPkx1XOZZyG5J1RSENWpPhgJ5Oe+qWw6Iqk768UBYp3+W1hLCQa6t2g==",
"requires": {
"@feathersjs/commons": "^4.5.11",
"debug": "^4.3.1",
"events": "^3.2.0",
"uberproto": "^2.0.6"
}
},
"debug": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
"requires": {
"ms": "2.1.2"
}
},
"events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
},
"itty-router": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/itty-router/-/itty-router-2.4.4.tgz",
"integrity": "sha512-mp5i47ZotK94FHondKJTZn/0dBAFzFpZpiHWn+aCgr/sg9cIVzt1gvLCKsXMkcHgKejb9GdhqvOfh7VYJJlQoQ=="
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"uberproto": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/uberproto/-/uberproto-2.0.6.tgz",
"integrity": "sha512-68H97HffZoFaa3HFtpstahWorN9dSp5uTU6jo3GjIQ6JkJBR3hC2Nx/e/HFOoYHdUyT/Z1MRWfxN1EiQJZUyCQ=="
}
}
}