package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "is-unicode-supported@0.1.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-unicode-supported@0.1.0",
  10. "_id": "is-unicode-supported@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PybHaoCVk7Ur+i7LVxDtJ3m1Iqc=",
  13. "_location": "/is-unicode-supported",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-unicode-supported@0.1.0",
  19. "name": "is-unicode-supported",
  20. "escapedName": "is-unicode-supported",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/lint-staged/log-symbols"
  27. ],
  28. "_resolved": "https://registry.nlark.com/is-unicode-supported/download/is-unicode-supported-0.1.0.tgz?cache=0&sync_timestamp=1625294161966&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-unicode-supported%2Fdownload%2Fis-unicode-supported-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-unicode-supported/issues"
  38. },
  39. "description": "Detect whether the terminal supports Unicode",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "tsd": "^0.14.0",
  43. "xo": "^0.38.2"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/is-unicode-supported#readme",
  54. "keywords": [
  55. "terminal",
  56. "unicode",
  57. "detect",
  58. "utf8",
  59. "console",
  60. "shell",
  61. "support",
  62. "supports",
  63. "supported",
  64. "check",
  65. "detection"
  66. ],
  67. "license": "MIT",
  68. "name": "is-unicode-supported",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-unicode-supported.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "0.1.0"
  77. }