package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@babel/plugin-transform-runtime@^7.4.0",
  3. "_id": "@babel/plugin-transform-runtime@7.13.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==",
  6. "_location": "/@babel/plugin-transform-runtime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-runtime@^7.4.0",
  12. "name": "@babel/plugin-transform-runtime",
  13. "escapedName": "@babel%2fplugin-transform-runtime",
  14. "scope": "@babel",
  15. "rawSpec": "^7.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.4.0"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.15.tgz",
  23. "_shasum": "2eddf585dd066b84102517e10a577f24f76a9cd7",
  24. "_spec": "@babel/plugin-transform-runtime@^7.4.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\babel-preset-app",
  26. "browser": {
  27. "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
  28. "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-module-imports": "^7.13.12",
  36. "@babel/helper-plugin-utils": "^7.13.0",
  37. "babel-plugin-polyfill-corejs2": "^0.2.0",
  38. "babel-plugin-polyfill-corejs3": "^0.2.0",
  39. "babel-plugin-polyfill-regenerator": "^0.2.0",
  40. "semver": "^6.3.0"
  41. },
  42. "deprecated": false,
  43. "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
  44. "devDependencies": {
  45. "@babel/core": "7.13.15",
  46. "@babel/helper-plugin-test-runner": "7.13.10",
  47. "@babel/helpers": "7.13.10",
  48. "@babel/plugin-transform-typeof-symbol": "7.12.13",
  49. "@babel/preset-env": "7.13.15",
  50. "@babel/runtime": "7.13.10",
  51. "@babel/runtime-corejs3": "7.13.10",
  52. "@babel/template": "7.12.13",
  53. "@babel/types": "7.13.14",
  54. "make-dir": "^2.1.0"
  55. },
  56. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
  57. "keywords": [
  58. "babel-plugin"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/index.js",
  62. "name": "@babel/plugin-transform-runtime",
  63. "peerDependencies": {
  64. "@babel/core": "^7.0.0-0"
  65. },
  66. "publishConfig": {
  67. "access": "public"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/babel/babel.git",
  72. "directory": "packages/babel-plugin-transform-runtime"
  73. },
  74. "version": "7.13.15"
  75. }