package.json 882 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@babel/plugin-syntax-top-level-await",
  3. "version": "7.12.1",
  4. "description": "Allow parsing of top-level await in modules",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-syntax-top-level-await"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "keywords": [
  16. "babel-plugin"
  17. ],
  18. "dependencies": {
  19. "@babel/helper-plugin-utils": "^7.10.4"
  20. },
  21. "peerDependencies": {
  22. "@babel/core": "^7.0.0-0"
  23. },
  24. "devDependencies": {
  25. "@babel/core": "^7.12.1"
  26. },
  27. "__npminstall_done": "Thu Dec 24 2020 20:20:40 GMT+0800 (CST)",
  28. "_from": "@babel/plugin-syntax-top-level-await@7.12.1",
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.12.1.tgz"
  30. }