You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.6 KiB

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