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

23 lines
654 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@babel/helpers",
"version": "7.7.0",
2020-03-31 20:42:07 +08:00
"description": "Collection of helper functions used by Babel transforms.",
2020-03-31 20:57:48 +08:00
"author": "Sebastian McKenzie <sebmck@gmail.com>",
2020-03-31 20:42:07 +08:00
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2020-03-31 20:57:48 +08:00
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.7.0",
"@babel/traverse": "^7.7.0",
"@babel/types": "^7.7.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
2020-03-31 20:42:07 +08:00
}