-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
217 lines (217 loc) · 12.8 KB
/
package.json
File metadata and controls
217 lines (217 loc) · 12.8 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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
{
"name": "@shi-corp/sdk-shield",
"version": "3.3.0",
"type": "module",
"main": "bin/index.js",
"description": "SDK client used to interface with the SHIELD application.",
"keywords": [
"OpenAPI",
"SHIELD",
"SDK",
"Automation",
"API",
"SHI"
],
"homepage": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI#readme",
"bugs": {
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
},
"packageManager": "npm@11.11.0",
"devEngines": {
"runtime": {
"name": "node",
"version": ">=24.11.0",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"onFail": "error"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Software-Hardware-Integration-Lab/OpenAPI.git"
},
"license": "MIT",
"author": "Elliot Huffman (elliot_huffman@shi.com)",
"scripts": {
"build:Dev": "tsc",
"prebuild:Prod": "tsc --sourceMap false --emitDeclarationOnly false",
"build:Prod": "tsc --sourceMap false --removeComments false",
"generate:Sdk": "kiota generate -l typescript -d ../../../specs/SHIELD.json -c ShieldClient -o ./sdk/ --exclude-backward-compatible",
"prepare": "ts-patch install",
"lint": "eslint --max-warnings 0"
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
"@shi-corp/development-utilities": "~2.2.0",
"@types/node": "~25.4.0",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
},
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
"typia": "~11.0.3"
},
"overrides": {
"array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
"array-includes": "npm:@socketregistry/array-includes@^1",
"array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
"array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
"array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
"array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
"array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
"arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
"available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
"define-properties": "npm:@socketregistry/define-properties@^1",
"es-define-property": "npm:@socketregistry/es-define-property@^1",
"es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
"for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
"functions-have-names": "npm:@socketregistry/functions-have-names@^1",
"get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
"globalthis": "npm:@socketregistry/globalthis@^1",
"gopd": "npm:@socketregistry/gopd@^1",
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
"has-proto": "npm:@socketregistry/has-proto@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"internal-slot": "npm:@socketregistry/internal-slot@^1",
"is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
"is-bigint": "npm:@socketregistry/is-bigint@^1",
"is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"is-date-object": "npm:@socketregistry/is-date-object@^1",
"is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
"is-map": "npm:@socketregistry/is-map@^1",
"is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
"is-number-object": "npm:@socketregistry/is-number-object@^1",
"is-regex": "npm:@socketregistry/is-regex@^1",
"is-set": "npm:@socketregistry/is-set@^1",
"is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
"is-string": "npm:@socketregistry/is-string@^1",
"is-symbol": "npm:@socketregistry/is-symbol@^1",
"is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"is-weakmap": "npm:@socketregistry/is-weakmap@^1",
"is-weakref": "npm:@socketregistry/is-weakref@^1",
"is-weakset": "npm:@socketregistry/is-weakset@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"object-keys": "npm:@socketregistry/object-keys@^1",
"object.assign": "npm:@socketregistry/object.assign@^1",
"object.entries": "npm:@socketregistry/object.entries@^1",
"object.fromentries": "npm:@socketregistry/object.fromentries@^1",
"object.groupby": "npm:@socketregistry/object.groupby@^1",
"object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
"regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"set-function-length": "npm:@socketregistry/set-function-length@^1",
"side-channel": "npm:@socketregistry/side-channel@^1",
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
"string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
"string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
"string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
"string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
"string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
"typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
"typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
"typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
"typed-array-length": "npm:@socketregistry/typed-array-length@^1",
"unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
"which-collection": "npm:@socketregistry/which-collection@^1",
"which-typed-array": "npm:@socketregistry/which-typed-array@^1"
},
"resolutions": {
"array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
"array-includes": "npm:@socketregistry/array-includes@^1",
"array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
"array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
"array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
"array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
"array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
"arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
"available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
"define-properties": "npm:@socketregistry/define-properties@^1",
"es-define-property": "npm:@socketregistry/es-define-property@^1",
"es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
"for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
"functions-have-names": "npm:@socketregistry/functions-have-names@^1",
"get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
"globalthis": "npm:@socketregistry/globalthis@^1",
"gopd": "npm:@socketregistry/gopd@^1",
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
"has-proto": "npm:@socketregistry/has-proto@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"internal-slot": "npm:@socketregistry/internal-slot@^1",
"is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
"is-bigint": "npm:@socketregistry/is-bigint@^1",
"is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"is-date-object": "npm:@socketregistry/is-date-object@^1",
"is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
"is-map": "npm:@socketregistry/is-map@^1",
"is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
"is-number-object": "npm:@socketregistry/is-number-object@^1",
"is-regex": "npm:@socketregistry/is-regex@^1",
"is-set": "npm:@socketregistry/is-set@^1",
"is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
"is-string": "npm:@socketregistry/is-string@^1",
"is-symbol": "npm:@socketregistry/is-symbol@^1",
"is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"is-weakmap": "npm:@socketregistry/is-weakmap@^1",
"is-weakref": "npm:@socketregistry/is-weakref@^1",
"is-weakset": "npm:@socketregistry/is-weakset@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"object-keys": "npm:@socketregistry/object-keys@^1",
"object.assign": "npm:@socketregistry/object.assign@^1",
"object.entries": "npm:@socketregistry/object.entries@^1",
"object.fromentries": "npm:@socketregistry/object.fromentries@^1",
"object.groupby": "npm:@socketregistry/object.groupby@^1",
"object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
"regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"set-function-length": "npm:@socketregistry/set-function-length@^1",
"side-channel": "npm:@socketregistry/side-channel@^1",
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
"string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
"string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
"string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
"string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
"string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
"typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
"typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
"typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
"typed-array-length": "npm:@socketregistry/typed-array-length@^1",
"unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
"which-collection": "npm:@socketregistry/which-collection@^1",
"which-typed-array": "npm:@socketregistry/which-typed-array@^1"
}
}