diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-01 22:05:25 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-01 22:05:25 +0100 |
commit | 6555fb80fdd8f6a5d201efadec3189d1244830a0 (patch) | |
tree | c1aa1c5aedc634ad1ea7fad4847884d559b51290 /sandbox/testAppNevena/Front/node_modules/log-symbols/package.json | |
parent | 7d3640f824f46490b47bd95f1c5a16644f712068 (diff) |
Izbrisala bin, obj i node-modules.
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/log-symbols/package.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/log-symbols/package.json | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/log-symbols/package.json b/sandbox/testAppNevena/Front/node_modules/log-symbols/package.json deleted file mode 100644 index b9886e44..00000000 --- a/sandbox/testAppNevena/Front/node_modules/log-symbols/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "log-symbols", - "version": "4.1.0", - "description": "Colored symbols for various log levels. Example: `✔︎ Success`", - "license": "MIT", - "repository": "sindresorhus/log-symbols", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "browser.js" - ], - "keywords": [ - "unicode", - "cli", - "cmd", - "command-line", - "characters", - "symbol", - "symbols", - "figure", - "figures", - "fallback", - "windows", - "log", - "logging", - "terminal", - "stdout" - ], - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "strip-ansi": "^6.0.0", - "tsd": "^0.14.0", - "xo": "^0.38.2" - }, - "browser": "browser.js" -} |