source: trip-planner-front/node_modules/log-symbols/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "log-symbols@4.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "log-symbols@4.1.0",
10 "_id": "log-symbols@4.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
13 "_location": "/log-symbols",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "log-symbols@4.1.0",
19 "name": "log-symbols",
20 "escapedName": "log-symbols",
21 "rawSpec": "4.1.0",
22 "saveSpec": null,
23 "fetchSpec": "4.1.0"
24 },
25 "_requiredBy": [
26 "/ora"
27 ],
28 "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
29 "_spec": "4.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "browser": "browser.js",
37 "bugs": {
38 "url": "https://github.com/sindresorhus/log-symbols/issues"
39 },
40 "dependencies": {
41 "chalk": "^4.1.0",
42 "is-unicode-supported": "^0.1.0"
43 },
44 "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
45 "devDependencies": {
46 "ava": "^2.4.0",
47 "strip-ansi": "^6.0.0",
48 "tsd": "^0.14.0",
49 "xo": "^0.38.2"
50 },
51 "engines": {
52 "node": ">=10"
53 },
54 "files": [
55 "index.js",
56 "index.d.ts",
57 "browser.js"
58 ],
59 "funding": "https://github.com/sponsors/sindresorhus",
60 "homepage": "https://github.com/sindresorhus/log-symbols#readme",
61 "keywords": [
62 "unicode",
63 "cli",
64 "cmd",
65 "command-line",
66 "characters",
67 "symbol",
68 "symbols",
69 "figure",
70 "figures",
71 "fallback",
72 "windows",
73 "log",
74 "logging",
75 "terminal",
76 "stdout"
77 ],
78 "license": "MIT",
79 "name": "log-symbols",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/sindresorhus/log-symbols.git"
83 },
84 "scripts": {
85 "test": "xo && ava && tsd"
86 },
87 "version": "4.1.0"
88}
Note: See TracBrowser for help on using the repository browser.