package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-syntax-dynamic-import@6.18.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-syntax-dynamic-import@6.18.0",
  10. "_id": "babel-plugin-syntax-dynamic-import@6.18.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==",
  13. "_location": "/babel-plugin-syntax-dynamic-import",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-syntax-dynamic-import@6.18.0",
  19. "name": "babel-plugin-syntax-dynamic-import",
  20. "escapedName": "babel-plugin-syntax-dynamic-import",
  21. "rawSpec": "6.18.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.18.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-dynamic-import-node",
  27. "/babel-preset-stage-2",
  28. "/babel-preset-vue-app"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
  31. "_spec": "6.18.0",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "dependencies": {},
  34. "description": "Allow parsing of import()",
  35. "devDependencies": {},
  36. "keywords": [
  37. "babel-plugin"
  38. ],
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "babel-plugin-syntax-dynamic-import",
  42. "repository": {
  43. "type": "git",
  44. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
  45. },
  46. "version": "6.18.0"
  47. }