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.
28 lines
617 B
28 lines
617 B
4 weeks ago
|
{
|
||
|
"name": "core-js-compat",
|
||
|
"version": "3.38.1",
|
||
|
"type": "commonjs",
|
||
|
"description": "core-js compat",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+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",
|
||
|
"types": "index.d.ts",
|
||
|
"dependencies": {
|
||
|
"browserslist": "^4.23.3"
|
||
|
}
|
||
|
}
|