You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
446 B
20 lines
446 B
{ |
|
"name": "core-js-compat", |
|
"description": "core-js compat", |
|
"version": "3.23.3", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/zloirock/core-js.git", |
|
"directory": "packages/core-js-compat" |
|
}, |
|
"main": "index.js", |
|
"dependencies": { |
|
"browserslist": "^4.21.0", |
|
"semver": "7.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/core-js" |
|
}, |
|
"license": "MIT" |
|
}
|
|
|