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

29 lines
930 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@babel/traverse",
"version": "7.8.3",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
"main": "lib/index.js",
2020-03-31 20:42:07 +08:00
"dependencies": {
"@babel/code-frame": "^7.8.3",
2020-03-31 20:57:48 +08:00
"@babel/generator": "^7.8.3",
2020-03-31 20:42:07 +08:00
"@babel/helper-function-name": "^7.8.3",
"@babel/helper-split-export-declaration": "^7.8.3",
2020-03-31 20:57:48 +08:00
"@babel/parser": "^7.8.3",
"@babel/types": "^7.8.3",
2020-03-31 20:42:07 +08:00
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.8.3"
},
2020-03-31 20:57:48 +08:00
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
2020-03-31 20:42:07 +08:00
}