package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@^7.2.0",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.13.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==",
  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.2.0",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  14. "scope": "@babel",
  15. "rawSpec": "^7.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.2.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz",
  23. "_shasum": "7b01ad7c2dcf2275b06fa1781e00d13d420b3e1b",
  24. "_spec": "@babel/plugin-transform-modules-commonjs@^7.2.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\preset-env",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-module-transforms": "^7.13.0",
  32. "@babel/helper-plugin-utils": "^7.13.0",
  33. "@babel/helper-simple-access": "^7.12.13",
  34. "babel-plugin-dynamic-import-node": "^2.3.3"
  35. },
  36. "deprecated": false,
  37. "description": "This plugin transforms ES2015 modules to CommonJS",
  38. "devDependencies": {
  39. "@babel/core": "7.13.8",
  40. "@babel/helper-plugin-test-runner": "7.12.13",
  41. "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
  42. },
  43. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
  44. "keywords": [
  45. "babel-plugin"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@babel/plugin-transform-modules-commonjs",
  50. "peerDependencies": {
  51. "@babel/core": "^7.0.0-0"
  52. },
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-plugin-transform-modules-commonjs"
  60. },
  61. "version": "7.13.8"
  62. }