Huáng Jùnliàng bc7a811fce v7.11.2
2020-08-05 10:15:43 -04:00

23 lines
520 B
JSON

{
"name": "@babel/runtime",
"version": "7.11.2",
"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"
}
}