Changeset 59329aa for trip-planner-front/node_modules/supports-color
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/supports-color/package.json
rceaed42 r59329aa 1 1 { 2 "name": "supports-color", 3 "version": "5.5.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": ">=4" 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": "^3.0.0" 46 }, 47 "devDependencies": { 48 "ava": "^0.25.0", 49 "import-fresh": "^2.0.0", 50 "xo": "^0.20.0" 51 }, 52 "browser": "browser.js" 2 "_args": [ 3 [ 4 "supports-color@5.5.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "supports-color@5.5.0", 10 "_id": "supports-color@5.5.0", 11 "_inBundle": false, 12 "_integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", 13 "_location": "/supports-color", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "supports-color@5.5.0", 19 "name": "supports-color", 20 "escapedName": "supports-color", 21 "rawSpec": "5.5.0", 22 "saveSpec": null, 23 "fetchSpec": "5.5.0" 24 }, 25 "_requiredBy": [ 26 "/chalk" 27 ], 28 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", 29 "_spec": "5.5.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": "^3.0.0" 42 }, 43 "description": "Detect whether a terminal supports color", 44 "devDependencies": { 45 "ava": "^0.25.0", 46 "import-fresh": "^2.0.0", 47 "xo": "^0.20.0" 48 }, 49 "engines": { 50 "node": ">=4" 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": "5.5.0" 53 89 }
Note:
See TracChangeset
for help on using the changeset viewer.