1
|
{
|
2
|
"name": "@babel/runtime",
|
3
|
"version": "7.9.2",
|
4
|
"description": "babel's modular runtime helpers",
|
5
|
"license": "MIT",
|
6
|
"publishConfig": {
|
7
|
"access": "public"
|
8
|
},
|
9
|
"repository": {
|
10
|
"type": "git",
|
11
|
"url": "https://github.com/babel/babel.git",
|
12
|
"directory": "packages/babel-runtime"
|
13
|
},
|
14
|
"homepage": "https://babeljs.io/docs/en/next/babel-runtime",
|
15
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
16
|
"dependencies": {
|
17
|
"regenerator-runtime": "^0.13.4"
|
18
|
},
|
19
|
"devDependencies": {
|
20
|
"@babel/helpers": "^7.9.2"
|
21
|
},
|
22
|
"gitHead": "2399e0df23cbd574a5ab39822288c438f5380ae8"
|
23
|
}
|