Changeset 59329aa for trip-planner-front/node_modules/log-symbols
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/log-symbols
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/log-symbols/node_modules/ansi-styles/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-styles", 3 "version": "4.3.0", 4 "description": "ANSI escape codes for styling strings in the terminal", 5 "license": "MIT", 6 "repository": "chalk/ansi-styles", 7 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=8" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd", 18 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" 19 }, 20 "files": [ 21 "index.js", 22 "index.d.ts" 23 ], 24 "keywords": [ 25 "ansi", 26 "styles", 27 "color", 28 "colour", 29 "colors", 30 "terminal", 31 "console", 32 "cli", 33 "string", 34 "tty", 35 "escape", 36 "formatting", 37 "rgb", 38 "256", 39 "shell", 40 "xterm", 41 "log", 42 "logging", 43 "command-line", 44 "text" 45 ], 46 "dependencies": { 47 "color-convert": "^2.0.1" 48 }, 49 "devDependencies": { 50 "@types/color-convert": "^1.9.0", 51 "ava": "^2.3.0", 52 "svg-term-cli": "^2.1.1", 53 "tsd": "^0.11.0", 54 "xo": "^0.25.3" 55 } 2 "_args": [ 3 [ 4 "ansi-styles@4.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ansi-styles@4.3.0", 10 "_id": "ansi-styles@4.3.0", 11 "_inBundle": false, 12 "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 13 "_location": "/log-symbols/ansi-styles", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-styles@4.3.0", 19 "name": "ansi-styles", 20 "escapedName": "ansi-styles", 21 "rawSpec": "4.3.0", 22 "saveSpec": null, 23 "fetchSpec": "4.3.0" 24 }, 25 "_requiredBy": [ 26 "/log-symbols/chalk" 27 ], 28 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 29 "_spec": "4.3.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/chalk/ansi-styles/issues" 38 }, 39 "dependencies": { 40 "color-convert": "^2.0.1" 41 }, 42 "description": "ANSI escape codes for styling strings in the terminal", 43 "devDependencies": { 44 "@types/color-convert": "^1.9.0", 45 "ava": "^2.3.0", 46 "svg-term-cli": "^2.1.1", 47 "tsd": "^0.11.0", 48 "xo": "^0.25.3" 49 }, 50 "engines": { 51 "node": ">=8" 52 }, 53 "files": [ 54 "index.js", 55 "index.d.ts" 56 ], 57 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 58 "homepage": "https://github.com/chalk/ansi-styles#readme", 59 "keywords": [ 60 "ansi", 61 "styles", 62 "color", 63 "colour", 64 "colors", 65 "terminal", 66 "console", 67 "cli", 68 "string", 69 "tty", 70 "escape", 71 "formatting", 72 "rgb", 73 "256", 74 "shell", 75 "xterm", 76 "log", 77 "logging", 78 "command-line", 79 "text" 80 ], 81 "license": "MIT", 82 "name": "ansi-styles", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/chalk/ansi-styles.git" 86 }, 87 "scripts": { 88 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", 89 "test": "xo && ava && tsd" 90 }, 91 "version": "4.3.0" 56 92 } -
trip-planner-front/node_modules/log-symbols/node_modules/chalk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "chalk", 3 "version": "4.1.2", 4 "description": "Terminal string styling done right", 5 "license": "MIT", 6 "repository": "chalk/chalk", 7 "funding": "https://github.com/chalk/chalk?sponsor=1", 8 "main": "source", 9 "engines": { 10 "node": ">=10" 11 }, 12 "scripts": { 13 "test": "xo && nyc ava && tsd", 14 "bench": "matcha benchmark.js" 15 }, 16 "files": [ 17 "source", 18 "index.d.ts" 19 ], 20 "keywords": [ 21 "color", 22 "colour", 23 "colors", 24 "terminal", 25 "console", 26 "cli", 27 "string", 28 "str", 29 "ansi", 30 "style", 31 "styles", 32 "tty", 33 "formatting", 34 "rgb", 35 "256", 36 "shell", 37 "xterm", 38 "log", 39 "logging", 40 "command-line", 41 "text" 42 ], 43 "dependencies": { 44 "ansi-styles": "^4.1.0", 45 "supports-color": "^7.1.0" 46 }, 47 "devDependencies": { 48 "ava": "^2.4.0", 49 "coveralls": "^3.0.7", 50 "execa": "^4.0.0", 51 "import-fresh": "^3.1.0", 52 "matcha": "^0.7.0", 53 "nyc": "^15.0.0", 54 "resolve-from": "^5.0.0", 55 "tsd": "^0.7.4", 56 "xo": "^0.28.2" 57 }, 58 "xo": { 59 "rules": { 60 "unicorn/prefer-string-slice": "off", 61 "unicorn/prefer-includes": "off", 62 "@typescript-eslint/member-ordering": "off", 63 "no-redeclare": "off", 64 "unicorn/string-content": "off", 65 "unicorn/better-regex": "off" 66 } 67 } 2 "_args": [ 3 [ 4 "chalk@4.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "chalk@4.1.2", 10 "_id": "chalk@4.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 13 "_location": "/log-symbols/chalk", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "chalk@4.1.2", 19 "name": "chalk", 20 "escapedName": "chalk", 21 "rawSpec": "4.1.2", 22 "saveSpec": null, 23 "fetchSpec": "4.1.2" 24 }, 25 "_requiredBy": [ 26 "/log-symbols" 27 ], 28 "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 29 "_spec": "4.1.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/chalk/chalk/issues" 33 }, 34 "dependencies": { 35 "ansi-styles": "^4.1.0", 36 "supports-color": "^7.1.0" 37 }, 38 "description": "Terminal string styling done right", 39 "devDependencies": { 40 "ava": "^2.4.0", 41 "coveralls": "^3.0.7", 42 "execa": "^4.0.0", 43 "import-fresh": "^3.1.0", 44 "matcha": "^0.7.0", 45 "nyc": "^15.0.0", 46 "resolve-from": "^5.0.0", 47 "tsd": "^0.7.4", 48 "xo": "^0.28.2" 49 }, 50 "engines": { 51 "node": ">=10" 52 }, 53 "files": [ 54 "source", 55 "index.d.ts" 56 ], 57 "funding": "https://github.com/chalk/chalk?sponsor=1", 58 "homepage": "https://github.com/chalk/chalk#readme", 59 "keywords": [ 60 "color", 61 "colour", 62 "colors", 63 "terminal", 64 "console", 65 "cli", 66 "string", 67 "str", 68 "ansi", 69 "style", 70 "styles", 71 "tty", 72 "formatting", 73 "rgb", 74 "256", 75 "shell", 76 "xterm", 77 "log", 78 "logging", 79 "command-line", 80 "text" 81 ], 82 "license": "MIT", 83 "main": "source", 84 "name": "chalk", 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/chalk/chalk.git" 88 }, 89 "scripts": { 90 "bench": "matcha benchmark.js", 91 "test": "xo && nyc ava && tsd" 92 }, 93 "version": "4.1.2", 94 "xo": { 95 "rules": { 96 "unicorn/prefer-string-slice": "off", 97 "unicorn/prefer-includes": "off", 98 "@typescript-eslint/member-ordering": "off", 99 "no-redeclare": "off", 100 "unicorn/string-content": "off", 101 "unicorn/better-regex": "off" 102 } 103 } 68 104 } -
trip-planner-front/node_modules/log-symbols/node_modules/color-convert/package.json
rceaed42 r59329aa 1 1 { 2 "name": "color-convert", 2 "_args": [ 3 [ 4 "color-convert@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "color-convert@2.0.1", 10 "_id": "color-convert@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 13 "_location": "/log-symbols/color-convert", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "color-convert@2.0.1", 19 "name": "color-convert", 20 "escapedName": "color-convert", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/log-symbols/ansi-styles" 27 ], 28 "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 29 "_spec": "2.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Heather Arthur", 33 "email": "fayearthur@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/Qix-/color-convert/issues" 37 }, 38 "dependencies": { 39 "color-name": "~1.1.4" 40 }, 3 41 "description": "Plain color conversion functions", 4 "version": "2.0.1", 5 "author": "Heather Arthur <fayearthur@gmail.com>", 6 "license": "MIT", 7 "repository": "Qix-/color-convert", 8 "scripts": { 9 "pretest": "xo", 10 "test": "node test/basic.js" 42 "devDependencies": { 43 "chalk": "^2.4.2", 44 "xo": "^0.24.0" 11 45 }, 12 46 "engines": { 13 47 "node": ">=7.0.0" 14 48 }, 49 "files": [ 50 "index.js", 51 "conversions.js", 52 "route.js" 53 ], 54 "homepage": "https://github.com/Qix-/color-convert#readme", 15 55 "keywords": [ 16 56 "color", … … 27 67 "ansi16" 28 68 ], 29 "files": [ 30 "index.js", 31 "conversions.js", 32 "route.js" 33 ], 69 "license": "MIT", 70 "name": "color-convert", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/Qix-/color-convert.git" 74 }, 75 "scripts": { 76 "pretest": "xo", 77 "test": "node test/basic.js" 78 }, 79 "version": "2.0.1", 34 80 "xo": { 35 81 "rules": { … … 38 84 "operator-linebreak": 0 39 85 } 40 },41 "devDependencies": {42 "chalk": "^2.4.2",43 "xo": "^0.24.0"44 },45 "dependencies": {46 "color-name": "~1.1.4"47 86 } 48 87 } -
trip-planner-front/node_modules/log-symbols/node_modules/color-name/package.json
rceaed42 r59329aa 1 1 { 2 "name": "color-name", 3 "version": "1.1.4", 2 "_args": [ 3 [ 4 "color-name@1.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "color-name@1.1.4", 10 "_id": "color-name@1.1.4", 11 "_inBundle": false, 12 "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 13 "_location": "/log-symbols/color-name", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "color-name@1.1.4", 19 "name": "color-name", 20 "escapedName": "color-name", 21 "rawSpec": "1.1.4", 22 "saveSpec": null, 23 "fetchSpec": "1.1.4" 24 }, 25 "_requiredBy": [ 26 "/log-symbols/color-convert" 27 ], 28 "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 29 "_spec": "1.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "DY", 33 "email": "dfcreative@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/colorjs/color-name/issues" 37 }, 4 38 "description": "A list of color names and its values", 5 "main": "index.js",6 39 "files": [ 7 40 "index.js" 8 41 ], 9 "scripts": { 10 "test": "node test.js" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git@github.com:colorjs/color-name.git" 15 }, 42 "homepage": "https://github.com/colorjs/color-name", 16 43 "keywords": [ 17 44 "color-name", … … 20 47 "keyword" 21 48 ], 22 "author": "DY <dfcreative@gmail.com>",23 49 "license": "MIT", 24 "bugs": { 25 "url": "https://github.com/colorjs/color-name/issues" 50 "main": "index.js", 51 "name": "color-name", 52 "repository": { 53 "type": "git", 54 "url": "git+ssh://git@github.com/colorjs/color-name.git" 26 55 }, 27 "homepage": "https://github.com/colorjs/color-name" 56 "scripts": { 57 "test": "node test.js" 58 }, 59 "version": "1.1.4" 28 60 } -
trip-planner-front/node_modules/log-symbols/node_modules/has-flag/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has-flag", 3 "version": "4.0.0", 4 "description": "Check if argv has a specific flag", 5 "license": "MIT", 6 "repository": "sindresorhus/has-flag", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "has", 24 "check", 25 "detect", 26 "contains", 27 "find", 28 "flag", 29 "cli", 30 "command-line", 31 "argv", 32 "process", 33 "arg", 34 "args", 35 "argument", 36 "arguments", 37 "getopt", 38 "minimist", 39 "optimist" 40 ], 41 "devDependencies": { 42 "ava": "^1.4.1", 43 "tsd": "^0.7.2", 44 "xo": "^0.24.0" 45 } 2 "_args": [ 3 [ 4 "has-flag@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has-flag@4.0.0", 10 "_id": "has-flag@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 13 "_location": "/log-symbols/has-flag", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "has-flag@4.0.0", 19 "name": "has-flag", 20 "escapedName": "has-flag", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/log-symbols/supports-color" 27 ], 28 "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/has-flag/issues" 38 }, 39 "description": "Check if argv has a specific flag", 40 "devDependencies": { 41 "ava": "^1.4.1", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/has-flag#readme", 53 "keywords": [ 54 "has", 55 "check", 56 "detect", 57 "contains", 58 "find", 59 "flag", 60 "cli", 61 "command-line", 62 "argv", 63 "process", 64 "arg", 65 "args", 66 "argument", 67 "arguments", 68 "getopt", 69 "minimist", 70 "optimist" 71 ], 72 "license": "MIT", 73 "name": "has-flag", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/sindresorhus/has-flag.git" 77 }, 78 "scripts": { 79 "test": "xo && ava && tsd" 80 }, 81 "version": "4.0.0" 46 82 } -
trip-planner-front/node_modules/log-symbols/node_modules/supports-color/package.json
rceaed42 r59329aa 1 1 { 2 "name": "supports-color", 3 "version": "7.2.0", 4 "description": "Detect whether a terminal supports color", 5 "license": "MIT", 6 "repository": "chalk/supports-color", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava" 17 }, 18 "files": [ 19 "index.js", 20 "browser.js" 21 ], 22 "keywords": [ 23 "color", 24 "colour", 25 "colors", 26 "terminal", 27 "console", 28 "cli", 29 "ansi", 30 "styles", 31 "tty", 32 "rgb", 33 "256", 34 "shell", 35 "xterm", 36 "command-line", 37 "support", 38 "supports", 39 "capability", 40 "detect", 41 "truecolor", 42 "16m" 43 ], 44 "dependencies": { 45 "has-flag": "^4.0.0" 46 }, 47 "devDependencies": { 48 "ava": "^1.4.1", 49 "import-fresh": "^3.0.0", 50 "xo": "^0.24.0" 51 }, 52 "browser": "browser.js" 2 "_args": [ 3 [ 4 "supports-color@7.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "supports-color@7.2.0", 10 "_id": "supports-color@7.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 13 "_location": "/log-symbols/supports-color", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "supports-color@7.2.0", 19 "name": "supports-color", 20 "escapedName": "supports-color", 21 "rawSpec": "7.2.0", 22 "saveSpec": null, 23 "fetchSpec": "7.2.0" 24 }, 25 "_requiredBy": [ 26 "/log-symbols/chalk" 27 ], 28 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 29 "_spec": "7.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "browser": "browser.js", 37 "bugs": { 38 "url": "https://github.com/chalk/supports-color/issues" 39 }, 40 "dependencies": { 41 "has-flag": "^4.0.0" 42 }, 43 "description": "Detect whether a terminal supports color", 44 "devDependencies": { 45 "ava": "^1.4.1", 46 "import-fresh": "^3.0.0", 47 "xo": "^0.24.0" 48 }, 49 "engines": { 50 "node": ">=8" 51 }, 52 "files": [ 53 "index.js", 54 "browser.js" 55 ], 56 "homepage": "https://github.com/chalk/supports-color#readme", 57 "keywords": [ 58 "color", 59 "colour", 60 "colors", 61 "terminal", 62 "console", 63 "cli", 64 "ansi", 65 "styles", 66 "tty", 67 "rgb", 68 "256", 69 "shell", 70 "xterm", 71 "command-line", 72 "support", 73 "supports", 74 "capability", 75 "detect", 76 "truecolor", 77 "16m" 78 ], 79 "license": "MIT", 80 "name": "supports-color", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/chalk/supports-color.git" 84 }, 85 "scripts": { 86 "test": "xo && ava" 87 }, 88 "version": "7.2.0" 53 89 } -
trip-planner-front/node_modules/log-symbols/package.json
rceaed42 r59329aa 1 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" 2 "_args": [ 3 [ 4 "log-symbols@4.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "log-symbols@4.1.0", 10 "_id": "log-symbols@4.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", 13 "_location": "/log-symbols", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "log-symbols@4.1.0", 19 "name": "log-symbols", 20 "escapedName": "log-symbols", 21 "rawSpec": "4.1.0", 22 "saveSpec": null, 23 "fetchSpec": "4.1.0" 24 }, 25 "_requiredBy": [ 26 "/ora" 27 ], 28 "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", 29 "_spec": "4.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "browser": "browser.js", 37 "bugs": { 38 "url": "https://github.com/sindresorhus/log-symbols/issues" 39 }, 40 "dependencies": { 41 "chalk": "^4.1.0", 42 "is-unicode-supported": "^0.1.0" 43 }, 44 "description": "Colored symbols for various log levels. Example: `✔︎ Success`", 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 "engines": { 52 "node": ">=10" 53 }, 54 "files": [ 55 "index.js", 56 "index.d.ts", 57 "browser.js" 58 ], 59 "funding": "https://github.com/sponsors/sindresorhus", 60 "homepage": "https://github.com/sindresorhus/log-symbols#readme", 61 "keywords": [ 62 "unicode", 63 "cli", 64 "cmd", 65 "command-line", 66 "characters", 67 "symbol", 68 "symbols", 69 "figure", 70 "figures", 71 "fallback", 72 "windows", 73 "log", 74 "logging", 75 "terminal", 76 "stdout" 77 ], 78 "license": "MIT", 79 "name": "log-symbols", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/sindresorhus/log-symbols.git" 83 }, 84 "scripts": { 85 "test": "xo && ava && tsd" 86 }, 87 "version": "4.1.0" 52 88 }
Note:
See TracChangeset
for help on using the changeset viewer.