package.json 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@babel/traverse",
  3. "version": "7.9.6",
  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.8.3",
  15. "@babel/generator": "^7.9.6",
  16. "@babel/helper-function-name": "^7.9.5",
  17. "@babel/helper-split-export-declaration": "^7.8.3",
  18. "@babel/parser": "^7.9.6",
  19. "@babel/types": "^7.9.6",
  20. "debug": "^4.1.0",
  21. "globals": "^11.1.0",
  22. "lodash": "^4.17.13"
  23. },
  24. "devDependencies": {
  25. "@babel/helper-plugin-test-runner": "^7.8.3"
  26. },
  27. "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
  28. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  29. "_from": "@babel/traverse@7.9.6",
  30. "_resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.9.6.tgz?cache=0&sync_timestamp=1588186168667&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.9.6.tgz"
  31. }