package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@^7.18.6",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==",
  6. "_location": "/@babel/plugin-transform-modules-commonjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-commonjs@^7.18.6",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz",
  23. "_shasum": "afd243afba166cca69892e24a8fd8c9f2ca87883",
  24. "_spec": "@babel/plugin-transform-modules-commonjs@^7.18.6",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-module-transforms": "^7.18.6",
  36. "@babel/helper-plugin-utils": "^7.18.6",
  37. "@babel/helper-simple-access": "^7.18.6",
  38. "babel-plugin-dynamic-import-node": "^2.3.3"
  39. },
  40. "deprecated": false,
  41. "description": "This plugin transforms ES2015 modules to CommonJS",
  42. "devDependencies": {
  43. "@babel/core": "^7.18.6",
  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.18.6"
  72. }