Changeset 59329aa for trip-planner-front/node_modules/inquirer/node_modules/ansi-styles/package.json
- 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/inquirer/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": "/inquirer/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 "/inquirer/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 }
Note:
See TracChangeset
for help on using the changeset viewer.