package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@babel/plugin-transform-runtime@^7.12.15",
  3. "_id": "@babel/plugin-transform-runtime@7.27.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bA9ZL5PW90YwNgGfjg6U+7Qh/k3zCEQJ06BFgAGRp/yMjw9hP9UGbGPtx3KSOkHGljEPCCxaE+PH4fUR2h1sDw==",
  6. "_location": "/@babel/plugin-transform-runtime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-runtime@^7.12.15",
  12. "name": "@babel/plugin-transform-runtime",
  13. "escapedName": "@babel%2fplugin-transform-runtime",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.15",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.15"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.3.tgz",
  23. "_shasum": "ad35f1eff5ba18a5e23f7270e939fb5a59d3ec0b",
  24. "_spec": "@babel/plugin-transform-runtime@^7.12.15",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\babel-preset-app",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "browser": {
  31. "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
  32. "./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-module-imports": "^7.27.1",
  40. "@babel/helper-plugin-utils": "^7.27.1",
  41. "babel-plugin-polyfill-corejs2": "^0.4.10",
  42. "babel-plugin-polyfill-corejs3": "^0.11.0",
  43. "babel-plugin-polyfill-regenerator": "^0.6.1",
  44. "semver": "^6.3.1"
  45. },
  46. "deprecated": false,
  47. "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
  48. "devDependencies": {
  49. "@babel/core": "^7.27.3",
  50. "@babel/helper-plugin-test-runner": "^7.27.1",
  51. "@babel/helpers": "^7.27.3",
  52. "@babel/preset-env": "^7.27.2",
  53. "@babel/runtime": "^7.27.3",
  54. "@babel/runtime-corejs3": "^7.27.3",
  55. "babel-plugin-polyfill-corejs3": "^0.11.0",
  56. "make-dir": "^2.1.0"
  57. },
  58. "engines": {
  59. "node": ">=6.9.0"
  60. },
  61. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
  62. "keywords": [
  63. "babel-plugin"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "@babel/plugin-transform-runtime",
  68. "peerDependencies": {
  69. "@babel/core": "^7.0.0-0"
  70. },
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/babel/babel.git",
  77. "directory": "packages/babel-plugin-transform-runtime"
  78. },
  79. "type": "commonjs",
  80. "version": "7.27.3"
  81. }