-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
261 lines (261 loc) · 15.3 KB
/
package.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
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
{
"name": "nolyfill-monorepo",
"version": "1.0.42",
"private": true,
"files": [],
"scripts": {
"lint": "eslint --format sukka .",
"build": "turbo run build",
"build:analyze": "ANALYZE=true turbo run build",
"codegen": "node -r @swc-node/register create.ts",
"prerelease": "turbo run build",
"release": "bumpp --all --commit \"release: %s\" --tag \"%s\""
},
"devDependencies": {
"@eslint-sukka/node": "^6.8.1",
"@jsdevtools/ez-spawn": "^3.0.4",
"@nolyfill/internal": "workspace:*",
"@package-json/types": "^0.0.11",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.36",
"@types/node": "^20.16.11",
"bumpp": "^9.4.1",
"dequal": "2.0.3",
"eslint": "^9.12.0",
"eslint-config-sukka": "^6.8.1",
"eslint-formatter-sukka": "^6.8.1",
"path-scurry": "^2.0.0",
"picocolors": "^1.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.12.1",
"turbo": "^2.1.3",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.8.0"
},
"pnpm": {
"overrides": {
"abab": "workspace:@nolyfill/abab@*",
"array-buffer-byte-length": "workspace:@nolyfill/array-buffer-byte-length@*",
"array-flatten": "workspace:@nolyfill/array-flatten@*",
"array-includes": "workspace:@nolyfill/array-includes@*",
"array.from": "workspace:@nolyfill/array.from@*",
"array.of": "workspace:@nolyfill/array.of@*",
"array.prototype.at": "workspace:@nolyfill/array.prototype.at@*",
"array.prototype.every": "workspace:@nolyfill/array.prototype.every@*",
"array.prototype.find": "workspace:@nolyfill/array.prototype.find@*",
"array.prototype.findlast": "workspace:@nolyfill/array.prototype.findlast@*",
"array.prototype.findlastindex": "workspace:@nolyfill/array.prototype.findlastindex@*",
"array.prototype.flat": "workspace:@nolyfill/array.prototype.flat@*",
"array.prototype.flatmap": "workspace:@nolyfill/array.prototype.flatmap@*",
"array.prototype.foreach": "workspace:@nolyfill/array.prototype.foreach@*",
"array.prototype.reduce": "workspace:@nolyfill/array.prototype.reduce@*",
"array.prototype.toreversed": "workspace:@nolyfill/array.prototype.toreversed@*",
"array.prototype.tosorted": "workspace:@nolyfill/array.prototype.tosorted@*",
"arraybuffer.prototype.slice": "workspace:@nolyfill/arraybuffer.prototype.slice@*",
"assert": "workspace:@nolyfill/assert@*",
"asynciterator.prototype": "workspace:@nolyfill/asynciterator.prototype@*",
"available-typed-arrays": "workspace:@nolyfill/available-typed-arrays@*",
"deep-equal": "workspace:@nolyfill/deep-equal@*",
"deep-equal-json": "workspace:@nolyfill/deep-equal-json@*",
"define-properties": "workspace:@nolyfill/define-properties@*",
"es-aggregate-error": "workspace:@nolyfill/es-aggregate-error@*",
"es-iterator-helpers": "workspace:@nolyfill/es-iterator-helpers@*",
"es-set-tostringtag": "workspace:@nolyfill/es-set-tostringtag@*",
"es6-object-assign": "workspace:@nolyfill/es6-object-assign@*",
"function-bind": "workspace:@nolyfill/function-bind@*",
"function.prototype.name": "workspace:@nolyfill/function.prototype.name@*",
"get-symbol-description": "workspace:@nolyfill/get-symbol-description@*",
"globalthis": "workspace:@nolyfill/globalthis@*",
"gopd": "workspace:@nolyfill/gopd@*",
"harmony-reflect": "workspace:@nolyfill/harmony-reflect@*",
"has": "workspace:@nolyfill/has@*",
"has-property-descriptors": "workspace:@nolyfill/has-property-descriptors@*",
"has-proto": "workspace:@nolyfill/has-proto@*",
"has-symbols": "workspace:@nolyfill/has-symbols@*",
"has-tostringtag": "workspace:@nolyfill/has-tostringtag@*",
"hasown": "workspace:@nolyfill/hasown@*",
"internal-slot": "workspace:@nolyfill/internal-slot@*",
"is-arguments": "workspace:@nolyfill/is-arguments@*",
"is-array-buffer": "workspace:@nolyfill/is-array-buffer@*",
"is-core-module": "workspace:@nolyfill/is-core-module@*",
"is-date-object": "workspace:@nolyfill/is-date-object@*",
"is-generator-function": "workspace:@nolyfill/is-generator-function@*",
"is-nan": "workspace:@nolyfill/is-nan@*",
"is-regex": "workspace:@nolyfill/is-regex@*",
"is-shared-array-buffer": "workspace:@nolyfill/is-shared-array-buffer@*",
"is-string": "workspace:@nolyfill/is-string@*",
"is-symbol": "workspace:@nolyfill/is-symbol@*",
"is-typed-array": "workspace:@nolyfill/is-typed-array@*",
"is-weakref": "workspace:@nolyfill/is-weakref@*",
"isarray": "workspace:@nolyfill/isarray@*",
"iterator.prototype": "workspace:@nolyfill/iterator.prototype@*",
"json-stable-stringify": "workspace:@nolyfill/json-stable-stringify@*",
"jsonify": "workspace:@nolyfill/jsonify@*",
"number-is-nan": "workspace:@nolyfill/number-is-nan@*",
"object-is": "workspace:@nolyfill/object-is@*",
"object-keys": "workspace:@nolyfill/object-keys@*",
"object.assign": "workspace:@nolyfill/object.assign@*",
"object.entries": "workspace:@nolyfill/object.entries@*",
"object.fromentries": "workspace:@nolyfill/object.fromentries@*",
"object.getownpropertydescriptors": "workspace:@nolyfill/object.getownpropertydescriptors@*",
"object.groupby": "workspace:@nolyfill/object.groupby@*",
"object.hasown": "workspace:@nolyfill/object.hasown@*",
"object.values": "workspace:@nolyfill/object.values@*",
"promise.allsettled": "workspace:@nolyfill/promise.allsettled@*",
"promise.any": "workspace:@nolyfill/promise.any@*",
"reflect.getprototypeof": "workspace:@nolyfill/reflect.getprototypeof@*",
"reflect.ownkeys": "workspace:@nolyfill/reflect.ownkeys@*",
"regexp.prototype.flags": "workspace:@nolyfill/regexp.prototype.flags@*",
"safe-array-concat": "workspace:@nolyfill/safe-array-concat@*",
"safe-buffer": "workspace:@nolyfill/safe-buffer@*",
"safe-regex-test": "workspace:@nolyfill/safe-regex-test@*",
"safer-buffer": "workspace:@nolyfill/safer-buffer@*",
"set-function-length": "workspace:@nolyfill/set-function-length@*",
"side-channel": "workspace:@nolyfill/side-channel@*",
"string.prototype.at": "workspace:@nolyfill/string.prototype.at@*",
"string.prototype.codepointat": "workspace:@nolyfill/string.prototype.codepointat@*",
"string.prototype.includes": "workspace:@nolyfill/string.prototype.includes@*",
"string.prototype.matchall": "workspace:@nolyfill/string.prototype.matchall@*",
"string.prototype.padend": "workspace:@nolyfill/string.prototype.padend@*",
"string.prototype.padstart": "workspace:@nolyfill/string.prototype.padstart@*",
"string.prototype.repeat": "workspace:@nolyfill/string.prototype.repeat@*",
"string.prototype.replaceall": "workspace:@nolyfill/string.prototype.replaceall@*",
"string.prototype.split": "workspace:@nolyfill/string.prototype.split@*",
"string.prototype.startswith": "workspace:@nolyfill/string.prototype.startswith@*",
"string.prototype.trim": "workspace:@nolyfill/string.prototype.trim@*",
"string.prototype.trimend": "workspace:@nolyfill/string.prototype.trimend@*",
"string.prototype.trimleft": "workspace:@nolyfill/string.prototype.trimleft@*",
"string.prototype.trimright": "workspace:@nolyfill/string.prototype.trimright@*",
"string.prototype.trimstart": "workspace:@nolyfill/string.prototype.trimstart@*",
"typed-array-buffer": "workspace:@nolyfill/typed-array-buffer@*",
"typed-array-byte-length": "workspace:@nolyfill/typed-array-byte-length@*",
"typed-array-byte-offset": "workspace:@nolyfill/typed-array-byte-offset@*",
"typed-array-length": "workspace:@nolyfill/typed-array-length@*",
"typedarray": "workspace:@nolyfill/typedarray@*",
"typedarray.prototype.slice": "workspace:@nolyfill/typedarray.prototype.slice@*",
"unbox-primitive": "workspace:@nolyfill/unbox-primitive@*",
"util.promisify": "workspace:@nolyfill/util.promisify@*",
"which-boxed-primitive": "workspace:@nolyfill/which-boxed-primitive@*",
"which-typed-array": "workspace:@nolyfill/which-typed-array@*"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@pnpm/[email protected]": "patches/@[email protected]",
"@pnpm/[email protected]": "patches/@[email protected]",
"@pnpm/[email protected]": "patches/@[email protected]",
"@yarnpkg/parsers": "patches/@yarnpkg__parsers.patch",
"@npmcli/arborist": "patches/@npmcli__arborist.patch",
"@types/npmcli__arborist": "patches/@types__npmcli__arborist.patch"
}
},
"overrides": {
"abab": "npm:@nolyfill/abab@^1.0",
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@^1.0",
"array-flatten": "npm:@nolyfill/array-flatten@^1.0",
"array-includes": "npm:@nolyfill/array-includes@^1.0",
"array.from": "npm:@nolyfill/array.from@^1.0",
"array.of": "npm:@nolyfill/array.of@^1.0",
"array.prototype.at": "npm:@nolyfill/array.prototype.at@^1.0",
"array.prototype.every": "npm:@nolyfill/array.prototype.every@^1.0",
"array.prototype.find": "npm:@nolyfill/array.prototype.find@^1.0",
"array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1.0",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1.0",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1.0",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1.0",
"array.prototype.foreach": "npm:@nolyfill/array.prototype.foreach@^1.0",
"array.prototype.reduce": "npm:@nolyfill/array.prototype.reduce@^1.0",
"array.prototype.toreversed": "npm:@nolyfill/array.prototype.toreversed@^1.0",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1.0",
"arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@^1.0",
"assert": "npm:@nolyfill/assert@^1.0",
"asynciterator.prototype": "npm:@nolyfill/asynciterator.prototype@^1.0",
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@^1.0",
"deep-equal": "npm:@nolyfill/deep-equal@^1.0",
"deep-equal-json": "npm:@nolyfill/deep-equal-json@^1.0",
"define-properties": "npm:@nolyfill/define-properties@^1.0",
"es-aggregate-error": "npm:@nolyfill/es-aggregate-error@^1.0",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1.0",
"es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@^1.0",
"es6-object-assign": "npm:@nolyfill/es6-object-assign@^1.0",
"function-bind": "npm:@nolyfill/function-bind@^1.0",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@^1.0",
"get-symbol-description": "npm:@nolyfill/get-symbol-description@^1.0",
"globalthis": "npm:@nolyfill/globalthis@^1.0",
"gopd": "npm:@nolyfill/gopd@^1.0",
"harmony-reflect": "npm:@nolyfill/harmony-reflect@^1.0",
"has": "npm:@nolyfill/has@^1.0",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1.0",
"has-proto": "npm:@nolyfill/has-proto@^1.0",
"has-symbols": "npm:@nolyfill/has-symbols@^1.0",
"has-tostringtag": "npm:@nolyfill/has-tostringtag@^1.0",
"hasown": "npm:@nolyfill/hasown@^1.0",
"internal-slot": "npm:@nolyfill/internal-slot@^1.0",
"is-arguments": "npm:@nolyfill/is-arguments@^1.0",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@^1.0",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0",
"is-date-object": "npm:@nolyfill/is-date-object@^1.0",
"is-generator-function": "npm:@nolyfill/is-generator-function@^1.0",
"is-nan": "npm:@nolyfill/is-nan@^1.0",
"is-regex": "npm:@nolyfill/is-regex@^1.0",
"is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@^1.0",
"is-string": "npm:@nolyfill/is-string@^1.0",
"is-symbol": "npm:@nolyfill/is-symbol@^1.0",
"is-typed-array": "npm:@nolyfill/is-typed-array@^1.0",
"is-weakref": "npm:@nolyfill/is-weakref@^1.0",
"isarray": "npm:@nolyfill/isarray@^1.0",
"iterator.prototype": "npm:@nolyfill/iterator.prototype@^1.0",
"json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1.0",
"jsonify": "npm:@nolyfill/jsonify@^1.0",
"number-is-nan": "npm:@nolyfill/number-is-nan@^1.0",
"object-is": "npm:@nolyfill/object-is@^1.0",
"object-keys": "npm:@nolyfill/object-keys@^1.0",
"object.assign": "npm:@nolyfill/object.assign@^1.0",
"object.entries": "npm:@nolyfill/object.entries@^1.0",
"object.fromentries": "npm:@nolyfill/object.fromentries@^1.0",
"object.getownpropertydescriptors": "npm:@nolyfill/object.getownpropertydescriptors@^1.0",
"object.groupby": "npm:@nolyfill/object.groupby@^1.0",
"object.hasown": "npm:@nolyfill/object.hasown@^1.0",
"object.values": "npm:@nolyfill/object.values@^1.0",
"promise.allsettled": "npm:@nolyfill/promise.allsettled@^1.0",
"promise.any": "npm:@nolyfill/promise.any@^1.0",
"reflect.getprototypeof": "npm:@nolyfill/reflect.getprototypeof@^1.0",
"reflect.ownkeys": "npm:@nolyfill/reflect.ownkeys@^1.0",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@^1.0",
"safe-array-concat": "npm:@nolyfill/safe-array-concat@^1.0",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0",
"safe-regex-test": "npm:@nolyfill/safe-regex-test@^1.0",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0",
"set-function-length": "npm:@nolyfill/set-function-length@^1.0",
"side-channel": "npm:@nolyfill/side-channel@^1.0",
"string.prototype.at": "npm:@nolyfill/string.prototype.at@^1.0",
"string.prototype.codepointat": "npm:@nolyfill/string.prototype.codepointat@^1.0",
"string.prototype.includes": "npm:@nolyfill/string.prototype.includes@^1.0",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0",
"string.prototype.padend": "npm:@nolyfill/string.prototype.padend@^1.0",
"string.prototype.padstart": "npm:@nolyfill/string.prototype.padstart@^1.0",
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1.0",
"string.prototype.replaceall": "npm:@nolyfill/string.prototype.replaceall@^1.0",
"string.prototype.split": "npm:@nolyfill/string.prototype.split@^1.0",
"string.prototype.startswith": "npm:@nolyfill/string.prototype.startswith@^1.0",
"string.prototype.trim": "npm:@nolyfill/string.prototype.trim@^1.0",
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1.0",
"string.prototype.trimleft": "npm:@nolyfill/string.prototype.trimleft@^1.0",
"string.prototype.trimright": "npm:@nolyfill/string.prototype.trimright@^1.0",
"string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@^1.0",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@^1.0",
"typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@^1.0",
"typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@^1.0",
"typed-array-length": "npm:@nolyfill/typed-array-length@^1.0",
"typedarray": "npm:@nolyfill/typedarray@^1.0",
"typedarray.prototype.slice": "npm:@nolyfill/typedarray.prototype.slice@^1.0",
"unbox-primitive": "npm:@nolyfill/unbox-primitive@^1.0",
"util.promisify": "npm:@nolyfill/util.promisify@^1.0",
"which-boxed-primitive": "npm:@nolyfill/which-boxed-primitive@^1.0",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0"
}
}