source: trip-planner-front/node_modules/ansi-styles/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "ansi-styles@3.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ansi-styles@3.2.1",
10 "_id": "ansi-styles@3.2.1",
11 "_inBundle": false,
12 "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
13 "_location": "/ansi-styles",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ansi-styles@3.2.1",
19 "name": "ansi-styles",
20 "escapedName": "ansi-styles",
21 "rawSpec": "3.2.1",
22 "saveSpec": null,
23 "fetchSpec": "3.2.1"
24 },
25 "_requiredBy": [
26 "/chalk",
27 "/webpack-dev-server/wrap-ansi"
28 ],
29 "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
30 "_spec": "3.2.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "ava": {
38 "require": "babel-polyfill"
39 },
40 "bugs": {
41 "url": "https://github.com/chalk/ansi-styles/issues"
42 },
43 "dependencies": {
44 "color-convert": "^1.9.0"
45 },
46 "description": "ANSI escape codes for styling strings in the terminal",
47 "devDependencies": {
48 "ava": "*",
49 "babel-polyfill": "^6.23.0",
50 "svg-term-cli": "^2.1.1",
51 "xo": "*"
52 },
53 "engines": {
54 "node": ">=4"
55 },
56 "files": [
57 "index.js"
58 ],
59 "homepage": "https://github.com/chalk/ansi-styles#readme",
60 "keywords": [
61 "ansi",
62 "styles",
63 "color",
64 "colour",
65 "colors",
66 "terminal",
67 "console",
68 "cli",
69 "string",
70 "tty",
71 "escape",
72 "formatting",
73 "rgb",
74 "256",
75 "shell",
76 "xterm",
77 "log",
78 "logging",
79 "command-line",
80 "text"
81 ],
82 "license": "MIT",
83 "name": "ansi-styles",
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/chalk/ansi-styles.git"
87 },
88 "scripts": {
89 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
90 "test": "xo && ava"
91 },
92 "version": "3.2.1"
93}
Note: See TracBrowser for help on using the repository browser.