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.

26 lines
914 B

  1. {
  2. "name": "@babel/helper-module-transforms",
  3. "version": "7.13.14",
  4. "description": "Babel helper functions for implementing ES6 module transformations",
  5. "author": "Logan Smyth <loganfsmyth@gmail.com>",
  6. "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
  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-helper-module-transforms"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/helper-module-imports": "^7.13.12",
  19. "@babel/helper-replace-supers": "^7.13.12",
  20. "@babel/helper-simple-access": "^7.13.12",
  21. "@babel/helper-split-export-declaration": "^7.12.13",
  22. "@babel/helper-validator-identifier": "^7.12.11",
  23. "@babel/template": "^7.12.13",
  24. "@babel/traverse": "^7.13.13",
  25. "@babel/types": "^7.13.14"
  26. }
  27. }