infrahub-sdk 0.0.1 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1044 @@
1
+ {
2
+ "name": "test",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "test",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "infrahub-sdk": "^0.0.3"
13
+ }
14
+ },
15
+ "node_modules/@ardatan/relay-compiler": {
16
+ "version": "12.0.3",
17
+ "resolved": "https://registry.npmjs.org/@ardatan/relay-compiler/-/relay-compiler-12.0.3.tgz",
18
+ "integrity": "sha512-mBDFOGvAoVlWaWqs3hm1AciGHSQE1rqFc/liZTyYz/Oek9yZdT5H26pH2zAFuEiTiBVPPyMuqf5VjOFPI2DGsQ==",
19
+ "license": "MIT",
20
+ "dependencies": {
21
+ "@babel/generator": "^7.26.10",
22
+ "@babel/parser": "^7.26.10",
23
+ "@babel/runtime": "^7.26.10",
24
+ "chalk": "^4.0.0",
25
+ "fb-watchman": "^2.0.0",
26
+ "immutable": "~3.7.6",
27
+ "invariant": "^2.2.4",
28
+ "nullthrows": "^1.1.1",
29
+ "relay-runtime": "12.0.0",
30
+ "signedsource": "^1.0.0"
31
+ },
32
+ "bin": {
33
+ "relay-compiler": "bin/relay-compiler"
34
+ },
35
+ "peerDependencies": {
36
+ "graphql": "*"
37
+ }
38
+ },
39
+ "node_modules/@babel/generator": {
40
+ "version": "7.28.0",
41
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
42
+ "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
43
+ "license": "MIT",
44
+ "dependencies": {
45
+ "@babel/parser": "^7.28.0",
46
+ "@babel/types": "^7.28.0",
47
+ "@jridgewell/gen-mapping": "^0.3.12",
48
+ "@jridgewell/trace-mapping": "^0.3.28",
49
+ "jsesc": "^3.0.2"
50
+ },
51
+ "engines": {
52
+ "node": ">=6.9.0"
53
+ }
54
+ },
55
+ "node_modules/@babel/helper-string-parser": {
56
+ "version": "7.27.1",
57
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
58
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
59
+ "license": "MIT",
60
+ "engines": {
61
+ "node": ">=6.9.0"
62
+ }
63
+ },
64
+ "node_modules/@babel/helper-validator-identifier": {
65
+ "version": "7.27.1",
66
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
67
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
68
+ "license": "MIT",
69
+ "engines": {
70
+ "node": ">=6.9.0"
71
+ }
72
+ },
73
+ "node_modules/@babel/parser": {
74
+ "version": "7.28.0",
75
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
76
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
77
+ "license": "MIT",
78
+ "dependencies": {
79
+ "@babel/types": "^7.28.0"
80
+ },
81
+ "bin": {
82
+ "parser": "bin/babel-parser.js"
83
+ },
84
+ "engines": {
85
+ "node": ">=6.0.0"
86
+ }
87
+ },
88
+ "node_modules/@babel/runtime": {
89
+ "version": "7.28.2",
90
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz",
91
+ "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
92
+ "license": "MIT",
93
+ "engines": {
94
+ "node": ">=6.9.0"
95
+ }
96
+ },
97
+ "node_modules/@babel/types": {
98
+ "version": "7.28.2",
99
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
100
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
101
+ "license": "MIT",
102
+ "dependencies": {
103
+ "@babel/helper-string-parser": "^7.27.1",
104
+ "@babel/helper-validator-identifier": "^7.27.1"
105
+ },
106
+ "engines": {
107
+ "node": ">=6.9.0"
108
+ }
109
+ },
110
+ "node_modules/@graphql-codegen/plugin-helpers": {
111
+ "version": "5.1.1",
112
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.1.tgz",
113
+ "integrity": "sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==",
114
+ "license": "MIT",
115
+ "dependencies": {
116
+ "@graphql-tools/utils": "^10.0.0",
117
+ "change-case-all": "1.0.15",
118
+ "common-tags": "1.8.2",
119
+ "import-from": "4.0.0",
120
+ "lodash": "~4.17.0",
121
+ "tslib": "~2.6.0"
122
+ },
123
+ "engines": {
124
+ "node": ">=16"
125
+ },
126
+ "peerDependencies": {
127
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
128
+ }
129
+ },
130
+ "node_modules/@graphql-codegen/typed-document-node": {
131
+ "version": "5.1.2",
132
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-5.1.2.tgz",
133
+ "integrity": "sha512-jaxfViDqFRbNQmfKwUY8hDyjnLTw2Z7DhGutxoOiiAI0gE/LfPe0LYaVFKVmVOOD7M3bWxoWfu4slrkbWbUbEw==",
134
+ "license": "MIT",
135
+ "dependencies": {
136
+ "@graphql-codegen/plugin-helpers": "^5.1.0",
137
+ "@graphql-codegen/visitor-plugin-common": "5.8.0",
138
+ "auto-bind": "~4.0.0",
139
+ "change-case-all": "1.0.15",
140
+ "tslib": "~2.6.0"
141
+ },
142
+ "engines": {
143
+ "node": ">=16"
144
+ },
145
+ "peerDependencies": {
146
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
147
+ }
148
+ },
149
+ "node_modules/@graphql-codegen/visitor-plugin-common": {
150
+ "version": "5.8.0",
151
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.8.0.tgz",
152
+ "integrity": "sha512-lC1E1Kmuzi3WZUlYlqB4fP6+CvbKH9J+haU1iWmgsBx5/sO2ROeXJG4Dmt8gP03bI2BwjiwV5WxCEMlyeuzLnA==",
153
+ "license": "MIT",
154
+ "dependencies": {
155
+ "@graphql-codegen/plugin-helpers": "^5.1.0",
156
+ "@graphql-tools/optimize": "^2.0.0",
157
+ "@graphql-tools/relay-operation-optimizer": "^7.0.0",
158
+ "@graphql-tools/utils": "^10.0.0",
159
+ "auto-bind": "~4.0.0",
160
+ "change-case-all": "1.0.15",
161
+ "dependency-graph": "^0.11.0",
162
+ "graphql-tag": "^2.11.0",
163
+ "parse-filepath": "^1.0.2",
164
+ "tslib": "~2.6.0"
165
+ },
166
+ "engines": {
167
+ "node": ">=16"
168
+ },
169
+ "peerDependencies": {
170
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
171
+ }
172
+ },
173
+ "node_modules/@graphql-tools/optimize": {
174
+ "version": "2.0.0",
175
+ "resolved": "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-2.0.0.tgz",
176
+ "integrity": "sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==",
177
+ "license": "MIT",
178
+ "dependencies": {
179
+ "tslib": "^2.4.0"
180
+ },
181
+ "engines": {
182
+ "node": ">=16.0.0"
183
+ },
184
+ "peerDependencies": {
185
+ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
186
+ }
187
+ },
188
+ "node_modules/@graphql-tools/relay-operation-optimizer": {
189
+ "version": "7.0.21",
190
+ "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.0.21.tgz",
191
+ "integrity": "sha512-vMdU0+XfeBh9RCwPqRsr3A05hPA3MsahFn/7OAwXzMySA5EVnSH5R4poWNs3h1a0yT0tDPLhxORhK7qJdSWj2A==",
192
+ "license": "MIT",
193
+ "dependencies": {
194
+ "@ardatan/relay-compiler": "^12.0.3",
195
+ "@graphql-tools/utils": "^10.9.1",
196
+ "tslib": "^2.4.0"
197
+ },
198
+ "engines": {
199
+ "node": ">=16.0.0"
200
+ },
201
+ "peerDependencies": {
202
+ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
203
+ }
204
+ },
205
+ "node_modules/@graphql-tools/utils": {
206
+ "version": "10.9.1",
207
+ "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.9.1.tgz",
208
+ "integrity": "sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw==",
209
+ "license": "MIT",
210
+ "dependencies": {
211
+ "@graphql-typed-document-node/core": "^3.1.1",
212
+ "@whatwg-node/promise-helpers": "^1.0.0",
213
+ "cross-inspect": "1.0.1",
214
+ "dset": "^3.1.4",
215
+ "tslib": "^2.4.0"
216
+ },
217
+ "engines": {
218
+ "node": ">=16.0.0"
219
+ },
220
+ "peerDependencies": {
221
+ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
222
+ }
223
+ },
224
+ "node_modules/@graphql-typed-document-node/core": {
225
+ "version": "3.2.0",
226
+ "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
227
+ "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
228
+ "license": "MIT",
229
+ "peerDependencies": {
230
+ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
231
+ }
232
+ },
233
+ "node_modules/@jridgewell/gen-mapping": {
234
+ "version": "0.3.12",
235
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
236
+ "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
237
+ "license": "MIT",
238
+ "dependencies": {
239
+ "@jridgewell/sourcemap-codec": "^1.5.0",
240
+ "@jridgewell/trace-mapping": "^0.3.24"
241
+ }
242
+ },
243
+ "node_modules/@jridgewell/resolve-uri": {
244
+ "version": "3.1.2",
245
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
246
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
247
+ "license": "MIT",
248
+ "engines": {
249
+ "node": ">=6.0.0"
250
+ }
251
+ },
252
+ "node_modules/@jridgewell/sourcemap-codec": {
253
+ "version": "1.5.4",
254
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
255
+ "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
256
+ "license": "MIT"
257
+ },
258
+ "node_modules/@jridgewell/trace-mapping": {
259
+ "version": "0.3.29",
260
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
261
+ "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
262
+ "license": "MIT",
263
+ "dependencies": {
264
+ "@jridgewell/resolve-uri": "^3.1.0",
265
+ "@jridgewell/sourcemap-codec": "^1.4.14"
266
+ }
267
+ },
268
+ "node_modules/@whatwg-node/promise-helpers": {
269
+ "version": "1.3.2",
270
+ "resolved": "https://registry.npmjs.org/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz",
271
+ "integrity": "sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==",
272
+ "license": "MIT",
273
+ "dependencies": {
274
+ "tslib": "^2.6.3"
275
+ },
276
+ "engines": {
277
+ "node": ">=16.0.0"
278
+ }
279
+ },
280
+ "node_modules/ansi-styles": {
281
+ "version": "4.3.0",
282
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
283
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
284
+ "license": "MIT",
285
+ "dependencies": {
286
+ "color-convert": "^2.0.1"
287
+ },
288
+ "engines": {
289
+ "node": ">=8"
290
+ },
291
+ "funding": {
292
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
293
+ }
294
+ },
295
+ "node_modules/asap": {
296
+ "version": "2.0.6",
297
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
298
+ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
299
+ "license": "MIT"
300
+ },
301
+ "node_modules/auto-bind": {
302
+ "version": "4.0.0",
303
+ "resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
304
+ "integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==",
305
+ "license": "MIT",
306
+ "engines": {
307
+ "node": ">=8"
308
+ },
309
+ "funding": {
310
+ "url": "https://github.com/sponsors/sindresorhus"
311
+ }
312
+ },
313
+ "node_modules/bser": {
314
+ "version": "2.1.1",
315
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
316
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
317
+ "license": "Apache-2.0",
318
+ "dependencies": {
319
+ "node-int64": "^0.4.0"
320
+ }
321
+ },
322
+ "node_modules/camel-case": {
323
+ "version": "4.1.2",
324
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
325
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
326
+ "license": "MIT",
327
+ "dependencies": {
328
+ "pascal-case": "^3.1.2",
329
+ "tslib": "^2.0.3"
330
+ }
331
+ },
332
+ "node_modules/capital-case": {
333
+ "version": "1.0.4",
334
+ "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz",
335
+ "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==",
336
+ "license": "MIT",
337
+ "dependencies": {
338
+ "no-case": "^3.0.4",
339
+ "tslib": "^2.0.3",
340
+ "upper-case-first": "^2.0.2"
341
+ }
342
+ },
343
+ "node_modules/chalk": {
344
+ "version": "4.1.2",
345
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
346
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
347
+ "license": "MIT",
348
+ "dependencies": {
349
+ "ansi-styles": "^4.1.0",
350
+ "supports-color": "^7.1.0"
351
+ },
352
+ "engines": {
353
+ "node": ">=10"
354
+ },
355
+ "funding": {
356
+ "url": "https://github.com/chalk/chalk?sponsor=1"
357
+ }
358
+ },
359
+ "node_modules/change-case": {
360
+ "version": "4.1.2",
361
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
362
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
363
+ "license": "MIT",
364
+ "dependencies": {
365
+ "camel-case": "^4.1.2",
366
+ "capital-case": "^1.0.4",
367
+ "constant-case": "^3.0.4",
368
+ "dot-case": "^3.0.4",
369
+ "header-case": "^2.0.4",
370
+ "no-case": "^3.0.4",
371
+ "param-case": "^3.0.4",
372
+ "pascal-case": "^3.1.2",
373
+ "path-case": "^3.0.4",
374
+ "sentence-case": "^3.0.4",
375
+ "snake-case": "^3.0.4",
376
+ "tslib": "^2.0.3"
377
+ }
378
+ },
379
+ "node_modules/change-case-all": {
380
+ "version": "1.0.15",
381
+ "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz",
382
+ "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==",
383
+ "license": "MIT",
384
+ "dependencies": {
385
+ "change-case": "^4.1.2",
386
+ "is-lower-case": "^2.0.2",
387
+ "is-upper-case": "^2.0.2",
388
+ "lower-case": "^2.0.2",
389
+ "lower-case-first": "^2.0.2",
390
+ "sponge-case": "^1.0.1",
391
+ "swap-case": "^2.0.2",
392
+ "title-case": "^3.0.3",
393
+ "upper-case": "^2.0.2",
394
+ "upper-case-first": "^2.0.2"
395
+ }
396
+ },
397
+ "node_modules/color-convert": {
398
+ "version": "2.0.1",
399
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
400
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
401
+ "license": "MIT",
402
+ "dependencies": {
403
+ "color-name": "~1.1.4"
404
+ },
405
+ "engines": {
406
+ "node": ">=7.0.0"
407
+ }
408
+ },
409
+ "node_modules/color-name": {
410
+ "version": "1.1.4",
411
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
412
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
413
+ "license": "MIT"
414
+ },
415
+ "node_modules/common-tags": {
416
+ "version": "1.8.2",
417
+ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
418
+ "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
419
+ "license": "MIT",
420
+ "engines": {
421
+ "node": ">=4.0.0"
422
+ }
423
+ },
424
+ "node_modules/constant-case": {
425
+ "version": "3.0.4",
426
+ "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
427
+ "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==",
428
+ "license": "MIT",
429
+ "dependencies": {
430
+ "no-case": "^3.0.4",
431
+ "tslib": "^2.0.3",
432
+ "upper-case": "^2.0.2"
433
+ }
434
+ },
435
+ "node_modules/cross-fetch": {
436
+ "version": "3.2.0",
437
+ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz",
438
+ "integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==",
439
+ "license": "MIT",
440
+ "dependencies": {
441
+ "node-fetch": "^2.7.0"
442
+ }
443
+ },
444
+ "node_modules/cross-inspect": {
445
+ "version": "1.0.1",
446
+ "resolved": "https://registry.npmjs.org/cross-inspect/-/cross-inspect-1.0.1.tgz",
447
+ "integrity": "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==",
448
+ "license": "MIT",
449
+ "dependencies": {
450
+ "tslib": "^2.4.0"
451
+ },
452
+ "engines": {
453
+ "node": ">=16.0.0"
454
+ }
455
+ },
456
+ "node_modules/dependency-graph": {
457
+ "version": "0.11.0",
458
+ "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
459
+ "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
460
+ "license": "MIT",
461
+ "engines": {
462
+ "node": ">= 0.6.0"
463
+ }
464
+ },
465
+ "node_modules/dot-case": {
466
+ "version": "3.0.4",
467
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
468
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
469
+ "license": "MIT",
470
+ "dependencies": {
471
+ "no-case": "^3.0.4",
472
+ "tslib": "^2.0.3"
473
+ }
474
+ },
475
+ "node_modules/dset": {
476
+ "version": "3.1.4",
477
+ "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz",
478
+ "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
479
+ "license": "MIT",
480
+ "engines": {
481
+ "node": ">=4"
482
+ }
483
+ },
484
+ "node_modules/fb-watchman": {
485
+ "version": "2.0.2",
486
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
487
+ "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
488
+ "license": "Apache-2.0",
489
+ "dependencies": {
490
+ "bser": "2.1.1"
491
+ }
492
+ },
493
+ "node_modules/fbjs": {
494
+ "version": "3.0.5",
495
+ "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz",
496
+ "integrity": "sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==",
497
+ "license": "MIT",
498
+ "dependencies": {
499
+ "cross-fetch": "^3.1.5",
500
+ "fbjs-css-vars": "^1.0.0",
501
+ "loose-envify": "^1.0.0",
502
+ "object-assign": "^4.1.0",
503
+ "promise": "^7.1.1",
504
+ "setimmediate": "^1.0.5",
505
+ "ua-parser-js": "^1.0.35"
506
+ }
507
+ },
508
+ "node_modules/fbjs-css-vars": {
509
+ "version": "1.0.2",
510
+ "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz",
511
+ "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==",
512
+ "license": "MIT"
513
+ },
514
+ "node_modules/graphql": {
515
+ "version": "16.11.0",
516
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz",
517
+ "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==",
518
+ "license": "MIT",
519
+ "peer": true,
520
+ "engines": {
521
+ "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
522
+ }
523
+ },
524
+ "node_modules/graphql-request": {
525
+ "version": "6.1.0",
526
+ "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz",
527
+ "integrity": "sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==",
528
+ "license": "MIT",
529
+ "dependencies": {
530
+ "@graphql-typed-document-node/core": "^3.2.0",
531
+ "cross-fetch": "^3.1.5"
532
+ },
533
+ "peerDependencies": {
534
+ "graphql": "14 - 16"
535
+ }
536
+ },
537
+ "node_modules/graphql-tag": {
538
+ "version": "2.12.6",
539
+ "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz",
540
+ "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==",
541
+ "license": "MIT",
542
+ "dependencies": {
543
+ "tslib": "^2.1.0"
544
+ },
545
+ "engines": {
546
+ "node": ">=10"
547
+ },
548
+ "peerDependencies": {
549
+ "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
550
+ }
551
+ },
552
+ "node_modules/has-flag": {
553
+ "version": "4.0.0",
554
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
555
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
556
+ "license": "MIT",
557
+ "engines": {
558
+ "node": ">=8"
559
+ }
560
+ },
561
+ "node_modules/header-case": {
562
+ "version": "2.0.4",
563
+ "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz",
564
+ "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==",
565
+ "license": "MIT",
566
+ "dependencies": {
567
+ "capital-case": "^1.0.4",
568
+ "tslib": "^2.0.3"
569
+ }
570
+ },
571
+ "node_modules/immutable": {
572
+ "version": "3.7.6",
573
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
574
+ "integrity": "sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==",
575
+ "license": "BSD-3-Clause",
576
+ "engines": {
577
+ "node": ">=0.8.0"
578
+ }
579
+ },
580
+ "node_modules/import-from": {
581
+ "version": "4.0.0",
582
+ "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz",
583
+ "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==",
584
+ "license": "MIT",
585
+ "engines": {
586
+ "node": ">=12.2"
587
+ },
588
+ "funding": {
589
+ "url": "https://github.com/sponsors/sindresorhus"
590
+ }
591
+ },
592
+ "node_modules/infrahub-sdk": {
593
+ "version": "0.0.3",
594
+ "resolved": "https://registry.npmjs.org/infrahub-sdk/-/infrahub-sdk-0.0.3.tgz",
595
+ "integrity": "sha512-2HX1iwEmukN2kx6wbkBoIlMM4FWOtXIE5mvx9a5/2bhuwUwDrTKQT1nqExvXp7xI5INCrbDVzuxMCooM+VV1Eg==",
596
+ "license": "Apache-2.0",
597
+ "dependencies": {
598
+ "@graphql-codegen/typed-document-node": "^5.1.2",
599
+ "graphql-request": "^6.1.0",
600
+ "openapi-fetch": "^0.9.4"
601
+ }
602
+ },
603
+ "node_modules/invariant": {
604
+ "version": "2.2.4",
605
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
606
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
607
+ "license": "MIT",
608
+ "dependencies": {
609
+ "loose-envify": "^1.0.0"
610
+ }
611
+ },
612
+ "node_modules/is-absolute": {
613
+ "version": "1.0.0",
614
+ "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
615
+ "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
616
+ "license": "MIT",
617
+ "dependencies": {
618
+ "is-relative": "^1.0.0",
619
+ "is-windows": "^1.0.1"
620
+ },
621
+ "engines": {
622
+ "node": ">=0.10.0"
623
+ }
624
+ },
625
+ "node_modules/is-lower-case": {
626
+ "version": "2.0.2",
627
+ "resolved": "https://registry.npmjs.org/is-lower-case/-/is-lower-case-2.0.2.tgz",
628
+ "integrity": "sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==",
629
+ "license": "MIT",
630
+ "dependencies": {
631
+ "tslib": "^2.0.3"
632
+ }
633
+ },
634
+ "node_modules/is-relative": {
635
+ "version": "1.0.0",
636
+ "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
637
+ "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
638
+ "license": "MIT",
639
+ "dependencies": {
640
+ "is-unc-path": "^1.0.0"
641
+ },
642
+ "engines": {
643
+ "node": ">=0.10.0"
644
+ }
645
+ },
646
+ "node_modules/is-unc-path": {
647
+ "version": "1.0.0",
648
+ "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
649
+ "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
650
+ "license": "MIT",
651
+ "dependencies": {
652
+ "unc-path-regex": "^0.1.2"
653
+ },
654
+ "engines": {
655
+ "node": ">=0.10.0"
656
+ }
657
+ },
658
+ "node_modules/is-upper-case": {
659
+ "version": "2.0.2",
660
+ "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-2.0.2.tgz",
661
+ "integrity": "sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==",
662
+ "license": "MIT",
663
+ "dependencies": {
664
+ "tslib": "^2.0.3"
665
+ }
666
+ },
667
+ "node_modules/is-windows": {
668
+ "version": "1.0.2",
669
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
670
+ "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
671
+ "license": "MIT",
672
+ "engines": {
673
+ "node": ">=0.10.0"
674
+ }
675
+ },
676
+ "node_modules/js-tokens": {
677
+ "version": "4.0.0",
678
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
679
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
680
+ "license": "MIT"
681
+ },
682
+ "node_modules/jsesc": {
683
+ "version": "3.1.0",
684
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
685
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
686
+ "license": "MIT",
687
+ "bin": {
688
+ "jsesc": "bin/jsesc"
689
+ },
690
+ "engines": {
691
+ "node": ">=6"
692
+ }
693
+ },
694
+ "node_modules/lodash": {
695
+ "version": "4.17.21",
696
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
697
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
698
+ "license": "MIT"
699
+ },
700
+ "node_modules/loose-envify": {
701
+ "version": "1.4.0",
702
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
703
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
704
+ "license": "MIT",
705
+ "dependencies": {
706
+ "js-tokens": "^3.0.0 || ^4.0.0"
707
+ },
708
+ "bin": {
709
+ "loose-envify": "cli.js"
710
+ }
711
+ },
712
+ "node_modules/lower-case": {
713
+ "version": "2.0.2",
714
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
715
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
716
+ "license": "MIT",
717
+ "dependencies": {
718
+ "tslib": "^2.0.3"
719
+ }
720
+ },
721
+ "node_modules/lower-case-first": {
722
+ "version": "2.0.2",
723
+ "resolved": "https://registry.npmjs.org/lower-case-first/-/lower-case-first-2.0.2.tgz",
724
+ "integrity": "sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==",
725
+ "license": "MIT",
726
+ "dependencies": {
727
+ "tslib": "^2.0.3"
728
+ }
729
+ },
730
+ "node_modules/map-cache": {
731
+ "version": "0.2.2",
732
+ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
733
+ "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
734
+ "license": "MIT",
735
+ "engines": {
736
+ "node": ">=0.10.0"
737
+ }
738
+ },
739
+ "node_modules/no-case": {
740
+ "version": "3.0.4",
741
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
742
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
743
+ "license": "MIT",
744
+ "dependencies": {
745
+ "lower-case": "^2.0.2",
746
+ "tslib": "^2.0.3"
747
+ }
748
+ },
749
+ "node_modules/node-fetch": {
750
+ "version": "2.7.0",
751
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
752
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
753
+ "license": "MIT",
754
+ "dependencies": {
755
+ "whatwg-url": "^5.0.0"
756
+ },
757
+ "engines": {
758
+ "node": "4.x || >=6.0.0"
759
+ },
760
+ "peerDependencies": {
761
+ "encoding": "^0.1.0"
762
+ },
763
+ "peerDependenciesMeta": {
764
+ "encoding": {
765
+ "optional": true
766
+ }
767
+ }
768
+ },
769
+ "node_modules/node-int64": {
770
+ "version": "0.4.0",
771
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
772
+ "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
773
+ "license": "MIT"
774
+ },
775
+ "node_modules/nullthrows": {
776
+ "version": "1.1.1",
777
+ "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
778
+ "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==",
779
+ "license": "MIT"
780
+ },
781
+ "node_modules/object-assign": {
782
+ "version": "4.1.1",
783
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
784
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
785
+ "license": "MIT",
786
+ "engines": {
787
+ "node": ">=0.10.0"
788
+ }
789
+ },
790
+ "node_modules/openapi-fetch": {
791
+ "version": "0.9.8",
792
+ "resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.9.8.tgz",
793
+ "integrity": "sha512-zM6elH0EZStD/gSiNlcPrzXcVQ/pZo3BDvC6CDwRDUt1dDzxlshpmQnpD6cZaJ39THaSmwVCxxRrPKNM1hHrDg==",
794
+ "license": "MIT",
795
+ "dependencies": {
796
+ "openapi-typescript-helpers": "^0.0.8"
797
+ }
798
+ },
799
+ "node_modules/openapi-typescript-helpers": {
800
+ "version": "0.0.8",
801
+ "resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.8.tgz",
802
+ "integrity": "sha512-1eNjQtbfNi5Z/kFhagDIaIRj6qqDzhjNJKz8cmMW0CVdGwT6e1GLbAfgI0d28VTJa1A8jz82jm/4dG8qNoNS8g==",
803
+ "license": "MIT"
804
+ },
805
+ "node_modules/param-case": {
806
+ "version": "3.0.4",
807
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
808
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
809
+ "license": "MIT",
810
+ "dependencies": {
811
+ "dot-case": "^3.0.4",
812
+ "tslib": "^2.0.3"
813
+ }
814
+ },
815
+ "node_modules/parse-filepath": {
816
+ "version": "1.0.2",
817
+ "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
818
+ "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
819
+ "license": "MIT",
820
+ "dependencies": {
821
+ "is-absolute": "^1.0.0",
822
+ "map-cache": "^0.2.0",
823
+ "path-root": "^0.1.1"
824
+ },
825
+ "engines": {
826
+ "node": ">=0.8"
827
+ }
828
+ },
829
+ "node_modules/pascal-case": {
830
+ "version": "3.1.2",
831
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
832
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
833
+ "license": "MIT",
834
+ "dependencies": {
835
+ "no-case": "^3.0.4",
836
+ "tslib": "^2.0.3"
837
+ }
838
+ },
839
+ "node_modules/path-case": {
840
+ "version": "3.0.4",
841
+ "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
842
+ "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
843
+ "license": "MIT",
844
+ "dependencies": {
845
+ "dot-case": "^3.0.4",
846
+ "tslib": "^2.0.3"
847
+ }
848
+ },
849
+ "node_modules/path-root": {
850
+ "version": "0.1.1",
851
+ "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
852
+ "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
853
+ "license": "MIT",
854
+ "dependencies": {
855
+ "path-root-regex": "^0.1.0"
856
+ },
857
+ "engines": {
858
+ "node": ">=0.10.0"
859
+ }
860
+ },
861
+ "node_modules/path-root-regex": {
862
+ "version": "0.1.2",
863
+ "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
864
+ "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==",
865
+ "license": "MIT",
866
+ "engines": {
867
+ "node": ">=0.10.0"
868
+ }
869
+ },
870
+ "node_modules/promise": {
871
+ "version": "7.3.1",
872
+ "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
873
+ "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
874
+ "license": "MIT",
875
+ "dependencies": {
876
+ "asap": "~2.0.3"
877
+ }
878
+ },
879
+ "node_modules/relay-runtime": {
880
+ "version": "12.0.0",
881
+ "resolved": "https://registry.npmjs.org/relay-runtime/-/relay-runtime-12.0.0.tgz",
882
+ "integrity": "sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==",
883
+ "license": "MIT",
884
+ "dependencies": {
885
+ "@babel/runtime": "^7.0.0",
886
+ "fbjs": "^3.0.0",
887
+ "invariant": "^2.2.4"
888
+ }
889
+ },
890
+ "node_modules/sentence-case": {
891
+ "version": "3.0.4",
892
+ "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
893
+ "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
894
+ "license": "MIT",
895
+ "dependencies": {
896
+ "no-case": "^3.0.4",
897
+ "tslib": "^2.0.3",
898
+ "upper-case-first": "^2.0.2"
899
+ }
900
+ },
901
+ "node_modules/setimmediate": {
902
+ "version": "1.0.5",
903
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
904
+ "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
905
+ "license": "MIT"
906
+ },
907
+ "node_modules/signedsource": {
908
+ "version": "1.0.0",
909
+ "resolved": "https://registry.npmjs.org/signedsource/-/signedsource-1.0.0.tgz",
910
+ "integrity": "sha512-6+eerH9fEnNmi/hyM1DXcRK3pWdoMQtlkQ+ns0ntzunjKqp5i3sKCc80ym8Fib3iaYhdJUOPdhlJWj1tvge2Ww==",
911
+ "license": "BSD-3-Clause"
912
+ },
913
+ "node_modules/snake-case": {
914
+ "version": "3.0.4",
915
+ "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
916
+ "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
917
+ "license": "MIT",
918
+ "dependencies": {
919
+ "dot-case": "^3.0.4",
920
+ "tslib": "^2.0.3"
921
+ }
922
+ },
923
+ "node_modules/sponge-case": {
924
+ "version": "1.0.1",
925
+ "resolved": "https://registry.npmjs.org/sponge-case/-/sponge-case-1.0.1.tgz",
926
+ "integrity": "sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==",
927
+ "license": "MIT",
928
+ "dependencies": {
929
+ "tslib": "^2.0.3"
930
+ }
931
+ },
932
+ "node_modules/supports-color": {
933
+ "version": "7.2.0",
934
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
935
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
936
+ "license": "MIT",
937
+ "dependencies": {
938
+ "has-flag": "^4.0.0"
939
+ },
940
+ "engines": {
941
+ "node": ">=8"
942
+ }
943
+ },
944
+ "node_modules/swap-case": {
945
+ "version": "2.0.2",
946
+ "resolved": "https://registry.npmjs.org/swap-case/-/swap-case-2.0.2.tgz",
947
+ "integrity": "sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==",
948
+ "license": "MIT",
949
+ "dependencies": {
950
+ "tslib": "^2.0.3"
951
+ }
952
+ },
953
+ "node_modules/title-case": {
954
+ "version": "3.0.3",
955
+ "resolved": "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz",
956
+ "integrity": "sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==",
957
+ "license": "MIT",
958
+ "dependencies": {
959
+ "tslib": "^2.0.3"
960
+ }
961
+ },
962
+ "node_modules/tr46": {
963
+ "version": "0.0.3",
964
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
965
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
966
+ "license": "MIT"
967
+ },
968
+ "node_modules/tslib": {
969
+ "version": "2.6.3",
970
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
971
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
972
+ "license": "0BSD"
973
+ },
974
+ "node_modules/ua-parser-js": {
975
+ "version": "1.0.40",
976
+ "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.40.tgz",
977
+ "integrity": "sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==",
978
+ "funding": [
979
+ {
980
+ "type": "opencollective",
981
+ "url": "https://opencollective.com/ua-parser-js"
982
+ },
983
+ {
984
+ "type": "paypal",
985
+ "url": "https://paypal.me/faisalman"
986
+ },
987
+ {
988
+ "type": "github",
989
+ "url": "https://github.com/sponsors/faisalman"
990
+ }
991
+ ],
992
+ "license": "MIT",
993
+ "bin": {
994
+ "ua-parser-js": "script/cli.js"
995
+ },
996
+ "engines": {
997
+ "node": "*"
998
+ }
999
+ },
1000
+ "node_modules/unc-path-regex": {
1001
+ "version": "0.1.2",
1002
+ "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
1003
+ "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==",
1004
+ "license": "MIT",
1005
+ "engines": {
1006
+ "node": ">=0.10.0"
1007
+ }
1008
+ },
1009
+ "node_modules/upper-case": {
1010
+ "version": "2.0.2",
1011
+ "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz",
1012
+ "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==",
1013
+ "license": "MIT",
1014
+ "dependencies": {
1015
+ "tslib": "^2.0.3"
1016
+ }
1017
+ },
1018
+ "node_modules/upper-case-first": {
1019
+ "version": "2.0.2",
1020
+ "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz",
1021
+ "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==",
1022
+ "license": "MIT",
1023
+ "dependencies": {
1024
+ "tslib": "^2.0.3"
1025
+ }
1026
+ },
1027
+ "node_modules/webidl-conversions": {
1028
+ "version": "3.0.1",
1029
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
1030
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
1031
+ "license": "BSD-2-Clause"
1032
+ },
1033
+ "node_modules/whatwg-url": {
1034
+ "version": "5.0.0",
1035
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
1036
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
1037
+ "license": "MIT",
1038
+ "dependencies": {
1039
+ "tr46": "~0.0.3",
1040
+ "webidl-conversions": "^3.0.0"
1041
+ }
1042
+ }
1043
+ }
1044
+ }