18 lines
433 B
JSON
18 lines
433 B
JSON
{
|
|
"name": "@babel/runtime",
|
|
"version": "7.5.5",
|
|
"description": "babel's modular runtime helpers",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helpers": "^7.5.5"
|
|
}
|
|
}
|