package.json 930 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@babel/traverse",
  3. "version": "7.4.4",
  4. "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
  12. "main": "lib/index.js",
  13. "dependencies": {
  14. "@babel/code-frame": "^7.0.0",
  15. "@babel/generator": "^7.4.4",
  16. "@babel/helper-function-name": "^7.1.0",
  17. "@babel/helper-split-export-declaration": "^7.4.4",
  18. "@babel/parser": "^7.4.4",
  19. "@babel/types": "^7.4.4",
  20. "debug": "^4.1.0",
  21. "globals": "^11.1.0",
  22. "lodash": "^4.17.11"
  23. },
  24. "devDependencies": {
  25. "@babel/helper-plugin-test-runner": "^7.0.0"
  26. },
  27. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  28. }