package.json 759 B

123456789101112131415161718192021222324
  1. {
  2. "name": "babel-traverse",
  3. "version": "6.26.0",
  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. "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
  9. "main": "lib/index.js",
  10. "dependencies": {
  11. "babel-code-frame": "^6.26.0",
  12. "babel-messages": "^6.23.0",
  13. "babel-runtime": "^6.26.0",
  14. "babel-types": "^6.26.0",
  15. "babylon": "^6.18.0",
  16. "debug": "^2.6.8",
  17. "globals": "^9.18.0",
  18. "invariant": "^2.2.2",
  19. "lodash": "^4.17.4"
  20. },
  21. "devDependencies": {
  22. "babel-generator": "^6.26.0"
  23. }
  24. }