node-babel7/packages/babel-traverse/package.json

32 lines
1000 B
JSON

{
"name": "@babel/traverse",
"version": "7.12.12",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-traverse"
},
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.12.11",
"@babel/generator": "workspace:^7.12.11",
"@babel/helper-function-name": "workspace:^7.12.11",
"@babel/helper-split-export-declaration": "workspace:^7.12.11",
"@babel/parser": "workspace:^7.12.11",
"@babel/types": "workspace:^7.12.12",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*"
}
}