package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@babel/traverse",
  3. "version": "7.12.12",
  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": {
  12. "type": "git",
  13. "url": "https://github.com/babel/babel.git",
  14. "directory": "packages/babel-traverse"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/code-frame": "^7.12.11",
  19. "@babel/generator": "^7.12.11",
  20. "@babel/helper-function-name": "^7.12.11",
  21. "@babel/helper-split-export-declaration": "^7.12.11",
  22. "@babel/parser": "^7.12.11",
  23. "@babel/types": "^7.12.12",
  24. "debug": "^4.1.0",
  25. "globals": "^11.1.0",
  26. "lodash": "^4.17.19"
  27. },
  28. "devDependencies": {
  29. "@babel/helper-plugin-test-runner": "7.10.4"
  30. },
  31. "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
  32. "_from": "@babel/traverse@7.12.12",
  33. "_resolved": "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.12.tgz?cache=0&sync_timestamp=1608730546633&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.12.12.tgz"
  34. }