19 lines
490 B
JSON
19 lines
490 B
JSON
{
|
|
"name": "@babel/runtime",
|
|
"version": "7.3.1",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helpers": "^7.3.1"
|
|
},
|
|
"gitHead": "f2af6c1170ebbea22bd29a2bae01efaec800dfe9"
|
|
}
|