mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
24 lines
601 B
JSON
24 lines
601 B
JSON
{
|
|
"name": "@babel/runtime",
|
|
"version": "7.8.7",
|
|
"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/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"
|
|
}
|