24 lines
608 B
JSON
24 lines
608 B
JSON
{
|
|
"name": "@babel/runtime-corejs2",
|
|
"version": "7.10.4",
|
|
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-runtime-corejs2"
|
|
},
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"regenerator-runtime": "^0.13.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helpers": "^7.10.4"
|
|
},
|
|
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
|
|
}
|