flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
50
BACK_BACK/node_modules/log-symbols/package.json
generated
vendored
Executable file
50
BACK_BACK/node_modules/log-symbols/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "log-symbols",
|
||||
"version": "2.2.0",
|
||||
"description": "Colored symbols for various log levels. Example: ✔︎ Success",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/log-symbols",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"browser.js"
|
||||
],
|
||||
"keywords": [
|
||||
"unicode",
|
||||
"cli",
|
||||
"cmd",
|
||||
"command-line",
|
||||
"characters",
|
||||
"char",
|
||||
"symbol",
|
||||
"symbols",
|
||||
"figure",
|
||||
"figures",
|
||||
"fallback",
|
||||
"win",
|
||||
"windows",
|
||||
"log",
|
||||
"logging",
|
||||
"terminal",
|
||||
"stdout"
|
||||
],
|
||||
"dependencies": {
|
||||
"chalk": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"strip-ansi": "^4.0.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"browser": "browser.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue