source: trip-planner-front/node_modules/log-symbols/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 933 bytes
Line 
1{
2 "name": "log-symbols",
3 "version": "4.1.0",
4 "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
5 "license": "MIT",
6 "repository": "sindresorhus/log-symbols",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=10"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts",
22 "browser.js"
23 ],
24 "keywords": [
25 "unicode",
26 "cli",
27 "cmd",
28 "command-line",
29 "characters",
30 "symbol",
31 "symbols",
32 "figure",
33 "figures",
34 "fallback",
35 "windows",
36 "log",
37 "logging",
38 "terminal",
39 "stdout"
40 ],
41 "dependencies": {
42 "chalk": "^4.1.0",
43 "is-unicode-supported": "^0.1.0"
44 },
45 "devDependencies": {
46 "ava": "^2.4.0",
47 "strip-ansi": "^6.0.0",
48 "tsd": "^0.14.0",
49 "xo": "^0.38.2"
50 },
51 "browser": "browser.js"
52}
Note: See TracBrowser for help on using the repository browser.