package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-modules-commonjs@7.13.8",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-modules-commonjs@7.13.8",
  10. "_id": "@babel/plugin-transform-modules-commonjs@7.13.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ewGtfC3PInWwb6F4HgDRPUILPhs=",
  13. "_location": "/@babel/plugin-transform-modules-commonjs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-modules-commonjs@7.13.8",
  19. "name": "@babel/plugin-transform-modules-commonjs",
  20. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  21. "scope": "@babel",
  22. "rawSpec": "7.13.8",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.8"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.13.8.tgz?cache=0&sync_timestamp=1614382840057&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-modules-commonjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-commonjs-7.13.8.tgz",
  30. "_spec": "7.13.8",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-module-transforms": "^7.13.0",
  37. "@babel/helper-plugin-utils": "^7.13.0",
  38. "@babel/helper-simple-access": "^7.12.13",
  39. "babel-plugin-dynamic-import-node": "^2.3.3"
  40. },
  41. "description": "This plugin transforms ES2015 modules to CommonJS",
  42. "devDependencies": {
  43. "@babel/core": "7.13.8",
  44. "@babel/helper-plugin-test-runner": "7.12.13",
  45. "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
  48. "keywords": [
  49. "babel-plugin"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/plugin-transform-modules-commonjs",
  54. "peerDependencies": {
  55. "@babel/core": "^7.0.0-0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-plugin-transform-modules-commonjs"
  64. },
  65. "version": "7.13.8"
  66. }