package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@babel/plugin-transform-runtime",
  3. "version": "7.12.10",
  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.5",
  24. "@babel/helper-plugin-utils": "^7.10.4",
  25. "semver": "^5.5.1"
  26. },
  27. "peerDependencies": {
  28. "@babel/core": "^7.0.0-0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "7.12.10",
  32. "@babel/helper-plugin-test-runner": "7.10.4",
  33. "@babel/helpers": "7.12.5",
  34. "@babel/plugin-transform-typeof-symbol": "7.12.10",
  35. "@babel/preset-env": "7.12.10",
  36. "@babel/runtime": "7.12.5",
  37. "@babel/runtime-corejs3": "7.12.5",
  38. "@babel/template": "7.12.7",
  39. "@babel/types": "7.12.10",
  40. "make-dir": "^2.1.0"
  41. },
  42. "__npminstall_done": "Thu Dec 24 2020 20:20:29 GMT+0800 (CST)",
  43. "_from": "@babel/plugin-transform-runtime@7.12.10",
  44. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.10.tgz"
  45. }