package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "@babel/plugin-transform-runtime@7.21.4",
  3. "_id": "@babel/plugin-transform-runtime@7.21.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==",
  6. "_location": "/@babel/plugin-transform-runtime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-runtime@7.21.4",
  12. "name": "@babel/plugin-transform-runtime",
  13. "escapedName": "@babel%2fplugin-transform-runtime",
  14. "scope": "@babel",
  15. "rawSpec": "7.21.4",
  16. "saveSpec": null,
  17. "fetchSpec": "7.21.4"
  18. },
  19. "_requiredBy": [
  20. "/miniprogram-ci"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.4.tgz",
  23. "_shasum": "2e1da21ca597a7d01fc96b699b21d8d2023191aa",
  24. "_spec": "@babel/plugin-transform-runtime@7.21.4",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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.21.4",
  40. "@babel/helper-plugin-utils": "^7.20.2",
  41. "babel-plugin-polyfill-corejs2": "^0.3.3",
  42. "babel-plugin-polyfill-corejs3": "^0.6.0",
  43. "babel-plugin-polyfill-regenerator": "^0.4.1",
  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.21.4",
  50. "@babel/helper-plugin-test-runner": "^7.18.6",
  51. "@babel/helpers": "^7.21.0",
  52. "@babel/preset-env": "^7.21.4",
  53. "@babel/runtime": "^7.21.0",
  54. "@babel/runtime-corejs3": "^7.21.0",
  55. "@babel/template": "^7.20.7",
  56. "@babel/types": "^7.21.4",
  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. "type": "commonjs",
  81. "version": "7.21.4"
  82. }