package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@7.21.2",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.21.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==",
  6. "_location": "/@babel/plugin-transform-modules-commonjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-commonjs@7.21.2",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  14. "scope": "@babel",
  15. "rawSpec": "7.21.2",
  16. "saveSpec": null,
  17. "fetchSpec": "7.21.2"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz",
  24. "_shasum": "6ff5070e71e3192ef2b7e39820a06fb78e3058e7",
  25. "_spec": "@babel/plugin-transform-modules-commonjs@7.21.2",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/helper-module-transforms": "^7.21.2",
  37. "@babel/helper-plugin-utils": "^7.20.2",
  38. "@babel/helper-simple-access": "^7.20.2"
  39. },
  40. "deprecated": false,
  41. "description": "This plugin transforms ES2015 modules to CommonJS",
  42. "devDependencies": {
  43. "@babel/core": "^7.21.0",
  44. "@babel/helper-plugin-test-runner": "^7.18.6",
  45. "@babel/plugin-external-helpers": "^7.18.6",
  46. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  47. "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
  53. "keywords": [
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "@babel/plugin-transform-modules-commonjs",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0-0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-plugin-transform-modules-commonjs"
  69. },
  70. "type": "commonjs",
  71. "version": "7.21.2"
  72. }