source: trip-planner-front/node_modules/colors/package.json

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "colors@1.4.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "colors@1.4.0",
10 "_id": "colors@1.4.0",
11 "_inBundle": false,
12 "_integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
13 "_location": "/colors",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "colors@1.4.0",
19 "name": "colors",
20 "escapedName": "colors",
21 "rawSpec": "1.4.0",
22 "saveSpec": null,
23 "fetchSpec": "1.4.0"
24 },
25 "_requiredBy": [
26 "/karma"
27 ],
28 "_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
29 "_spec": "1.4.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Marak Squires"
33 },
34 "bugs": {
35 "url": "https://github.com/Marak/colors.js/issues"
36 },
37 "contributors": [
38 {
39 "name": "DABH",
40 "url": "https://github.com/DABH"
41 }
42 ],
43 "description": "get colors in your node.js console",
44 "devDependencies": {
45 "eslint": "^5.2.0",
46 "eslint-config-google": "^0.11.0"
47 },
48 "engines": {
49 "node": ">=0.1.90"
50 },
51 "files": [
52 "examples",
53 "lib",
54 "LICENSE",
55 "safe.js",
56 "themes",
57 "index.d.ts",
58 "safe.d.ts"
59 ],
60 "homepage": "https://github.com/Marak/colors.js",
61 "keywords": [
62 "ansi",
63 "terminal",
64 "colors"
65 ],
66 "license": "MIT",
67 "main": "lib/index.js",
68 "name": "colors",
69 "repository": {
70 "type": "git",
71 "url": "git+ssh://git@github.com/Marak/colors.js.git"
72 },
73 "scripts": {
74 "lint": "eslint . --fix",
75 "test": "node tests/basic-test.js && node tests/safe-test.js"
76 },
77 "version": "1.4.0"
78}
Note: See TracBrowser for help on using the repository browser.