Changeset 79a0317 for imaps-frontend/node_modules/ansi-styles
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/ansi-styles/package.json
r0c6b92a r79a0317 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 "_from": "ansi-styles@^4.1.0", 3 "_id": "ansi-styles@4.3.0", 4 "_inBundle": false, 5 "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 6 "_location": "/ansi-styles", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "ansi-styles@^4.1.0", 12 "name": "ansi-styles", 13 "escapedName": "ansi-styles", 14 "rawSpec": "^4.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^4.1.0" 17 }, 18 "_requiredBy": [ 19 "/chalk" 20 ], 21 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 22 "_shasum": "edd803628ae71c04c85ae7a0906edad34b648937", 23 "_spec": "ansi-styles@^4.1.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/chalk", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/chalk/ansi-styles/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "color-convert": "^2.0.1" 36 }, 37 "deprecated": false, 38 "description": "ANSI escape codes for styling strings in the terminal", 39 "devDependencies": { 40 "@types/color-convert": "^1.9.0", 41 "ava": "^2.3.0", 42 "svg-term-cli": "^2.1.1", 43 "tsd": "^0.11.0", 44 "xo": "^0.25.3" 45 }, 46 "engines": { 47 "node": ">=8" 48 }, 49 "files": [ 50 "index.js", 51 "index.d.ts" 52 ], 53 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 54 "homepage": "https://github.com/chalk/ansi-styles#readme", 55 "keywords": [ 56 "ansi", 57 "styles", 58 "color", 59 "colour", 60 "colors", 61 "terminal", 62 "console", 63 "cli", 64 "string", 65 "tty", 66 "escape", 67 "formatting", 68 "rgb", 69 "256", 70 "shell", 71 "xterm", 72 "log", 73 "logging", 74 "command-line", 75 "text" 76 ], 77 "license": "MIT", 78 "name": "ansi-styles", 79 "repository": { 80 "type": "git", 81 "url": "git+https://github.com/chalk/ansi-styles.git" 82 }, 83 "scripts": { 84 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor", 85 "test": "xo && ava && tsd" 86 }, 87 "version": "4.3.0" 56 88 }
Note:
See TracChangeset
for help on using the changeset viewer.