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.

24 lines
676 B

  1. {
  2. "name": "@babel/helpers",
  3. "version": "7.13.10",
  4. "description": "Collection of helper functions used by Babel transforms.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.com>",
  6. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  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-helpers"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/template": "^7.12.13",
  19. "@babel/traverse": "^7.13.0",
  20. "@babel/types": "^7.13.0"
  21. },
  22. "devDependencies": {
  23. "@babel/helper-plugin-test-runner": "7.13.10"
  24. }
  25. }