package.json 829 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "has-unicode",
  3. "version": "2.0.1",
  4. "description": "Try to guess if your terminal supports unicode",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tap test/*.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/iarna/has-unicode"
  12. },
  13. "keywords": [
  14. "unicode",
  15. "terminal"
  16. ],
  17. "files": [
  18. "index.js"
  19. ],
  20. "author": "Rebecca Turner <me@re-becca.org>",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/iarna/has-unicode/issues"
  24. },
  25. "homepage": "https://github.com/iarna/has-unicode",
  26. "devDependencies": {
  27. "require-inject": "^1.3.0",
  28. "tap": "^2.3.1"
  29. },
  30. "__npminstall_done": "Thu Dec 24 2020 20:21:07 GMT+0800 (CST)",
  31. "_from": "has-unicode@2.0.1",
  32. "_resolved": "https://registry.npm.taobao.org/has-unicode/download/has-unicode-2.0.1.tgz"
  33. }