15 lines
374 B
JSON
15 lines
374 B
JSON
{
|
|
"name": "@babel/runtime",
|
|
"version": "7.2.0",
|
|
"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.12.0"
|
|
}
|
|
}
|