package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@babel/helper-module-imports@^7.18.6",
  3. "_id": "@babel/helper-module-imports@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
  6. "_location": "/@babel/helper-module-imports",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-module-imports@^7.18.6",
  12. "name": "@babel/helper-module-imports",
  13. "escapedName": "@babel%2fhelper-module-imports",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-define-polyfill-provider",
  21. "/@babel/helper-module-transforms",
  22. "/@babel/plugin-transform-async-to-generator",
  23. "/@babel/plugin-transform-runtime",
  24. "/@vue/babel-plugin-jsx",
  25. "/@vue/babel-plugin-transform-vue-jsx",
  26. "/@vue/babel-preset-app",
  27. "/babel-plugin-import"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
  30. "_shasum": "1e3ebdbbd08aad1437b428c50204db13c5a3ca6e",
  31. "_spec": "@babel/helper-module-imports@^7.18.6",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\helper-module-transforms",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "@babel/types": "^7.18.6"
  43. },
  44. "deprecated": false,
  45. "description": "Babel helper functions for inserting module loads",
  46. "devDependencies": {
  47. "@babel/core": "^7.18.6",
  48. "@babel/traverse": "^7.18.6"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/helper-module-imports",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-helper-module-imports"
  64. },
  65. "type": "commonjs",
  66. "version": "7.18.6"
  67. }