[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "ansi-styles@^4.0.0",
|
---|
[59329aa] | 3 | "_id": "ansi-styles@4.3.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
---|
[e29cc2e] | 6 | "_location": "/@angular/compiler-cli/ansi-styles",
|
---|
[59329aa] | 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "ansi-styles@^4.0.0",
|
---|
[59329aa] | 12 | "name": "ansi-styles",
|
---|
| 13 | "escapedName": "ansi-styles",
|
---|
[e29cc2e] | 14 | "rawSpec": "^4.0.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^4.0.0"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
[e29cc2e] | 19 | "/@angular/compiler-cli/wrap-ansi"
|
---|
[59329aa] | 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
---|
[e29cc2e] | 22 | "_shasum": "edd803628ae71c04c85ae7a0906edad34b648937",
|
---|
| 23 | "_spec": "ansi-styles@^4.0.0",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular\\compiler-cli\\node_modules\\wrap-ansi",
|
---|
[59329aa] | 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 | },
|
---|
[e29cc2e] | 33 | "bundleDependencies": false,
|
---|
[59329aa] | 34 | "dependencies": {
|
---|
| 35 | "color-convert": "^2.0.1"
|
---|
| 36 | },
|
---|
[e29cc2e] | 37 | "deprecated": false,
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 88 | }
|
---|