1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/log-symbols/package.json

82 lines
1.7 KiB
JSON

{
"_args": [
[
"log-symbols@1.0.2",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "log-symbols@1.0.2",
"_id": "log-symbols@1.0.2",
"_inBundle": false,
"_integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=",
"_location": "/log-symbols",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "log-symbols@1.0.2",
"name": "log-symbols",
"escapedName": "log-symbols",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/ora"
],
"_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/log-symbols/issues"
},
"dependencies": {
"chalk": "^1.0.0"
},
"description": "Colored symbols for various log levels. Example: ✔︎ success",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/log-symbols#readme",
"keywords": [
"unicode",
"cli",
"cmd",
"command-line",
"characters",
"char",
"symbol",
"symbols",
"figure",
"figures",
"fallback",
"win",
"windows",
"log",
"logging",
"terminal",
"stdout"
],
"license": "MIT",
"name": "log-symbols",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/log-symbols.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.2"
}