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