github-pages-deploy-action/node_modules/@babel/runtime/package.json

24 lines
601 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@babel/runtime",
"version": "7.8.7",
2020-03-07 11:45:40 +08:00
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/babel/babel.git",
2020-03-07 11:45:40 +08:00
"directory": "packages/babel-runtime"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://babeljs.io/docs/en/next/babel-runtime",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "^7.8.4"
},
"gitHead": "595f65f33b8e948e34d12be83f700cf8d070c790"
2020-03-07 11:45:40 +08:00
}