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.

42 lines
1.2 KiB

  1. {
  2. "name": "@babel/plugin-transform-runtime",
  3. "version": "7.12.1",
  4. "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-transform-runtime"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "keywords": [
  16. "babel-plugin"
  17. ],
  18. "browser": {
  19. "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
  20. "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
  21. },
  22. "dependencies": {
  23. "@babel/helper-module-imports": "^7.12.1",
  24. "@babel/helper-plugin-utils": "^7.10.4",
  25. "resolve": "^1.8.1",
  26. "semver": "^5.5.1"
  27. },
  28. "peerDependencies": {
  29. "@babel/core": "^7.0.0-0"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "^7.12.1",
  33. "@babel/helper-plugin-test-runner": "7.10.4",
  34. "@babel/helpers": "^7.12.1",
  35. "@babel/plugin-transform-typeof-symbol": "^7.12.1",
  36. "@babel/preset-env": "^7.12.1",
  37. "@babel/runtime": "^7.12.1",
  38. "@babel/runtime-corejs3": "^7.12.1",
  39. "@babel/template": "7.10.4",
  40. "@babel/types": "^7.12.1",
  41. "make-dir": "^2.1.0"
  42. }
  43. }