feige
2025-05-06 850618a035d9999cf60d77dafd6da8a09f36a1fe
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
{
  "_from": "colorette@^2.0.16",
  "_id": "colorette@2.0.19",
  "_inBundle": false,
  "_integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==",
  "_location": "/colorette",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "colorette@^2.0.16",
    "name": "colorette",
    "escapedName": "colorette",
    "rawSpec": "^2.0.16",
    "saveSpec": null,
    "fetchSpec": "^2.0.16"
  },
  "_requiredBy": [
    "/listr2"
  ],
  "_resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
  "_shasum": "cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798",
  "_spec": "colorette@^2.0.16",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\node_modules\\listr2",
  "author": {
    "name": "Jorge Bucaran"
  },
  "bugs": {
    "url": "https://github.com/jorgebucaran/colorette/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "🌈Easily set your terminal text color & styles.",
  "devDependencies": {
    "c8": "*",
    "twist": "*"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": "./index.cjs",
      "import": "./index.js"
    }
  },
  "files": [
    "*.*(c)[tj]s*"
  ],
  "homepage": "https://github.com/jorgebucaran/colorette#readme",
  "keywords": [
    "terminal",
    "styles",
    "color",
    "ansi"
  ],
  "license": "MIT",
  "main": "index.cjs",
  "module": "index.js",
  "name": "colorette",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jorgebucaran/colorette.git"
  },
  "scripts": {
    "build": "npx rollup --format cjs --input index.js --file index.cjs",
    "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
    "prepare": "npm run build",
    "release": "tag=$npm_package_version npm run deploy && npm publish --access public",
    "test": "c8 twist tests/*.js"
  },
  "type": "module",
  "types": "index.d.ts",
  "version": "2.0.19"
}