package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "@babel/helper-module-transforms@7.22.9",
  3. "_id": "@babel/helper-module-transforms@7.22.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==",
  6. "_location": "/@babel/helper-module-transforms",
  7. "_phantomChildren": {
  8. "@jridgewell/gen-mapping": "0.3.8",
  9. "@jridgewell/trace-mapping": "0.3.25",
  10. "debug": "4.4.1",
  11. "globals": "11.12.0",
  12. "js-tokens": "4.0.0",
  13. "picocolors": "1.1.1"
  14. },
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-module-transforms@7.22.9",
  19. "name": "@babel/helper-module-transforms",
  20. "escapedName": "@babel%2fhelper-module-transforms",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.9"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/plugin-transform-modules-amd",
  29. "/@babel/plugin-transform-modules-commonjs",
  30. "/@babel/plugin-transform-modules-systemjs",
  31. "/@babel/plugin-transform-modules-umd",
  32. "/miniprogram-ci"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz",
  35. "_shasum": "92dfcb1fbbb2bc62529024f72d942a8c97142129",
  36. "_spec": "@babel/helper-module-transforms@7.22.9",
  37. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  38. "author": {
  39. "name": "The Babel Team",
  40. "url": "https://babel.dev/team"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/babel/babel/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "@babel/helper-environment-visitor": "^7.22.5",
  48. "@babel/helper-module-imports": "^7.22.5",
  49. "@babel/helper-simple-access": "^7.22.5",
  50. "@babel/helper-split-export-declaration": "^7.22.6",
  51. "@babel/helper-validator-identifier": "^7.22.5"
  52. },
  53. "deprecated": false,
  54. "description": "Babel helper functions for implementing ES6 module transformations",
  55. "devDependencies": {
  56. "@babel/core": "^7.22.9",
  57. "@babel/traverse": "^7.22.8"
  58. },
  59. "engines": {
  60. "node": ">=6.9.0"
  61. },
  62. "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
  63. "license": "MIT",
  64. "main": "./lib/index.js",
  65. "name": "@babel/helper-module-transforms",
  66. "peerDependencies": {
  67. "@babel/core": "^7.0.0"
  68. },
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/babel/babel.git",
  75. "directory": "packages/babel-helper-module-transforms"
  76. },
  77. "type": "commonjs",
  78. "version": "7.22.9"
  79. }