package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@babel/plugin-transform-runtime@^7.13.15",
  3. "_id": "@babel/plugin-transform-runtime@7.17.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==",
  6. "_location": "/@babel/plugin-transform-runtime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-runtime@^7.13.15",
  12. "name": "@babel/plugin-transform-runtime",
  13. "escapedName": "@babel%2fplugin-transform-runtime",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.15",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.15"
  18. },
  19. "_requiredBy": [
  20. "/@nuxt/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz",
  23. "_shasum": "0a2e08b5e2b2d95c4b1d3b3371a2180617455b70",
  24. "_spec": "@babel/plugin-transform-runtime@^7.13.15",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\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.16.7",
  40. "@babel/helper-plugin-utils": "^7.16.7",
  41. "babel-plugin-polyfill-corejs2": "^0.3.0",
  42. "babel-plugin-polyfill-corejs3": "^0.5.0",
  43. "babel-plugin-polyfill-regenerator": "^0.3.0",
  44. "semver": "^6.3.0"
  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.17.0",
  50. "@babel/helper-plugin-test-runner": "^7.16.7",
  51. "@babel/helpers": "^7.17.0",
  52. "@babel/preset-env": "^7.16.11",
  53. "@babel/runtime": "^7.17.0",
  54. "@babel/runtime-corejs3": "^7.17.0",
  55. "@babel/template": "^7.16.7",
  56. "@babel/types": "^7.17.0",
  57. "make-dir": "^2.1.0"
  58. },
  59. "engines": {
  60. "node": ">=6.9.0"
  61. },
  62. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
  63. "keywords": [
  64. "babel-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "@babel/plugin-transform-runtime",
  69. "peerDependencies": {
  70. "@babel/core": "^7.0.0-0"
  71. },
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/babel/babel.git",
  78. "directory": "packages/babel-plugin-transform-runtime"
  79. },
  80. "version": "7.17.0"
  81. }