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