You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
835 B

1 month ago
  1. {
  2. "name": "@babel/plugin-syntax-dynamic-import",
  3. "version": "7.8.3",
  4. "description": "Allow parsing of import()",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "keywords": [
  12. "babel-plugin"
  13. ],
  14. "dependencies": {
  15. "@babel/helper-plugin-utils": "^7.8.0"
  16. },
  17. "peerDependencies": {
  18. "@babel/core": "^7.0.0-0"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "^7.8.0"
  22. }
  23. ,"_resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz"
  24. ,"_integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ=="
  25. ,"_from": "@babel/plugin-syntax-dynamic-import@7.8.3"
  26. }