package.json 1.8 KB

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