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.

22 lines
702 B

  1. {
  2. "name": "@babel/helper-member-expression-to-functions",
  3. "version": "7.13.12",
  4. "description": "Helper function to replace certain member expressions with function calls",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-member-expression-to-functions"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
  11. "license": "MIT",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "lib/index.js",
  16. "author": "Justin Ridgewell <justin@ridgewell.name>",
  17. "dependencies": {
  18. "@babel/types": "^7.13.12"
  19. },
  20. "devDependencies": {
  21. "@babel/traverse": "^7.12.17"
  22. }
  23. }