12345678910111213141516171819202122232425262728 |
- {
- "name": "@babel/traverse",
- "version": "7.4.4",
- "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": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
- "main": "lib/index.js",
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/generator": "^7.4.4",
- "@babel/helper-function-name": "^7.1.0",
- "@babel/helper-split-export-declaration": "^7.4.4",
- "@babel/parser": "^7.4.4",
- "@babel/types": "^7.4.4",
- "debug": "^4.1.0",
- "globals": "^11.1.0",
- "lodash": "^4.17.11"
- },
- "devDependencies": {
- "@babel/helper-plugin-test-runner": "^7.0.0"
- },
- "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
- }
|