Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
23 lines
553 B
JSON
23 lines
553 B
JSON
{
|
|
"name": "@babel/runtime-corejs2",
|
|
"version": "7.10.0",
|
|
"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.0"
|
|
}
|
|
}
|