21 lines
554 B
JSON
21 lines
554 B
JSON
{
|
|
"name": "@babel/runtime-corejs3",
|
|
"version": "7.10.4",
|
|
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-runtime-corejs3"
|
|
},
|
|
"author": "Denis Pushkarev <zloirock@zloirock.ru>",
|
|
"dependencies": {
|
|
"core-js-pure": "^3.0.0",
|
|
"regenerator-runtime": "^0.13.4"
|
|
},
|
|
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
|
|
}
|