Spaces:
Build error
Build error
| { | |
| "name": "core-js-compat", | |
| "version": "3.29.1", | |
| "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.5" | |
| } | |
| } | |