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

{
"_from": "is-unicode-supported@^1.1.0",
"_id": "is-unicode-supported@1.1.0",
"_inBundle": false,
"_integrity": "sha1-kSe3H5+oL1LKXCDpgue+wO4x7h4=",
"_location": "/is-unicode-supported",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-unicode-supported@^1.1.0",
"name": "is-unicode-supported",
"escapedName": "is-unicode-supported",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/log-symbols",
"/ora"
],
"_resolved": "https://r.cnpmjs.org/is-unicode-supported/download/is-unicode-supported-1.1.0.tgz",
"_shasum": "9127b71f9fa82f52ca5c20e982e7bec0ee31ee1e",
"_spec": "is-unicode-supported@^1.1.0",
"_where": "E:\\work\\code\\tis-cli\\node_modules\\ora",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-unicode-supported/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Detect whether the terminal supports Unicode",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
},
"engines": {
"node": ">=12"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/is-unicode-supported#readme",
"keywords": [
"terminal",
"unicode",
"detect",
"utf8",
"console",
"shell",
"support",
"supports",
"supported",
"check",
"detection"
],
"license": "MIT",
"name": "is-unicode-supported",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-unicode-supported.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "1.1.0"
}