package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "@babel/plugin-syntax-dynamic-import@^7.0.0",
  3. "_id": "@babel/plugin-syntax-dynamic-import@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  6. "_location": "/@babel/plugin-syntax-dynamic-import",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-dynamic-import@^7.0.0",
  12. "name": "@babel/plugin-syntax-dynamic-import",
  13. "escapedName": "@babel%2fplugin-syntax-dynamic-import",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  23. "_shasum": "62bf98b2da3cd21d626154fc96ee5b3cb68eacb3",
  24. "_spec": "@babel/plugin-syntax-dynamic-import@^7.0.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\babel-preset-app",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-plugin-utils": "^7.8.0"
  29. },
  30. "deprecated": false,
  31. "description": "Allow parsing of import()",
  32. "devDependencies": {
  33. "@babel/core": "^7.8.0"
  34. },
  35. "keywords": [
  36. "babel-plugin"
  37. ],
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@babel/plugin-syntax-dynamic-import",
  41. "peerDependencies": {
  42. "@babel/core": "^7.0.0-0"
  43. },
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
  50. },
  51. "version": "7.8.3"
  52. }