web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.0 KiB

  1. {
  2. "name": "@babel/traverse",
  3. "version": "7.13.15",
  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://babel.dev/docs/en/next/babel-traverse",
  7. "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen",
  8. "license": "MIT",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/babel/babel.git",
  15. "directory": "packages/babel-traverse"
  16. },
  17. "main": "lib/index.js",
  18. "dependencies": {
  19. "@babel/code-frame": "^7.12.13",
  20. "@babel/generator": "^7.13.9",
  21. "@babel/helper-function-name": "^7.12.13",
  22. "@babel/helper-split-export-declaration": "^7.12.13",
  23. "@babel/parser": "^7.13.15",
  24. "@babel/types": "^7.13.14",
  25. "debug": "^4.1.0",
  26. "globals": "^11.1.0"
  27. },
  28. "devDependencies": {
  29. "@babel/helper-plugin-test-runner": "7.13.10"
  30. }
  31. }