package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "is-unicode-supported@^0.1.0",
  3. "_id": "is-unicode-supported@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  6. "_location": "/is-unicode-supported",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-unicode-supported@^0.1.0",
  12. "name": "is-unicode-supported",
  13. "escapedName": "is-unicode-supported",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged/log-symbols",
  20. "/stylelint/log-symbols"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  23. "_shasum": "3f26c76a809593b52bfa2ecb5710ed2779b522a7",
  24. "_spec": "is-unicode-supported@^0.1.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\lint-staged\\node_modules\\log-symbols",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is-unicode-supported/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Detect whether the terminal supports Unicode",
  37. "devDependencies": {
  38. "ava": "^2.4.0",
  39. "tsd": "^0.14.0",
  40. "xo": "^0.38.2"
  41. },
  42. "engines": {
  43. "node": ">=10"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "funding": "https://github.com/sponsors/sindresorhus",
  50. "homepage": "https://github.com/sindresorhus/is-unicode-supported#readme",
  51. "keywords": [
  52. "terminal",
  53. "unicode",
  54. "detect",
  55. "utf8",
  56. "console",
  57. "shell",
  58. "support",
  59. "supports",
  60. "supported",
  61. "check",
  62. "detection"
  63. ],
  64. "license": "MIT",
  65. "name": "is-unicode-supported",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/is-unicode-supported.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "0.1.0"
  74. }