amis-rpc-design/node_modules/core-js-compat/package.json

27 lines
592 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "core-js-compat",
"version": "3.32.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",
"types": "index.d.ts",
"dependencies": {
"browserslist": "^4.21.10"
}
}