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.
88 lines
2.0 KiB
88 lines
2.0 KiB
{
|
|
"_from": "log-symbols@^5.0.0",
|
|
"_id": "log-symbols@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-dyDTxqVsNl4fZYkWBpuhjZQQkso=",
|
|
"_location": "/log-symbols",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "log-symbols@^5.0.0",
|
|
"name": "log-symbols",
|
|
"escapedName": "log-symbols",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ora"
|
|
],
|
|
"_resolved": "https://r.cnpmjs.org/log-symbols/download/log-symbols-5.0.0.tgz",
|
|
"_shasum": "7720d3c6a56c365e1f658916069ba18d941092ca",
|
|
"_spec": "log-symbols@^5.0.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/log-symbols/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Colored symbols for various log levels. Example: `✔︎ Success`",
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"strip-ansi": "^7.0.0",
|
|
"tsd": "^0.14.0",
|
|
"xo": "^0.38.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"exports": {
|
|
"node": "./index.js",
|
|
"default": "./browser.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"browser.js"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/log-symbols#readme",
|
|
"keywords": [
|
|
"unicode",
|
|
"cli",
|
|
"cmd",
|
|
"command-line",
|
|
"characters",
|
|
"symbol",
|
|
"symbols",
|
|
"figure",
|
|
"figures",
|
|
"fallback",
|
|
"windows",
|
|
"log",
|
|
"logging",
|
|
"terminal",
|
|
"stdout"
|
|
],
|
|
"license": "MIT",
|
|
"name": "log-symbols",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/log-symbols.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"type": "module",
|
|
"version": "5.0.0"
|
|
}
|