版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

44 строки
779 B

  1. {
  2. "name": "is-unicode-supported",
  3. "version": "1.3.0",
  4. "description": "Detect whether the terminal supports Unicode",
  5. "license": "MIT",
  6. "repository": "sindresorhus/is-unicode-supported",
  7. "funding": "https://github.com/sponsors/sindresorhus",
  8. "author": {
  9. "name": "Sindre Sorhus",
  10. "email": "sindresorhus@gmail.com",
  11. "url": "https://sindresorhus.com"
  12. },
  13. "type": "module",
  14. "exports": "./index.js",
  15. "engines": {
  16. "node": ">=12"
  17. },
  18. "scripts": {
  19. "test": "xo && ava && tsd"
  20. },
  21. "files": [
  22. "index.js",
  23. "index.d.ts"
  24. ],
  25. "keywords": [
  26. "terminal",
  27. "unicode",
  28. "detect",
  29. "utf8",
  30. "console",
  31. "shell",
  32. "support",
  33. "supports",
  34. "supported",
  35. "check",
  36. "detection"
  37. ],
  38. "devDependencies": {
  39. "ava": "^4.0.1",
  40. "tsd": "^0.19.1",
  41. "xo": "^0.47.0"
  42. }
  43. }