module-replacements 2.1.0 → 2.3.0

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.
@@ -2,34 +2,538 @@
2
2
  "moduleReplacements": [
3
3
  {
4
4
  "type": "native",
5
- "moduleName": "object.entries",
6
- "nodeVersion": "7.0.0",
7
- "replacement": "Object.entries",
8
- "mdnPath": "Global_Objects/Object/entries",
5
+ "moduleName": "date",
6
+ "nodeVersion": "0.10.0",
7
+ "replacement": "Date",
8
+ "mdnPath": "Global_Objects/Date",
9
+ "category": "native"
10
+ },
11
+ {
12
+ "type": "native",
13
+ "moduleName": "for-each",
14
+ "nodeVersion": "0.12.0",
15
+ "replacement": "for...of (using \"Object.entries\" if dealing with objects)",
16
+ "mdnPath": "Statements/for...of",
17
+ "category": "native"
18
+ },
19
+ {
20
+ "type": "native",
21
+ "moduleName": "iterate-iterator",
22
+ "nodeVersion": "0.12.0",
23
+ "replacement": "for...of",
24
+ "mdnPath": "Statements/for...of",
25
+ "category": "native"
26
+ },
27
+ {
28
+ "type": "native",
29
+ "moduleName": "iterate-value",
30
+ "nodeVersion": "0.12.0",
31
+ "replacement": "for...of",
32
+ "mdnPath": "Statements/for...of",
33
+ "category": "native"
34
+ },
35
+ {
36
+ "type": "native",
37
+ "moduleName": "array-includes",
38
+ "nodeVersion": "6.0.0",
39
+ "replacement": "Array.prototype.includes",
40
+ "mdnPath": "Global_Objects/Array/includes",
41
+ "category": "native"
42
+ },
43
+ {
44
+ "type": "native",
45
+ "moduleName": "array.prototype.at",
46
+ "nodeVersion": "16.6.0",
47
+ "replacement": "Array.prototype.at",
48
+ "mdnPath": "Global_Objects/Array/at",
49
+ "category": "native"
50
+ },
51
+ {
52
+ "type": "native",
53
+ "moduleName": "array.prototype.concat",
54
+ "nodeVersion": "0.10.0",
55
+ "replacement": "Array.prototype.concat",
56
+ "mdnPath": "Global_Objects/Array/concat",
57
+ "category": "native"
58
+ },
59
+ {
60
+ "type": "native",
61
+ "moduleName": "array.prototype.copywithin",
62
+ "nodeVersion": "4.0.0",
63
+ "replacement": "Array.prototype.copyWithin",
64
+ "mdnPath": "Global_Objects/Array/copyWithin",
65
+ "category": "native"
66
+ },
67
+ {
68
+ "type": "native",
69
+ "moduleName": "array.prototype.entries",
70
+ "nodeVersion": "0.12.0",
71
+ "replacement": "Array.prototype.entries",
72
+ "mdnPath": "Global_Objects/Array/entries",
73
+ "category": "native"
74
+ },
75
+ {
76
+ "type": "native",
77
+ "moduleName": "array.prototype.every",
78
+ "nodeVersion": "0.10.0",
79
+ "replacement": "Array.prototype.every",
80
+ "mdnPath": "Global_Objects/Array/every",
81
+ "category": "native"
82
+ },
83
+ {
84
+ "type": "native",
85
+ "moduleName": "array.prototype.filter",
86
+ "nodeVersion": "0.10.0",
87
+ "replacement": "Array.prototype.filter",
88
+ "mdnPath": "Global_Objects/Array/filter",
89
+ "category": "native"
90
+ },
91
+ {
92
+ "type": "native",
93
+ "moduleName": "array.prototype.find",
94
+ "nodeVersion": "4.0.0",
95
+ "replacement": "Array.prototype.find",
96
+ "mdnPath": "Global_Objects/Array/find",
97
+ "category": "native"
98
+ },
99
+ {
100
+ "type": "native",
101
+ "moduleName": "array.prototype.findindex",
102
+ "nodeVersion": "4.0.0",
103
+ "replacement": "Array.prototype.findIndex",
104
+ "mdnPath": "Global_Objects/Array/findIndex",
105
+ "category": "native"
106
+ },
107
+ {
108
+ "type": "native",
109
+ "moduleName": "array.prototype.flat",
110
+ "nodeVersion": "11.0.0",
111
+ "replacement": "Array.prototype.flat",
112
+ "mdnPath": "Global_Objects/Array/flat",
113
+ "category": "native"
114
+ },
115
+ {
116
+ "type": "native",
117
+ "moduleName": "array.prototype.flatmap",
118
+ "nodeVersion": "11.0.0",
119
+ "replacement": "Array.prototype.flatMap",
120
+ "mdnPath": "Global_Objects/Array/flatMap",
121
+ "category": "native"
122
+ },
123
+ {
124
+ "type": "native",
125
+ "moduleName": "array.prototype.foreach",
126
+ "nodeVersion": "0.10.0",
127
+ "replacement": "Array.prototype.forEach",
128
+ "mdnPath": "Global_Objects/Array/forEach",
129
+ "category": "native"
130
+ },
131
+ {
132
+ "type": "native",
133
+ "moduleName": "array.from",
134
+ "nodeVersion": "4.0.0",
135
+ "replacement": "Array.from",
136
+ "mdnPath": "Global_Objects/Array/from",
137
+ "category": "native"
138
+ },
139
+ {
140
+ "type": "native",
141
+ "moduleName": "array.prototype.indexof",
142
+ "nodeVersion": "0.10.0",
143
+ "replacement": "Array.prototype.indexOf",
144
+ "mdnPath": "Global_Objects/Array/indexOf",
145
+ "category": "native"
146
+ },
147
+ {
148
+ "type": "native",
149
+ "moduleName": "array.prototype.join",
150
+ "nodeVersion": "0.10.0",
151
+ "replacement": "Array.prototype.join",
152
+ "mdnPath": "Global_Objects/Array/join",
153
+ "category": "native"
154
+ },
155
+ {
156
+ "type": "native",
157
+ "moduleName": "array.prototype.keys",
158
+ "nodeVersion": "0.12.0",
159
+ "replacement": "Array.prototype.keys",
160
+ "mdnPath": "Global_Objects/Array/keys",
161
+ "category": "native"
162
+ },
163
+ {
164
+ "type": "native",
165
+ "moduleName": "array.prototype.lastindexof",
166
+ "nodeVersion": "0.10.0",
167
+ "replacement": "Array.prototype.lastIndexOf",
168
+ "mdnPath": "Global_Objects/Array/lastIndexOf",
169
+ "category": "native"
170
+ },
171
+ {
172
+ "type": "native",
173
+ "moduleName": "array.prototype.map",
174
+ "nodeVersion": "0.10.0",
175
+ "replacement": "Array.prototype.map",
176
+ "mdnPath": "Global_Objects/Array/map",
177
+ "category": "native"
178
+ },
179
+ {
180
+ "type": "native",
181
+ "moduleName": "array.of",
182
+ "nodeVersion": "4.0.0",
183
+ "replacement": "Array.of",
184
+ "mdnPath": "Global_Objects/Array/of",
185
+ "category": "native"
186
+ },
187
+ {
188
+ "type": "native",
189
+ "moduleName": "array.prototype.push",
190
+ "nodeVersion": "0.10.0",
191
+ "replacement": "Array.prototype.push",
192
+ "mdnPath": "Global_Objects/Array/push",
193
+ "category": "native"
194
+ },
195
+ {
196
+ "type": "native",
197
+ "moduleName": "array.prototype.reduce",
198
+ "nodeVersion": "0.10.0",
199
+ "replacement": "Array.prototype.reduce",
200
+ "mdnPath": "Global_Objects/Array/reduce",
201
+ "category": "native"
202
+ },
203
+ {
204
+ "type": "native",
205
+ "moduleName": "array.prototype.reduceright",
206
+ "nodeVersion": "0.10.0",
207
+ "replacement": "Array.prototype.reduceRight",
208
+ "mdnPath": "Global_Objects/Array/reduceRight",
209
+ "category": "native"
210
+ },
211
+ {
212
+ "type": "native",
213
+ "moduleName": "array.prototype.slice",
214
+ "nodeVersion": "0.10.0",
215
+ "replacement": "Array.prototype.slice",
216
+ "mdnPath": "Global_Objects/Array/slice",
217
+ "category": "native"
218
+ },
219
+ {
220
+ "type": "native",
221
+ "moduleName": "array.prototype.some",
222
+ "nodeVersion": "0.10.0",
223
+ "replacement": "Array.prototype.some",
224
+ "mdnPath": "Global_Objects/Array/some",
225
+ "category": "native"
226
+ },
227
+ {
228
+ "type": "native",
229
+ "moduleName": "array.prototype.splice",
230
+ "nodeVersion": "0.10.0",
231
+ "replacement": "Array.prototype.splice",
232
+ "mdnPath": "Global_Objects/Array/splice",
233
+ "category": "native"
234
+ },
235
+ {
236
+ "type": "native",
237
+ "moduleName": "array.prototype.unshift",
238
+ "nodeVersion": "0.10.0",
239
+ "replacement": "Array.prototype.unshift",
240
+ "mdnPath": "Global_Objects/Array/unshift",
241
+ "category": "native"
242
+ },
243
+ {
244
+ "type": "native",
245
+ "moduleName": "array.prototype.values",
246
+ "nodeVersion": "10.9.0",
247
+ "replacement": "Array.prototype.values",
248
+ "mdnPath": "Global_Objects/Array/values",
249
+ "category": "native"
250
+ },
251
+ {
252
+ "type": "native",
253
+ "moduleName": "array-buffer-byte-length",
254
+ "nodeVersion": "0.10.0",
255
+ "replacement": "ArrayBuffer.prototype.byteLength",
256
+ "mdnPath": "Global_Objects/ArrayBuffer/byteLength",
257
+ "category": "native"
258
+ },
259
+ {
260
+ "type": "native",
261
+ "moduleName": "arraybuffer.prototype.slice",
262
+ "nodeVersion": "0.12.0",
263
+ "replacement": "ArrayBuffer.prototype.slice",
264
+ "mdnPath": "Global_Objects/ArrayBuffer/slice",
265
+ "category": "native"
266
+ },
267
+ {
268
+ "type": "native",
269
+ "moduleName": "data-view-buffer",
270
+ "nodeVersion": "0.10.0",
271
+ "replacement": "DataView.prototype.buffer",
272
+ "mdnPath": "Global_Objects/DataView/buffer",
273
+ "category": "native"
274
+ },
275
+ {
276
+ "type": "native",
277
+ "moduleName": "concat-map",
278
+ "nodeVersion": "11.0.0",
279
+ "replacement": "Array.prototype.flatMap",
280
+ "mdnPath": "Global_Objects/Array/flatMap",
281
+ "category": "native"
282
+ },
283
+ {
284
+ "type": "native",
285
+ "moduleName": "data-view-byte-length",
286
+ "nodeVersion": "0.10.0",
287
+ "replacement": "DataView.prototype.byteLength",
288
+ "mdnPath": "Global_Objects/DataView/byteLength",
289
+ "category": "native"
290
+ },
291
+ {
292
+ "type": "native",
293
+ "moduleName": "data-view-byte-offset",
294
+ "nodeVersion": "0.10.0",
295
+ "replacement": "DataView.prototype.byteOffset",
296
+ "mdnPath": "Global_Objects/DataView/byteOffset",
297
+ "category": "native"
298
+ },
299
+ {
300
+ "type": "native",
301
+ "moduleName": "define-accessor-property",
302
+ "nodeVersion": "0.10.0",
303
+ "replacement": "Object.defineProperty",
304
+ "mdnPath": "Global_Objects/Object/defineProperty",
305
+ "category": "native"
306
+ },
307
+ {
308
+ "type": "native",
309
+ "moduleName": "define-data-property",
310
+ "nodeVersion": "0.10.0",
311
+ "replacement": "Object.defineProperty",
312
+ "mdnPath": "Global_Objects/Object/defineProperty",
313
+ "category": "native"
314
+ },
315
+ {
316
+ "type": "native",
317
+ "moduleName": "es-aggregate-error",
318
+ "nodeVersion": "15.0.0",
319
+ "replacement": "AggregateError",
320
+ "mdnPath": "Global_Objects/AggregateError",
321
+ "category": "native"
322
+ },
323
+ {
324
+ "type": "native",
325
+ "moduleName": "error-cause",
326
+ "nodeVersion": "16.9.0",
327
+ "replacement": "Use errors `.cause` property and second `Error` constructors argument to define it",
328
+ "mdnPath": "Global_Objects/Error/cause",
329
+ "category": "native"
330
+ },
331
+ {
332
+ "type": "native",
333
+ "moduleName": "es-create-array-iterator",
334
+ "nodeVersion": "0.12.0",
335
+ "replacement": "Array.prototype.{ entries, keys, values, [Symbol.iterator] }",
336
+ "mdnPath": "Global_Objects/Array/entries",
337
+ "category": "native"
338
+ },
339
+ {
340
+ "type": "native",
341
+ "moduleName": "es-define-property",
342
+ "nodeVersion": "0.10.0",
343
+ "replacement": "Object.defineProperty",
344
+ "mdnPath": "Global_Objects/Object/defineProperty",
345
+ "category": "native"
346
+ },
347
+ {
348
+ "type": "native",
349
+ "moduleName": "es-errors",
350
+ "nodeVersion": "0.10.0",
351
+ "replacement": "Error / EvalError / RangeError / ReferenceError / SyntaxError / TypeError / URIError",
352
+ "mdnPath": "Global_Objects/Error",
353
+ "category": "native"
354
+ },
355
+ {
356
+ "type": "native",
357
+ "moduleName": "es-shim-unscopables",
358
+ "nodeVersion": "0.12.0",
359
+ "replacement": "Array.prototype[Symbol.unscopables]",
360
+ "mdnPath": "Global_Objects/Array/@@unscopables",
361
+ "category": "native"
362
+ },
363
+ {
364
+ "type": "native",
365
+ "moduleName": "es-string-html-methods",
366
+ "nodeVersion": "0.10.0",
367
+ "replacement": "String.prototype.{ anchor, big, blink, bold, fixed, fontcolor, fontsize, italics, link, small, strike, sub, sup }",
368
+ "mdnPath": "Global_Objects/String#html_wrapper_methods",
369
+ "category": "native"
370
+ },
371
+ {
372
+ "type": "native",
373
+ "moduleName": "functions-have-names",
374
+ "nodeVersion": "0.10.0",
375
+ "replacement": "Always `true`",
376
+ "mdnPath": "Global_Objects/Function/name",
377
+ "category": "native"
378
+ },
379
+ {
380
+ "type": "native",
381
+ "moduleName": "function.prototype.name",
382
+ "nodeVersion": "0.10.0",
383
+ "replacement": "Use functions `.name` property",
384
+ "mdnPath": "Global_Objects/Function/name",
385
+ "category": "native"
386
+ },
387
+ {
388
+ "type": "native",
389
+ "moduleName": "global",
390
+ "nodeVersion": "12.0.0",
391
+ "replacement": "globalThis",
392
+ "mdnPath": "Global_Objects/globalThis",
393
+ "category": "native"
394
+ },
395
+ {
396
+ "type": "native",
397
+ "moduleName": "get-symbol-description",
398
+ "nodeVersion": "11.0.0",
399
+ "replacement": "Symbol.prototype.description",
400
+ "mdnPath": "Global_Objects/Symbol/description",
401
+ "category": "native"
402
+ },
403
+ {
404
+ "type": "native",
405
+ "moduleName": "globalthis",
406
+ "nodeVersion": "12.0.0",
407
+ "replacement": "globalThis",
408
+ "mdnPath": "Global_Objects/globalThis",
409
+ "category": "native"
410
+ },
411
+ {
412
+ "type": "native",
413
+ "moduleName": "gopd",
414
+ "nodeVersion": "0.10.0",
415
+ "replacement": "Object.getOwnPropertyDescriptor",
416
+ "mdnPath": "Global_Objects/Object/getOwnPropertyDescriptor",
417
+ "category": "native"
418
+ },
419
+ {
420
+ "type": "native",
421
+ "moduleName": "has-proto",
422
+ "nodeVersion": "0.10.0",
423
+ "replacement": "Always `true`",
424
+ "mdnPath": "Operators/Object_initializer#prototype_setter",
425
+ "category": "native"
426
+ },
427
+ {
428
+ "type": "native",
429
+ "moduleName": "has-symbols",
430
+ "nodeVersion": "0.12.0",
431
+ "replacement": "Always `true`",
432
+ "mdnPath": "Global_Objects/Symbol",
433
+ "category": "native"
434
+ },
435
+ {
436
+ "type": "native",
437
+ "moduleName": "has-tostringtag",
438
+ "nodeVersion": "6.0.0",
439
+ "replacement": "Always `true`",
440
+ "mdnPath": "Global_Objects/Symbol/toStringTag",
441
+ "category": "native"
442
+ },
443
+ {
444
+ "type": "native",
445
+ "moduleName": "math.acosh",
446
+ "nodeVersion": "0.10.0",
447
+ "replacement": "Math.acosh",
448
+ "mdnPath": "Global_Objects/Math/acosh",
449
+ "category": "native"
450
+ },
451
+ {
452
+ "type": "native",
453
+ "moduleName": "math.atanh",
454
+ "nodeVersion": "0.10.0",
455
+ "replacement": "Math.atanh",
456
+ "mdnPath": "Global_Objects/Math/atanh",
457
+ "category": "native"
458
+ },
459
+ {
460
+ "type": "native",
461
+ "moduleName": "math.cbrt",
462
+ "nodeVersion": "0.10.0",
463
+ "replacement": "Math.cbrt",
464
+ "mdnPath": "Global_Objects/Math/cbrt",
465
+ "category": "native"
466
+ },
467
+ {
468
+ "type": "native",
469
+ "moduleName": "math.clz32",
470
+ "nodeVersion": "0.10.0",
471
+ "replacement": "Math.clz32",
472
+ "mdnPath": "Global_Objects/Math/clz32",
473
+ "category": "native"
474
+ },
475
+ {
476
+ "type": "native",
477
+ "moduleName": "math.f16round",
478
+ "nodeVersion": "0.10.0",
479
+ "replacement": "Math.f16round",
480
+ "mdnPath": "Global_Objects/Math/f16round",
481
+ "category": "native"
482
+ },
483
+ {
484
+ "type": "native",
485
+ "moduleName": "math.fround",
486
+ "nodeVersion": "0.10.0",
487
+ "replacement": "Math.fround",
488
+ "mdnPath": "Global_Objects/Math/fround",
489
+ "category": "native"
490
+ },
491
+ {
492
+ "type": "native",
493
+ "moduleName": "math.imul",
494
+ "nodeVersion": "0.10.0",
495
+ "replacement": "Math.imul",
496
+ "mdnPath": "Global_Objects/Math/imul",
497
+ "category": "native"
498
+ },
499
+ {
500
+ "type": "native",
501
+ "moduleName": "math.log10",
502
+ "nodeVersion": "0.10.0",
503
+ "replacement": "Math.log10",
504
+ "mdnPath": "Global_Objects/Math/log10",
505
+ "category": "native"
506
+ },
507
+ {
508
+ "type": "native",
509
+ "moduleName": "math.log1p",
510
+ "nodeVersion": "0.10.0",
511
+ "replacement": "Math.log1p",
512
+ "mdnPath": "Global_Objects/Math/log1p",
9
513
  "category": "native"
10
514
  },
11
515
  {
12
516
  "type": "native",
13
- "moduleName": "date",
517
+ "moduleName": "math.sign",
14
518
  "nodeVersion": "0.10.0",
15
- "replacement": "Date",
16
- "mdnPath": "Global_Objects/Date",
519
+ "replacement": "Math.sign",
520
+ "mdnPath": "Global_Objects/Math/sign",
17
521
  "category": "native"
18
522
  },
19
523
  {
20
524
  "type": "native",
21
- "moduleName": "for-each",
22
- "nodeVersion": "0.12.0",
23
- "replacement": "for...of (using \"Object.entries\" if dealing with objects)",
24
- "mdnPath": "Statements/for...of",
525
+ "moduleName": "number.isfinite",
526
+ "nodeVersion": "0.10.0",
527
+ "replacement": "Number.isFinite",
528
+ "mdnPath": "Global_Objects/Number/isFinite",
25
529
  "category": "native"
26
530
  },
27
531
  {
28
532
  "type": "native",
29
- "moduleName": "array.of",
30
- "nodeVersion": "4.0.0",
31
- "replacement": "Array.of",
32
- "mdnPath": "Global_Objects/Array/of",
533
+ "moduleName": "number.isinteger",
534
+ "nodeVersion": "0.10.0",
535
+ "replacement": "Number.isInteger",
536
+ "mdnPath": "Global_Objects/Number/isInteger",
33
537
  "category": "native"
34
538
  },
35
539
  {
@@ -42,18 +546,34 @@
42
546
  },
43
547
  {
44
548
  "type": "native",
45
- "moduleName": "array.prototype.findindex",
46
- "nodeVersion": "4.0.0",
47
- "replacement": "Array.prototype.findIndex",
48
- "mdnPath": "Global_Objects/Array/findIndex",
549
+ "moduleName": "number.issafeinteger",
550
+ "nodeVersion": "0.10.0",
551
+ "replacement": "Number.isSafeInteger",
552
+ "mdnPath": "Global_Objects/Number/isSafeInteger",
49
553
  "category": "native"
50
554
  },
51
555
  {
52
556
  "type": "native",
53
- "moduleName": "array.from",
54
- "nodeVersion": "4.0.0",
55
- "replacement": "Array.from",
56
- "mdnPath": "Global_Objects/Array/from",
557
+ "moduleName": "number.parsefloat",
558
+ "nodeVersion": "0.10.0",
559
+ "replacement": "Number.parseFloat",
560
+ "mdnPath": "Global_Objects/Number/parseFloat",
561
+ "category": "native"
562
+ },
563
+ {
564
+ "type": "native",
565
+ "moduleName": "number.parseint",
566
+ "nodeVersion": "0.10.0",
567
+ "replacement": "Number.parseInt",
568
+ "mdnPath": "Global_Objects/Number/parseInt",
569
+ "category": "native"
570
+ },
571
+ {
572
+ "type": "native",
573
+ "moduleName": "number.prototype.toexponential",
574
+ "nodeVersion": "0.10.0",
575
+ "replacement": "Number.prototype.toExponential",
576
+ "mdnPath": "Global_Objects/Number/toExponential",
57
577
  "category": "native"
58
578
  },
59
579
  {
@@ -64,6 +584,326 @@
64
584
  "mdnPath": "Global_Objects/Object/is",
65
585
  "category": "native"
66
586
  },
587
+ {
588
+ "type": "native",
589
+ "moduleName": "object.assign",
590
+ "nodeVersion": "4.0.0",
591
+ "replacement": "Object.assign",
592
+ "mdnPath": "Global_Objects/Object/assign",
593
+ "category": "native"
594
+ },
595
+ {
596
+ "type": "native",
597
+ "moduleName": "object-assign",
598
+ "nodeVersion": "4.0.0",
599
+ "replacement": "Object.assign",
600
+ "mdnPath": "Global_Objects/Object/assign",
601
+ "category": "native"
602
+ },
603
+ {
604
+ "type": "native",
605
+ "moduleName": "object.defineproperties",
606
+ "nodeVersion": "0.10.0",
607
+ "replacement": "Object.defineProperties",
608
+ "mdnPath": "Global_Objects/Object/defineProperties",
609
+ "category": "native"
610
+ },
611
+ {
612
+ "type": "native",
613
+ "moduleName": "object.entries",
614
+ "nodeVersion": "7.0.0",
615
+ "replacement": "Object.entries",
616
+ "mdnPath": "Global_Objects/Object/entries",
617
+ "category": "native"
618
+ },
619
+ {
620
+ "type": "native",
621
+ "moduleName": "object.fromentries",
622
+ "nodeVersion": "12.0.0",
623
+ "replacement": "Object.fromEntries",
624
+ "mdnPath": "Global_Objects/Object/fromEntries",
625
+ "category": "native"
626
+ },
627
+ {
628
+ "type": "native",
629
+ "moduleName": "object.getownpropertydescriptors",
630
+ "nodeVersion": "7.0.0",
631
+ "replacement": "Object.getOwnPropertyDescriptors",
632
+ "mdnPath": "Global_Objects/Object/getOwnPropertyDescriptors",
633
+ "category": "native"
634
+ },
635
+ {
636
+ "type": "native",
637
+ "moduleName": "object.getprototypeof",
638
+ "nodeVersion": "0.10.0",
639
+ "replacement": "Object.getPrototypeOf",
640
+ "mdnPath": "Global_Objects/Object/getPrototypeOf",
641
+ "category": "native"
642
+ },
643
+ {
644
+ "type": "native",
645
+ "moduleName": "object.hasown",
646
+ "nodeVersion": "16.9.0",
647
+ "replacement": "Object.hasOwn",
648
+ "mdnPath": "Global_Objects/Object/hasOwn",
649
+ "category": "native"
650
+ },
651
+ {
652
+ "type": "native",
653
+ "moduleName": "object-keys",
654
+ "nodeVersion": "0.10.0",
655
+ "replacement": "Object.keys(obj)",
656
+ "mdnPath": "Global_Objects/Object/keys",
657
+ "category": "native"
658
+ },
659
+ {
660
+ "type": "native",
661
+ "moduleName": "object.keys",
662
+ "nodeVersion": "0.10.0",
663
+ "replacement": "Object.keys(obj)",
664
+ "mdnPath": "Global_Objects/Object/keys",
665
+ "category": "native"
666
+ },
667
+ {
668
+ "type": "native",
669
+ "moduleName": "object.values",
670
+ "nodeVersion": "7.0.0",
671
+ "replacement": "Object.values",
672
+ "mdnPath": "Global_Objects/Object/values",
673
+ "category": "native"
674
+ },
675
+ {
676
+ "type": "native",
677
+ "moduleName": "parseint",
678
+ "nodeVersion": "0.10.0",
679
+ "replacement": "parseInt",
680
+ "mdnPath": "Global_Objects/parseInt",
681
+ "category": "native"
682
+ },
683
+ {
684
+ "type": "native",
685
+ "moduleName": "promise.allsettled",
686
+ "nodeVersion": "12.9.0",
687
+ "replacement": "Promise.allSettled",
688
+ "mdnPath": "Global_Objects/Promise/allSettled",
689
+ "category": "native"
690
+ },
691
+ {
692
+ "type": "native",
693
+ "moduleName": "promise.any",
694
+ "nodeVersion": "15.0.0",
695
+ "replacement": "Promise.any",
696
+ "mdnPath": "Global_Objects/Promise/any",
697
+ "category": "native"
698
+ },
699
+ {
700
+ "type": "native",
701
+ "moduleName": "promise.prototype.finally",
702
+ "nodeVersion": "10.0.0",
703
+ "replacement": "Promise.prototype.finally",
704
+ "mdnPath": "Global_Objects/Promise/finally",
705
+ "category": "native"
706
+ },
707
+ {
708
+ "type": "native",
709
+ "moduleName": "reflect.getprototypeof",
710
+ "nodeVersion": "6.0.0",
711
+ "replacement": "Reflect.getPrototypeOf",
712
+ "mdnPath": "Global_Objects/Reflect/getPrototypeOf",
713
+ "category": "native"
714
+ },
715
+ {
716
+ "type": "native",
717
+ "moduleName": "reflect.ownkeys",
718
+ "nodeVersion": "6.0.0",
719
+ "replacement": "Reflect.ownKeys",
720
+ "mdnPath": "Global_Objects/Reflect/ownKeys",
721
+ "category": "native"
722
+ },
723
+ {
724
+ "type": "native",
725
+ "moduleName": "string.prototype.at",
726
+ "nodeVersion": "16.6.0",
727
+ "replacement": "String.prototype.at",
728
+ "mdnPath": "Global_Objects/String/at",
729
+ "category": "native"
730
+ },
731
+ {
732
+ "type": "native",
733
+ "moduleName": "string.prototype.lastindexof",
734
+ "nodeVersion": "0.10.0",
735
+ "replacement": "String.prototype.lastIndexOf",
736
+ "mdnPath": "Global_Objects/String/lastIndexOf",
737
+ "category": "native"
738
+ },
739
+ {
740
+ "type": "native",
741
+ "moduleName": "string.prototype.matchall",
742
+ "nodeVersion": "12.0.0",
743
+ "replacement": "String.prototype.matchAll",
744
+ "mdnPath": "Global_Objects/String/matchAll",
745
+ "category": "native"
746
+ },
747
+ {
748
+ "type": "native",
749
+ "moduleName": "string.prototype.padend",
750
+ "nodeVersion": "8.0.0",
751
+ "replacement": "String.prototype.padEnd",
752
+ "mdnPath": "Global_Objects/String/padEnd",
753
+ "category": "native"
754
+ },
755
+ {
756
+ "type": "native",
757
+ "moduleName": "string.prototype.padleft",
758
+ "nodeVersion": "8.0.0",
759
+ "replacement": "String.prototype.padStart",
760
+ "mdnPath": "Global_Objects/String/padStart",
761
+ "category": "native"
762
+ },
763
+ {
764
+ "type": "native",
765
+ "moduleName": "string.prototype.padright",
766
+ "nodeVersion": "8.0.0",
767
+ "replacement": "String.prototype.padEnd",
768
+ "mdnPath": "Global_Objects/String/padEnd",
769
+ "category": "native"
770
+ },
771
+ {
772
+ "type": "native",
773
+ "moduleName": "string.prototype.padstart",
774
+ "nodeVersion": "8.0.0",
775
+ "replacement": "String.prototype.padStart",
776
+ "mdnPath": "Global_Objects/String/padStart",
777
+ "category": "native"
778
+ },
779
+ {
780
+ "type": "native",
781
+ "moduleName": "string.prototype.replaceall",
782
+ "nodeVersion": "15.0.0",
783
+ "replacement": "String.prototype.replaceAll",
784
+ "mdnPath": "Global_Objects/String/replaceAll",
785
+ "category": "native"
786
+ },
787
+ {
788
+ "type": "native",
789
+ "moduleName": "string.prototype.split",
790
+ "nodeVersion": "0.10.0",
791
+ "replacement": "String.prototype.split",
792
+ "mdnPath": "Global_Objects/String/split",
793
+ "category": "native"
794
+ },
795
+ {
796
+ "type": "native",
797
+ "moduleName": "string.prototype.substr",
798
+ "nodeVersion": "0.10.0",
799
+ "replacement": "String.prototype.substr",
800
+ "mdnPath": "Global_Objects/String/substr",
801
+ "category": "native"
802
+ },
803
+ {
804
+ "type": "native",
805
+ "moduleName": "string.prototype.trim",
806
+ "nodeVersion": "0.10.0",
807
+ "replacement": "String.prototype.trim",
808
+ "mdnPath": "Global_Objects/String/trim",
809
+ "category": "native"
810
+ },
811
+ {
812
+ "type": "native",
813
+ "moduleName": "string.prototype.trimend",
814
+ "nodeVersion": "10.0.0",
815
+ "replacement": "String.prototype.trimEnd",
816
+ "mdnPath": "Global_Objects/String/trimEnd",
817
+ "category": "native"
818
+ },
819
+ {
820
+ "type": "native",
821
+ "moduleName": "string.prototype.trimleft",
822
+ "nodeVersion": "10.0.0",
823
+ "replacement": "String.prototype.trimLeft",
824
+ "mdnPath": "Global_Objects/String/trimLeft",
825
+ "category": "native"
826
+ },
827
+ {
828
+ "type": "native",
829
+ "moduleName": "string.prototype.trimright",
830
+ "nodeVersion": "10.0.0",
831
+ "replacement": "String.prototype.trimRight",
832
+ "mdnPath": "Global_Objects/String/trimRight",
833
+ "category": "native"
834
+ },
835
+ {
836
+ "type": "native",
837
+ "moduleName": "string.prototype.trimstart",
838
+ "nodeVersion": "10.0.0",
839
+ "replacement": "String.prototype.trimStart",
840
+ "mdnPath": "Global_Objects/String/trimStart",
841
+ "category": "native"
842
+ },
843
+ {
844
+ "type": "native",
845
+ "moduleName": "string.raw",
846
+ "nodeVersion": "4.0.0",
847
+ "replacement": "String.raw",
848
+ "mdnPath": "Global_Objects/String/raw",
849
+ "category": "native"
850
+ },
851
+ {
852
+ "type": "native",
853
+ "moduleName": "symbol.prototype.description",
854
+ "nodeVersion": "11.0.0",
855
+ "replacement": "Symbol.prototype.description",
856
+ "mdnPath": "Global_Objects/Symbol/description",
857
+ "category": "native"
858
+ },
859
+ {
860
+ "type": "native",
861
+ "moduleName": "typed-array-buffer",
862
+ "nodeVersion": "0.10.0",
863
+ "replacement": "%TypedArray%.prototype.buffer",
864
+ "mdnPath": "Global_Objects/TypedArray/buffer",
865
+ "category": "native"
866
+ },
867
+ {
868
+ "type": "native",
869
+ "moduleName": "typed-array-byte-length",
870
+ "nodeVersion": "0.10.0",
871
+ "replacement": "%TypedArray%.prototype.byteLength",
872
+ "mdnPath": "Global_Objects/TypedArray/byteLength",
873
+ "category": "native"
874
+ },
875
+ {
876
+ "type": "native",
877
+ "moduleName": "typed-array-byte-offset",
878
+ "nodeVersion": "0.10.0",
879
+ "replacement": "%TypedArray%.prototype.byteOffset",
880
+ "mdnPath": "Global_Objects/TypedArray/byteOffset",
881
+ "category": "native"
882
+ },
883
+ {
884
+ "type": "native",
885
+ "moduleName": "typed-array-length",
886
+ "nodeVersion": "0.10.0",
887
+ "replacement": "%TypedArray%.prototype.length",
888
+ "mdnPath": "Global_Objects/TypedArray/length",
889
+ "category": "native"
890
+ },
891
+ {
892
+ "type": "native",
893
+ "moduleName": "typedarray.prototype.slice",
894
+ "nodeVersion": "4.0.0",
895
+ "replacement": "%TypedArray%.prototype.slice",
896
+ "mdnPath": "Global_Objects/TypedArray/slice",
897
+ "category": "native"
898
+ },
899
+ {
900
+ "type": "native",
901
+ "moduleName": "has",
902
+ "nodeVersion": "0.10.0",
903
+ "replacement": "Object.prototype.hasOwnProperty.call(obj, prop) (or in later versions of node, \"Object.hasOwn(obj, prop)\")",
904
+ "mdnPath": "Global_Objects/Object/hasOwnProperty",
905
+ "category": "native"
906
+ },
67
907
  {
68
908
  "type": "native",
69
909
  "moduleName": "hasown",
@@ -144,22 +984,6 @@
144
984
  "mdnPath": "Global_Objects/RegExp/flags",
145
985
  "category": "native"
146
986
  },
147
- {
148
- "type": "native",
149
- "moduleName": "array.prototype.find",
150
- "nodeVersion": "4.0.0",
151
- "replacement": "Array.prototype.find",
152
- "mdnPath": "Global_Objects/Array/find",
153
- "category": "native"
154
- },
155
- {
156
- "type": "native",
157
- "moduleName": "object-keys",
158
- "nodeVersion": "0.10.0",
159
- "replacement": "Object.keys(obj)",
160
- "mdnPath": "Global_Objects/Object/keys",
161
- "category": "native"
162
- },
163
987
  {
164
988
  "type": "native",
165
989
  "moduleName": "define-properties",