source: trip-planner-front/node_modules/@angular/compiler-cli/node_modules/ansi-styles/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "ansi-styles@^4.0.0",
3 "_id": "ansi-styles@4.3.0",
4 "_inBundle": false,
5 "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6 "_location": "/@angular/compiler-cli/ansi-styles",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ansi-styles@^4.0.0",
12 "name": "ansi-styles",
13 "escapedName": "ansi-styles",
14 "rawSpec": "^4.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.0"
17 },
18 "_requiredBy": [
19 "/@angular/compiler-cli/wrap-ansi"
20 ],
21 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
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",
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"
88}
Note: See TracBrowser for help on using the repository browser.