package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-module-imports@7.10.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-module-imports@7.10.1",
  10. "_id": "@babel/helper-module-imports@7.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==",
  13. "_location": "/@babel/helper-module-imports",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-module-imports@7.10.1",
  19. "name": "@babel/helper-module-imports",
  20. "escapedName": "@babel%2fhelper-module-imports",
  21. "scope": "@babel",
  22. "rawSpec": "7.10.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.10.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-transform-runtime",
  28. "/@vue/babel-plugin-jsx",
  29. "/@vue/babel-plugin-transform-vue-jsx",
  30. "/@vue/babel-preset-app"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz",
  33. "_spec": "7.10.1",
  34. "_where": "E:\\item\\newItem\\admin",
  35. "author": {
  36. "name": "Logan Smyth",
  37. "email": "loganfsmyth@gmail.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/babel/babel/issues"
  41. },
  42. "dependencies": {
  43. "@babel/types": "^7.10.1"
  44. },
  45. "description": "Babel helper functions for inserting module loads",
  46. "devDependencies": {
  47. "@babel/core": "^7.10.1"
  48. },
  49. "gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf",
  50. "homepage": "https://babeljs.io/",
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/helper-module-imports",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-helper-module-imports"
  61. },
  62. "version": "7.10.1"
  63. }