tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.9 KiB

4 years ago
  1. {
  2. "_from": "is-unicode-supported@^1.1.0",
  3. "_id": "is-unicode-supported@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kSe3H5+oL1LKXCDpgue+wO4x7h4=",
  6. "_location": "/is-unicode-supported",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-unicode-supported@^1.1.0",
  12. "name": "is-unicode-supported",
  13. "escapedName": "is-unicode-supported",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/log-symbols",
  20. "/ora"
  21. ],
  22. "_resolved": "https://r.cnpmjs.org/is-unicode-supported/download/is-unicode-supported-1.1.0.tgz",
  23. "_shasum": "9127b71f9fa82f52ca5c20e982e7bec0ee31ee1e",
  24. "_spec": "is-unicode-supported@^1.1.0",
  25. "_where": "E:\\work\\code\\tis-cli\\node_modules\\ora",
  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": "^3.15.0",
  39. "tsd": "^0.14.0",
  40. "xo": "^0.38.2"
  41. },
  42. "engines": {
  43. "node": ">=12"
  44. },
  45. "exports": "./index.js",
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/is-unicode-supported#readme",
  52. "keywords": [
  53. "terminal",
  54. "unicode",
  55. "detect",
  56. "utf8",
  57. "console",
  58. "shell",
  59. "support",
  60. "supports",
  61. "supported",
  62. "check",
  63. "detection"
  64. ],
  65. "license": "MIT",
  66. "name": "is-unicode-supported",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-unicode-supported.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "type": "module",
  75. "version": "1.1.0"
  76. }