source: trip-planner-front/node_modules/chalk/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.3 KB
Line 
1{
2 "_args": [
3 [
4 "chalk@2.4.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "chalk@2.4.2",
10 "_id": "chalk@2.4.2",
11 "_inBundle": false,
12 "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
13 "_location": "/chalk",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "chalk@2.4.2",
19 "name": "chalk",
20 "escapedName": "chalk",
21 "rawSpec": "2.4.2",
22 "saveSpec": null,
23 "fetchSpec": "2.4.2"
24 },
25 "_requiredBy": [
26 "/@babel/highlight"
27 ],
28 "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
29 "_spec": "2.4.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/chalk/chalk/issues"
33 },
34 "dependencies": {
35 "ansi-styles": "^3.2.1",
36 "escape-string-regexp": "^1.0.5",
37 "supports-color": "^5.3.0"
38 },
39 "description": "Terminal string styling done right",
40 "devDependencies": {
41 "ava": "*",
42 "coveralls": "^3.0.0",
43 "execa": "^0.9.0",
44 "flow-bin": "^0.68.0",
45 "import-fresh": "^2.0.0",
46 "matcha": "^0.7.0",
47 "nyc": "^11.0.2",
48 "resolve-from": "^4.0.0",
49 "typescript": "^2.5.3",
50 "xo": "*"
51 },
52 "engines": {
53 "node": ">=4"
54 },
55 "files": [
56 "index.js",
57 "templates.js",
58 "types/index.d.ts",
59 "index.js.flow"
60 ],
61 "homepage": "https://github.com/chalk/chalk#readme",
62 "keywords": [
63 "color",
64 "colour",
65 "colors",
66 "terminal",
67 "console",
68 "cli",
69 "string",
70 "str",
71 "ansi",
72 "style",
73 "styles",
74 "tty",
75 "formatting",
76 "rgb",
77 "256",
78 "shell",
79 "xterm",
80 "log",
81 "logging",
82 "command-line",
83 "text"
84 ],
85 "license": "MIT",
86 "name": "chalk",
87 "repository": {
88 "type": "git",
89 "url": "git+https://github.com/chalk/chalk.git"
90 },
91 "scripts": {
92 "bench": "matcha benchmark.js",
93 "coveralls": "nyc report --reporter=text-lcov | coveralls",
94 "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
95 },
96 "types": "types/index.d.ts",
97 "version": "2.4.2",
98 "xo": {
99 "envs": [
100 "node",
101 "mocha"
102 ],
103 "ignores": [
104 "test/_flow.js"
105 ]
106 }
107}
Note: See TracBrowser for help on using the repository browser.