core-js-compat 3.17.1 → 3.18.1
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.
- package/README.md +3 -3
- package/data.json +38 -16
- package/entries.json +43 -1
- package/modules-by-versions.json +4 -0
- package/modules.json +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ const {
|
|
|
7
7
|
} = require('core-js-compat')({
|
|
8
8
|
targets: '> 2.5%', // browserslist query or object of minimum environment versions to support
|
|
9
9
|
filter: /^(es|web)\./, // optional filter - string-prefix, regexp or list of modules
|
|
10
|
-
version: '3.
|
|
10
|
+
version: '3.18', // used `core-js` version, by default - the latest
|
|
11
11
|
});
|
|
12
12
|
|
|
13
13
|
console.log(targets);
|
|
@@ -92,9 +92,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
|
|
|
92
92
|
require('core-js-compat').modules; // => Array<ModuleName>
|
|
93
93
|
|
|
94
94
|
// the subset of modules which available in the passed `core-js` version:
|
|
95
|
-
require('core-js-compat/get-modules-list-for-target-version')('3.
|
|
95
|
+
require('core-js-compat/get-modules-list-for-target-version')('3.18'); // => Array<ModuleName>
|
|
96
96
|
// or
|
|
97
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
97
|
+
require('core-js-compat').getModulesListForTargetVersion('3.18'); // => Array<ModuleName>
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
If you want to add new / update data about modules required for target engines, [follow this instruction](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#updating-core-js-compat-data).
|
package/data.json
CHANGED
|
@@ -242,7 +242,9 @@
|
|
|
242
242
|
"electron": "14.0",
|
|
243
243
|
"firefox": "90",
|
|
244
244
|
"node": "16.6",
|
|
245
|
-
"opera": "78"
|
|
245
|
+
"opera": "78",
|
|
246
|
+
"safari": "15.1",
|
|
247
|
+
"samsung": "16.0"
|
|
246
248
|
},
|
|
247
249
|
"es.array.concat": {
|
|
248
250
|
"android": "51",
|
|
@@ -423,7 +425,7 @@
|
|
|
423
425
|
"deno": "1.0",
|
|
424
426
|
"edge": "12",
|
|
425
427
|
"electron": "1.2",
|
|
426
|
-
"firefox": "
|
|
428
|
+
"firefox": "47",
|
|
427
429
|
"ie": "9",
|
|
428
430
|
"ios": "8.0",
|
|
429
431
|
"node": "6.5",
|
|
@@ -485,7 +487,7 @@
|
|
|
485
487
|
"deno": "1.0",
|
|
486
488
|
"edge": "12",
|
|
487
489
|
"electron": "1.2",
|
|
488
|
-
"firefox": "
|
|
490
|
+
"firefox": "47",
|
|
489
491
|
"ie": "9",
|
|
490
492
|
"ios": "8.0",
|
|
491
493
|
"node": "6.5",
|
|
@@ -1376,7 +1378,7 @@
|
|
|
1376
1378
|
"android": "37",
|
|
1377
1379
|
"chrome": "35",
|
|
1378
1380
|
"deno": "1.0",
|
|
1379
|
-
"edge": "
|
|
1381
|
+
"edge": "74",
|
|
1380
1382
|
"electron": "0.20",
|
|
1381
1383
|
"firefox": "39",
|
|
1382
1384
|
"ios": "11.0",
|
|
@@ -1390,7 +1392,7 @@
|
|
|
1390
1392
|
"android": "37",
|
|
1391
1393
|
"chrome": "35",
|
|
1392
1394
|
"deno": "1.0",
|
|
1393
|
-
"edge": "
|
|
1395
|
+
"edge": "74",
|
|
1394
1396
|
"electron": "0.20",
|
|
1395
1397
|
"firefox": "39",
|
|
1396
1398
|
"ios": "9.0",
|
|
@@ -1635,6 +1637,7 @@
|
|
|
1635
1637
|
"edge": "93",
|
|
1636
1638
|
"electron": "14.0",
|
|
1637
1639
|
"firefox": "92",
|
|
1640
|
+
"node": "16.9",
|
|
1638
1641
|
"opera": "79"
|
|
1639
1642
|
},
|
|
1640
1643
|
"es.object.is": {
|
|
@@ -1820,7 +1823,7 @@
|
|
|
1820
1823
|
"android": "37",
|
|
1821
1824
|
"chrome": "35",
|
|
1822
1825
|
"deno": "1.0",
|
|
1823
|
-
"edge": "
|
|
1826
|
+
"edge": "74",
|
|
1824
1827
|
"electron": "0.20",
|
|
1825
1828
|
"firefox": "8",
|
|
1826
1829
|
"ie": "8",
|
|
@@ -1836,7 +1839,7 @@
|
|
|
1836
1839
|
"android": "37",
|
|
1837
1840
|
"chrome": "35",
|
|
1838
1841
|
"deno": "1.0",
|
|
1839
|
-
"edge": "
|
|
1842
|
+
"edge": "74",
|
|
1840
1843
|
"electron": "0.20",
|
|
1841
1844
|
"firefox": "21",
|
|
1842
1845
|
"ie": "9",
|
|
@@ -2221,7 +2224,9 @@
|
|
|
2221
2224
|
"electron": "14.0",
|
|
2222
2225
|
"firefox": "90",
|
|
2223
2226
|
"node": "16.6",
|
|
2224
|
-
"opera": "78"
|
|
2227
|
+
"opera": "78",
|
|
2228
|
+
"safari": "15.1",
|
|
2229
|
+
"samsung": "16.0"
|
|
2225
2230
|
},
|
|
2226
2231
|
"es.string.code-point-at": {
|
|
2227
2232
|
"android": "41",
|
|
@@ -2460,7 +2465,7 @@
|
|
|
2460
2465
|
"edge": "12",
|
|
2461
2466
|
"electron": "0.20",
|
|
2462
2467
|
"firefox": "1",
|
|
2463
|
-
"ie": "
|
|
2468
|
+
"ie": "9",
|
|
2464
2469
|
"ios": "1.0",
|
|
2465
2470
|
"node": "0.0.3",
|
|
2466
2471
|
"opera": "4",
|
|
@@ -2851,7 +2856,9 @@
|
|
|
2851
2856
|
"electron": "14.0",
|
|
2852
2857
|
"firefox": "90",
|
|
2853
2858
|
"node": "16.6",
|
|
2854
|
-
"opera": "78"
|
|
2859
|
+
"opera": "78",
|
|
2860
|
+
"safari": "15.1",
|
|
2861
|
+
"samsung": "16.0"
|
|
2855
2862
|
},
|
|
2856
2863
|
"es.typed-array.copy-within": {
|
|
2857
2864
|
"android": "45",
|
|
@@ -3264,6 +3271,7 @@
|
|
|
3264
3271
|
"safari": "14.0",
|
|
3265
3272
|
"samsung": "14.0"
|
|
3266
3273
|
},
|
|
3274
|
+
"esnext.array.from-async": {},
|
|
3267
3275
|
"esnext.array.at": {
|
|
3268
3276
|
"android": "92",
|
|
3269
3277
|
"chrome": "92",
|
|
@@ -3272,12 +3280,18 @@
|
|
|
3272
3280
|
"electron": "14.0",
|
|
3273
3281
|
"firefox": "90",
|
|
3274
3282
|
"node": "16.6",
|
|
3275
|
-
"opera": "78"
|
|
3283
|
+
"opera": "78",
|
|
3284
|
+
"safari": "15.1",
|
|
3285
|
+
"samsung": "16.0"
|
|
3276
3286
|
},
|
|
3277
3287
|
"esnext.array.filter-out": {},
|
|
3278
3288
|
"esnext.array.filter-reject": {},
|
|
3279
|
-
"esnext.array.find-last": {
|
|
3280
|
-
|
|
3289
|
+
"esnext.array.find-last": {
|
|
3290
|
+
"safari": "15.1"
|
|
3291
|
+
},
|
|
3292
|
+
"esnext.array.find-last-index": {
|
|
3293
|
+
"safari": "15.1"
|
|
3294
|
+
},
|
|
3281
3295
|
"esnext.array.group-by": {},
|
|
3282
3296
|
"esnext.array.is-template-object": {},
|
|
3283
3297
|
"esnext.array.last-index": {},
|
|
@@ -3370,6 +3384,7 @@
|
|
|
3370
3384
|
"edge": "93",
|
|
3371
3385
|
"electron": "14.0",
|
|
3372
3386
|
"firefox": "92",
|
|
3387
|
+
"node": "16.9",
|
|
3373
3388
|
"opera": "79"
|
|
3374
3389
|
},
|
|
3375
3390
|
"esnext.object.iterate-entries": {},
|
|
@@ -3469,6 +3484,7 @@
|
|
|
3469
3484
|
"esnext.symbol.observable": {},
|
|
3470
3485
|
"esnext.symbol.pattern-match": {},
|
|
3471
3486
|
"esnext.symbol.replace-all": {},
|
|
3487
|
+
"esnext.typed-array.from-async": {},
|
|
3472
3488
|
"esnext.typed-array.at": {
|
|
3473
3489
|
"android": "92",
|
|
3474
3490
|
"chrome": "92",
|
|
@@ -3477,12 +3493,18 @@
|
|
|
3477
3493
|
"electron": "14.0",
|
|
3478
3494
|
"firefox": "90",
|
|
3479
3495
|
"node": "16.6",
|
|
3480
|
-
"opera": "78"
|
|
3496
|
+
"opera": "78",
|
|
3497
|
+
"safari": "15.1",
|
|
3498
|
+
"samsung": "16.0"
|
|
3481
3499
|
},
|
|
3482
3500
|
"esnext.typed-array.filter-out": {},
|
|
3483
3501
|
"esnext.typed-array.filter-reject": {},
|
|
3484
|
-
"esnext.typed-array.find-last": {
|
|
3485
|
-
|
|
3502
|
+
"esnext.typed-array.find-last": {
|
|
3503
|
+
"safari": "15.1"
|
|
3504
|
+
},
|
|
3505
|
+
"esnext.typed-array.find-last-index": {
|
|
3506
|
+
"safari": "15.1"
|
|
3507
|
+
},
|
|
3486
3508
|
"esnext.typed-array.group-by": {},
|
|
3487
3509
|
"esnext.typed-array.unique-by": {},
|
|
3488
3510
|
"esnext.weak-map.delete-all": {},
|
package/entries.json
CHANGED
|
@@ -223,6 +223,7 @@
|
|
|
223
223
|
"es.weak-map",
|
|
224
224
|
"es.weak-set",
|
|
225
225
|
"esnext.aggregate-error",
|
|
226
|
+
"esnext.array.from-async",
|
|
226
227
|
"esnext.array.at",
|
|
227
228
|
"esnext.array.filter-out",
|
|
228
229
|
"esnext.array.filter-reject",
|
|
@@ -346,6 +347,7 @@
|
|
|
346
347
|
"esnext.symbol.observable",
|
|
347
348
|
"esnext.symbol.pattern-match",
|
|
348
349
|
"esnext.symbol.replace-all",
|
|
350
|
+
"esnext.typed-array.from-async",
|
|
349
351
|
"esnext.typed-array.at",
|
|
350
352
|
"esnext.typed-array.filter-out",
|
|
351
353
|
"esnext.typed-array.filter-reject",
|
|
@@ -2549,6 +2551,7 @@
|
|
|
2549
2551
|
"es.weak-map",
|
|
2550
2552
|
"es.weak-set",
|
|
2551
2553
|
"esnext.aggregate-error",
|
|
2554
|
+
"esnext.array.from-async",
|
|
2552
2555
|
"esnext.array.at",
|
|
2553
2556
|
"esnext.array.filter-out",
|
|
2554
2557
|
"esnext.array.filter-reject",
|
|
@@ -2672,6 +2675,7 @@
|
|
|
2672
2675
|
"esnext.symbol.observable",
|
|
2673
2676
|
"esnext.symbol.pattern-match",
|
|
2674
2677
|
"esnext.symbol.replace-all",
|
|
2678
|
+
"esnext.typed-array.from-async",
|
|
2675
2679
|
"esnext.typed-array.at",
|
|
2676
2680
|
"esnext.typed-array.filter-out",
|
|
2677
2681
|
"esnext.typed-array.filter-reject",
|
|
@@ -2737,7 +2741,9 @@
|
|
|
2737
2741
|
"es.array.unscopables.flat-map",
|
|
2738
2742
|
"es.map",
|
|
2739
2743
|
"es.object.to-string",
|
|
2744
|
+
"es.promise",
|
|
2740
2745
|
"es.string.iterator",
|
|
2746
|
+
"esnext.array.from-async",
|
|
2741
2747
|
"esnext.array.at",
|
|
2742
2748
|
"esnext.array.filter-out",
|
|
2743
2749
|
"esnext.array.filter-reject",
|
|
@@ -2821,6 +2827,13 @@
|
|
|
2821
2827
|
"es.array.from",
|
|
2822
2828
|
"es.string.iterator"
|
|
2823
2829
|
],
|
|
2830
|
+
"core-js/features/array/from-async": [
|
|
2831
|
+
"es.array.iterator",
|
|
2832
|
+
"es.object.to-string",
|
|
2833
|
+
"es.promise",
|
|
2834
|
+
"es.string.iterator",
|
|
2835
|
+
"esnext.array.from-async"
|
|
2836
|
+
],
|
|
2824
2837
|
"core-js/features/array/group-by": [
|
|
2825
2838
|
"esnext.array.group-by"
|
|
2826
2839
|
],
|
|
@@ -4722,6 +4735,7 @@
|
|
|
4722
4735
|
"core-js/features/typed-array": [
|
|
4723
4736
|
"es.map",
|
|
4724
4737
|
"es.object.to-string",
|
|
4738
|
+
"es.promise",
|
|
4725
4739
|
"es.string.iterator",
|
|
4726
4740
|
"es.typed-array.float32-array",
|
|
4727
4741
|
"es.typed-array.float64-array",
|
|
@@ -4758,6 +4772,7 @@
|
|
|
4758
4772
|
"es.typed-array.subarray",
|
|
4759
4773
|
"es.typed-array.to-locale-string",
|
|
4760
4774
|
"es.typed-array.to-string",
|
|
4775
|
+
"esnext.typed-array.from-async",
|
|
4761
4776
|
"esnext.typed-array.at",
|
|
4762
4777
|
"esnext.typed-array.filter-out",
|
|
4763
4778
|
"esnext.typed-array.filter-reject",
|
|
@@ -4888,6 +4903,9 @@
|
|
|
4888
4903
|
"core-js/features/typed-array/from": [
|
|
4889
4904
|
"es.typed-array.from"
|
|
4890
4905
|
],
|
|
4906
|
+
"core-js/features/typed-array/from-async": [
|
|
4907
|
+
"esnext.typed-array.from-async"
|
|
4908
|
+
],
|
|
4891
4909
|
"core-js/features/typed-array/group-by": [
|
|
4892
4910
|
"esnext.typed-array.group-by"
|
|
4893
4911
|
],
|
|
@@ -6032,6 +6050,9 @@
|
|
|
6032
6050
|
"core-js/modules/esnext.array.find-last-index": [
|
|
6033
6051
|
"esnext.array.find-last-index"
|
|
6034
6052
|
],
|
|
6053
|
+
"core-js/modules/esnext.array.from-async": [
|
|
6054
|
+
"esnext.array.from-async"
|
|
6055
|
+
],
|
|
6035
6056
|
"core-js/modules/esnext.array.group-by": [
|
|
6036
6057
|
"esnext.array.group-by"
|
|
6037
6058
|
],
|
|
@@ -6404,6 +6425,9 @@
|
|
|
6404
6425
|
"core-js/modules/esnext.typed-array.find-last-index": [
|
|
6405
6426
|
"esnext.typed-array.find-last-index"
|
|
6406
6427
|
],
|
|
6428
|
+
"core-js/modules/esnext.typed-array.from-async": [
|
|
6429
|
+
"esnext.typed-array.from-async"
|
|
6430
|
+
],
|
|
6407
6431
|
"core-js/modules/esnext.typed-array.group-by": [
|
|
6408
6432
|
"esnext.typed-array.group-by"
|
|
6409
6433
|
],
|
|
@@ -6465,6 +6489,7 @@
|
|
|
6465
6489
|
"es.map",
|
|
6466
6490
|
"es.string.at-alternative",
|
|
6467
6491
|
"esnext.aggregate-error",
|
|
6492
|
+
"esnext.array.from-async",
|
|
6468
6493
|
"esnext.array.at",
|
|
6469
6494
|
"esnext.array.filter-out",
|
|
6470
6495
|
"esnext.array.filter-reject",
|
|
@@ -6588,6 +6613,7 @@
|
|
|
6588
6613
|
"esnext.symbol.observable",
|
|
6589
6614
|
"esnext.symbol.pattern-match",
|
|
6590
6615
|
"esnext.symbol.replace-all",
|
|
6616
|
+
"esnext.typed-array.from-async",
|
|
6591
6617
|
"esnext.typed-array.at",
|
|
6592
6618
|
"esnext.typed-array.filter-out",
|
|
6593
6619
|
"esnext.typed-array.filter-reject",
|
|
@@ -6623,6 +6649,10 @@
|
|
|
6623
6649
|
"esnext.typed-array.find-last",
|
|
6624
6650
|
"esnext.typed-array.find-last-index"
|
|
6625
6651
|
],
|
|
6652
|
+
"core-js/proposals/array-from-async": [
|
|
6653
|
+
"esnext.array.from-async",
|
|
6654
|
+
"esnext.typed-array.from-async"
|
|
6655
|
+
],
|
|
6626
6656
|
"core-js/proposals/array-grouping": [
|
|
6627
6657
|
"esnext.array.group-by",
|
|
6628
6658
|
"esnext.typed-array.group-by"
|
|
@@ -8855,6 +8885,7 @@
|
|
|
8855
8885
|
"es.map",
|
|
8856
8886
|
"es.string.at-alternative",
|
|
8857
8887
|
"esnext.aggregate-error",
|
|
8888
|
+
"esnext.array.from-async",
|
|
8858
8889
|
"esnext.array.at",
|
|
8859
8890
|
"esnext.array.filter-out",
|
|
8860
8891
|
"esnext.array.filter-reject",
|
|
@@ -8978,6 +9009,7 @@
|
|
|
8978
9009
|
"esnext.symbol.observable",
|
|
8979
9010
|
"esnext.symbol.pattern-match",
|
|
8980
9011
|
"esnext.symbol.replace-all",
|
|
9012
|
+
"esnext.typed-array.from-async",
|
|
8981
9013
|
"esnext.typed-array.at",
|
|
8982
9014
|
"esnext.typed-array.filter-out",
|
|
8983
9015
|
"esnext.typed-array.filter-reject",
|
|
@@ -9002,6 +9034,7 @@
|
|
|
9002
9034
|
"es.map",
|
|
9003
9035
|
"es.string.at-alternative",
|
|
9004
9036
|
"esnext.aggregate-error",
|
|
9037
|
+
"esnext.array.from-async",
|
|
9005
9038
|
"esnext.array.at",
|
|
9006
9039
|
"esnext.array.filter-out",
|
|
9007
9040
|
"esnext.array.filter-reject",
|
|
@@ -9116,6 +9149,7 @@
|
|
|
9116
9149
|
"esnext.symbol.observable",
|
|
9117
9150
|
"esnext.symbol.pattern-match",
|
|
9118
9151
|
"esnext.symbol.replace-all",
|
|
9152
|
+
"esnext.typed-array.from-async",
|
|
9119
9153
|
"esnext.typed-array.at",
|
|
9120
9154
|
"esnext.typed-array.filter-out",
|
|
9121
9155
|
"esnext.typed-array.filter-reject",
|
|
@@ -9140,6 +9174,7 @@
|
|
|
9140
9174
|
"es.map",
|
|
9141
9175
|
"es.string.at-alternative",
|
|
9142
9176
|
"esnext.aggregate-error",
|
|
9177
|
+
"esnext.array.from-async",
|
|
9143
9178
|
"esnext.array.at",
|
|
9144
9179
|
"esnext.array.filter-out",
|
|
9145
9180
|
"esnext.array.filter-reject",
|
|
@@ -9249,6 +9284,7 @@
|
|
|
9249
9284
|
"esnext.symbol.observable",
|
|
9250
9285
|
"esnext.symbol.pattern-match",
|
|
9251
9286
|
"esnext.symbol.replace-all",
|
|
9287
|
+
"esnext.typed-array.from-async",
|
|
9252
9288
|
"esnext.typed-array.at",
|
|
9253
9289
|
"esnext.typed-array.filter-out",
|
|
9254
9290
|
"esnext.typed-array.filter-reject",
|
|
@@ -9345,18 +9381,23 @@
|
|
|
9345
9381
|
"esnext.typed-array.find-last-index"
|
|
9346
9382
|
],
|
|
9347
9383
|
"core-js/stage/4": [
|
|
9384
|
+
"es.string.at-alternative",
|
|
9348
9385
|
"esnext.aggregate-error",
|
|
9386
|
+
"esnext.array.at",
|
|
9349
9387
|
"esnext.global-this",
|
|
9388
|
+
"esnext.object.has-own",
|
|
9350
9389
|
"esnext.promise.all-settled",
|
|
9351
9390
|
"esnext.promise.any",
|
|
9352
9391
|
"esnext.string.match-all",
|
|
9353
9392
|
"esnext.string.replace-all",
|
|
9354
|
-
"esnext.symbol.replace-all"
|
|
9393
|
+
"esnext.symbol.replace-all",
|
|
9394
|
+
"esnext.typed-array.at"
|
|
9355
9395
|
],
|
|
9356
9396
|
"core-js/stage/pre": [
|
|
9357
9397
|
"es.map",
|
|
9358
9398
|
"es.string.at-alternative",
|
|
9359
9399
|
"esnext.aggregate-error",
|
|
9400
|
+
"esnext.array.from-async",
|
|
9360
9401
|
"esnext.array.at",
|
|
9361
9402
|
"esnext.array.filter-out",
|
|
9362
9403
|
"esnext.array.filter-reject",
|
|
@@ -9480,6 +9521,7 @@
|
|
|
9480
9521
|
"esnext.symbol.observable",
|
|
9481
9522
|
"esnext.symbol.pattern-match",
|
|
9482
9523
|
"esnext.symbol.replace-all",
|
|
9524
|
+
"esnext.typed-array.from-async",
|
|
9483
9525
|
"esnext.typed-array.at",
|
|
9484
9526
|
"esnext.typed-array.filter-out",
|
|
9485
9527
|
"esnext.typed-array.filter-reject",
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED
|
@@ -222,6 +222,7 @@
|
|
|
222
222
|
"es.weak-map",
|
|
223
223
|
"es.weak-set",
|
|
224
224
|
"esnext.aggregate-error",
|
|
225
|
+
"esnext.array.from-async",
|
|
225
226
|
"esnext.array.at",
|
|
226
227
|
"esnext.array.filter-out",
|
|
227
228
|
"esnext.array.filter-reject",
|
|
@@ -345,6 +346,7 @@
|
|
|
345
346
|
"esnext.symbol.observable",
|
|
346
347
|
"esnext.symbol.pattern-match",
|
|
347
348
|
"esnext.symbol.replace-all",
|
|
349
|
+
"esnext.typed-array.from-async",
|
|
348
350
|
"esnext.typed-array.at",
|
|
349
351
|
"esnext.typed-array.filter-out",
|
|
350
352
|
"esnext.typed-array.filter-reject",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
3
|
"description": "core-js compat",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.18.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"browserslist": "^4.
|
|
12
|
+
"browserslist": "^4.17.1",
|
|
13
13
|
"semver": "7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"funding": {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"url": "https://opencollective.com/core-js"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "1a347bdf0297884ed8d9e32e1971267c6d572822"
|
|
21
21
|
}
|