core-js-compat 3.17.0 → 3.18.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.
- package/README.md +3 -3
- package/data.json +20 -11
- package/entries.json +43 -1
- package/modules-by-versions.json +10 -4
- 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,8 @@
|
|
|
242
242
|
"electron": "14.0",
|
|
243
243
|
"firefox": "90",
|
|
244
244
|
"node": "16.6",
|
|
245
|
-
"opera": "78"
|
|
245
|
+
"opera": "78",
|
|
246
|
+
"samsung": "16.0"
|
|
246
247
|
},
|
|
247
248
|
"es.array.concat": {
|
|
248
249
|
"android": "51",
|
|
@@ -423,7 +424,7 @@
|
|
|
423
424
|
"deno": "1.0",
|
|
424
425
|
"edge": "12",
|
|
425
426
|
"electron": "1.2",
|
|
426
|
-
"firefox": "
|
|
427
|
+
"firefox": "47",
|
|
427
428
|
"ie": "9",
|
|
428
429
|
"ios": "8.0",
|
|
429
430
|
"node": "6.5",
|
|
@@ -485,7 +486,7 @@
|
|
|
485
486
|
"deno": "1.0",
|
|
486
487
|
"edge": "12",
|
|
487
488
|
"electron": "1.2",
|
|
488
|
-
"firefox": "
|
|
489
|
+
"firefox": "47",
|
|
489
490
|
"ie": "9",
|
|
490
491
|
"ios": "8.0",
|
|
491
492
|
"node": "6.5",
|
|
@@ -1376,7 +1377,7 @@
|
|
|
1376
1377
|
"android": "37",
|
|
1377
1378
|
"chrome": "35",
|
|
1378
1379
|
"deno": "1.0",
|
|
1379
|
-
"edge": "
|
|
1380
|
+
"edge": "74",
|
|
1380
1381
|
"electron": "0.20",
|
|
1381
1382
|
"firefox": "39",
|
|
1382
1383
|
"ios": "11.0",
|
|
@@ -1390,7 +1391,7 @@
|
|
|
1390
1391
|
"android": "37",
|
|
1391
1392
|
"chrome": "35",
|
|
1392
1393
|
"deno": "1.0",
|
|
1393
|
-
"edge": "
|
|
1394
|
+
"edge": "74",
|
|
1394
1395
|
"electron": "0.20",
|
|
1395
1396
|
"firefox": "39",
|
|
1396
1397
|
"ios": "9.0",
|
|
@@ -1635,6 +1636,7 @@
|
|
|
1635
1636
|
"edge": "93",
|
|
1636
1637
|
"electron": "14.0",
|
|
1637
1638
|
"firefox": "92",
|
|
1639
|
+
"node": "16.9",
|
|
1638
1640
|
"opera": "79"
|
|
1639
1641
|
},
|
|
1640
1642
|
"es.object.is": {
|
|
@@ -1820,7 +1822,7 @@
|
|
|
1820
1822
|
"android": "37",
|
|
1821
1823
|
"chrome": "35",
|
|
1822
1824
|
"deno": "1.0",
|
|
1823
|
-
"edge": "
|
|
1825
|
+
"edge": "74",
|
|
1824
1826
|
"electron": "0.20",
|
|
1825
1827
|
"firefox": "8",
|
|
1826
1828
|
"ie": "8",
|
|
@@ -1836,7 +1838,7 @@
|
|
|
1836
1838
|
"android": "37",
|
|
1837
1839
|
"chrome": "35",
|
|
1838
1840
|
"deno": "1.0",
|
|
1839
|
-
"edge": "
|
|
1841
|
+
"edge": "74",
|
|
1840
1842
|
"electron": "0.20",
|
|
1841
1843
|
"firefox": "21",
|
|
1842
1844
|
"ie": "9",
|
|
@@ -2221,7 +2223,8 @@
|
|
|
2221
2223
|
"electron": "14.0",
|
|
2222
2224
|
"firefox": "90",
|
|
2223
2225
|
"node": "16.6",
|
|
2224
|
-
"opera": "78"
|
|
2226
|
+
"opera": "78",
|
|
2227
|
+
"samsung": "16.0"
|
|
2225
2228
|
},
|
|
2226
2229
|
"es.string.code-point-at": {
|
|
2227
2230
|
"android": "41",
|
|
@@ -2851,7 +2854,8 @@
|
|
|
2851
2854
|
"electron": "14.0",
|
|
2852
2855
|
"firefox": "90",
|
|
2853
2856
|
"node": "16.6",
|
|
2854
|
-
"opera": "78"
|
|
2857
|
+
"opera": "78",
|
|
2858
|
+
"samsung": "16.0"
|
|
2855
2859
|
},
|
|
2856
2860
|
"es.typed-array.copy-within": {
|
|
2857
2861
|
"android": "45",
|
|
@@ -3264,6 +3268,7 @@
|
|
|
3264
3268
|
"safari": "14.0",
|
|
3265
3269
|
"samsung": "14.0"
|
|
3266
3270
|
},
|
|
3271
|
+
"esnext.array.from-async": {},
|
|
3267
3272
|
"esnext.array.at": {
|
|
3268
3273
|
"android": "92",
|
|
3269
3274
|
"chrome": "92",
|
|
@@ -3272,7 +3277,8 @@
|
|
|
3272
3277
|
"electron": "14.0",
|
|
3273
3278
|
"firefox": "90",
|
|
3274
3279
|
"node": "16.6",
|
|
3275
|
-
"opera": "78"
|
|
3280
|
+
"opera": "78",
|
|
3281
|
+
"samsung": "16.0"
|
|
3276
3282
|
},
|
|
3277
3283
|
"esnext.array.filter-out": {},
|
|
3278
3284
|
"esnext.array.filter-reject": {},
|
|
@@ -3370,6 +3376,7 @@
|
|
|
3370
3376
|
"edge": "93",
|
|
3371
3377
|
"electron": "14.0",
|
|
3372
3378
|
"firefox": "92",
|
|
3379
|
+
"node": "16.9",
|
|
3373
3380
|
"opera": "79"
|
|
3374
3381
|
},
|
|
3375
3382
|
"esnext.object.iterate-entries": {},
|
|
@@ -3469,6 +3476,7 @@
|
|
|
3469
3476
|
"esnext.symbol.observable": {},
|
|
3470
3477
|
"esnext.symbol.pattern-match": {},
|
|
3471
3478
|
"esnext.symbol.replace-all": {},
|
|
3479
|
+
"esnext.typed-array.from-async": {},
|
|
3472
3480
|
"esnext.typed-array.at": {
|
|
3473
3481
|
"android": "92",
|
|
3474
3482
|
"chrome": "92",
|
|
@@ -3477,7 +3485,8 @@
|
|
|
3477
3485
|
"electron": "14.0",
|
|
3478
3486
|
"firefox": "90",
|
|
3479
3487
|
"node": "16.6",
|
|
3480
|
-
"opera": "78"
|
|
3488
|
+
"opera": "78",
|
|
3489
|
+
"samsung": "16.0"
|
|
3481
3490
|
},
|
|
3482
3491
|
"esnext.typed-array.filter-out": {},
|
|
3483
3492
|
"esnext.typed-array.filter-reject": {},
|
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
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"es.symbol.to-primitive",
|
|
15
15
|
"es.symbol.to-string-tag",
|
|
16
16
|
"es.symbol.unscopables",
|
|
17
|
-
"es.array.at",
|
|
18
17
|
"es.array.concat",
|
|
19
18
|
"es.array.copy-within",
|
|
20
19
|
"es.array.every",
|
|
@@ -101,7 +100,6 @@
|
|
|
101
100
|
"es.object.get-own-property-descriptors",
|
|
102
101
|
"es.object.get-own-property-names",
|
|
103
102
|
"es.object.get-prototype-of",
|
|
104
|
-
"es.object.has-own",
|
|
105
103
|
"es.object.is",
|
|
106
104
|
"es.object.is-extensible",
|
|
107
105
|
"es.object.is-frozen",
|
|
@@ -136,7 +134,6 @@
|
|
|
136
134
|
"es.regexp.flags",
|
|
137
135
|
"es.regexp.to-string",
|
|
138
136
|
"es.set",
|
|
139
|
-
"es.string.at-alternative",
|
|
140
137
|
"es.string.code-point-at",
|
|
141
138
|
"es.string.ends-with",
|
|
142
139
|
"es.string.from-code-point",
|
|
@@ -176,7 +173,6 @@
|
|
|
176
173
|
"es.typed-array.uint8-clamped-array",
|
|
177
174
|
"es.typed-array.uint16-array",
|
|
178
175
|
"es.typed-array.uint32-array",
|
|
179
|
-
"es.typed-array.at",
|
|
180
176
|
"es.typed-array.copy-within",
|
|
181
177
|
"es.typed-array.every",
|
|
182
178
|
"es.typed-array.fill",
|
|
@@ -396,5 +392,15 @@
|
|
|
396
392
|
"esnext.array.group-by",
|
|
397
393
|
"esnext.typed-array.filter-reject",
|
|
398
394
|
"esnext.typed-array.group-by"
|
|
395
|
+
],
|
|
396
|
+
"3.17": [
|
|
397
|
+
"es.array.at",
|
|
398
|
+
"es.object.has-own",
|
|
399
|
+
"es.string.at-alternative",
|
|
400
|
+
"es.typed-array.at"
|
|
401
|
+
],
|
|
402
|
+
"3.18": [
|
|
403
|
+
"esnext.array.from-async",
|
|
404
|
+
"esnext.typed-array.from-async"
|
|
399
405
|
]
|
|
400
406
|
}
|
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.0",
|
|
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.0",
|
|
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": "272ac1b4515c5cfbf348b069f1da829165a7181e"
|
|
21
21
|
}
|