| 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
 | | { |  |   "name": "core-js-compat", |  |   "version": "3.27.2", |  |   "description": "core-js compat", |  |   "repository": { |  |     "type": "git", |  |     "url": "https://github.com/zloirock/core-js.git", |  |     "directory": "packages/core-js-compat" |  |   }, |  |   "funding": { |  |     "type": "opencollective", |  |     "url": "https://opencollective.com/core-js" |  |   }, |  |   "license": "MIT", |  |   "author": { |  |     "name": "Denis Pushkarev", |  |     "email": "zloirock@zloirock.ru", |  |     "url": "http://zloirock.ru" |  |   }, |  |   "sideEffects": false, |  |   "main": "index.js", |  |   "dependencies": { |  |     "browserslist": "^4.21.4" |  |   } |  | } | 
 |