-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
221 lines (221 loc) · 6.22 KB
/
package.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"name": "@tylerguy/color-utils",
"description": "A collection of utilities for working with colors in JavaScript",
"version": "0.2.0",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "tylerguy",
"license": "MIT",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0"
},
"dependencies": {
"ansi-escapes": "^4.3.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.3",
"argparse": "^1.0.10",
"babel-jest": "^29.7.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jest-hoist": "^29.6.3",
"babel-preset-current-node-syntax": "^1.0.1",
"babel-preset-jest": "^29.6.3",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"browserslist": "^4.23.0",
"bser": "^2.1.1",
"buffer-from": "^1.1.2",
"callsites": "^3.1.0",
"camelcase": "^5.3.1",
"caniuse-lite": "^1.0.30001589",
"chalk": "^4.1.2",
"char-regex": "^1.0.2",
"ci-info": "^3.9.0",
"cjs-module-lexer": "^1.2.3",
"cliui": "^8.0.1",
"co": "^4.6.0",
"collect-v8-coverage": "^1.0.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"convert-source-map": "^2.0.0",
"create-jest": "^29.7.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"dedent": "^1.5.1",
"deepmerge": "^4.3.1",
"detect-newline": "^3.1.0",
"diff-sequences": "^29.6.3",
"electron-to-chromium": "^1.4.681",
"emittery": "^0.13.1",
"emoji-regex": "^8.0.0",
"error-ex": "^1.3.2",
"escalade": "^3.1.2",
"escape-string-regexp": "^2.0.0",
"esprima": "^4.0.1",
"execa": "^5.1.1",
"exit": "^0.1.2",
"expect": "^29.7.0",
"fast-json-stable-stringify": "^2.1.0",
"fb-watchman": "^2.0.2",
"fill-range": "^7.0.1",
"find-up": "^4.1.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"gensync": "^1.0.0-beta.2",
"get-caller-file": "^2.0.5",
"get-package-type": "^0.1.0",
"get-stream": "^6.0.1",
"glob": "^7.2.3",
"globals": "^11.12.0",
"graceful-fs": "^4.2.11",
"has-flag": "^4.0.0",
"hasown": "^2.0.1",
"html-escaper": "^2.0.2",
"human-signals": "^2.1.0",
"import-local": "^3.1.0",
"imurmurhash": "^0.1.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-arrayish": "^0.2.1",
"is-core-module": "^2.13.1",
"is-fullwidth-code-point": "^3.0.0",
"is-generator-fn": "^2.1.0",
"is-number": "^7.0.0",
"is-stream": "^2.0.1",
"isexe": "^2.0.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^6.0.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.1.7",
"jest-changed-files": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-config": "^29.7.0",
"jest-diff": "^29.7.0",
"jest-docblock": "^29.7.0",
"jest-each": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-get-type": "^29.6.3",
"jest-haste-map": "^29.7.0",
"jest-leak-detector": "^29.7.0",
"jest-matcher-utils": "^29.7.0",
"jest-message-util": "^29.7.0",
"jest-mock": "^29.7.0",
"jest-pnp-resolver": "^1.2.3",
"jest-regex-util": "^29.6.3",
"jest-resolve": "^29.7.0",
"jest-resolve-dependencies": "^29.7.0",
"jest-runner": "^29.7.0",
"jest-runtime": "^29.7.0",
"jest-snapshot": "^29.7.0",
"jest-util": "^29.7.0",
"jest-validate": "^29.7.0",
"jest-watcher": "^29.7.0",
"jest-worker": "^29.7.0",
"js-tokens": "^4.0.0",
"js-yaml": "^3.14.1",
"jsesc": "^2.5.2",
"json-parse-even-better-errors": "^2.3.1",
"json5": "^2.2.3",
"kleur": "^3.0.3",
"leven": "^3.1.0",
"lines-and-columns": "^1.2.4",
"locate-path": "^5.0.0",
"lru-cache": "^5.1.1",
"make-dir": "^4.0.0",
"makeerror": "^1.0.12",
"merge-stream": "^2.0.0",
"micromatch": "^4.0.8",
"mimic-fn": "^2.1.0",
"minimatch": "^3.1.2",
"ms": "^2.1.2",
"natural-compare": "^1.4.0",
"node-int64": "^0.4.0",
"node-releases": "^2.0.14",
"normalize-path": "^3.0.0",
"npm-run-path": "^4.0.1",
"once": "^1.4.0",
"onetime": "^5.1.2",
"p-limit": "^3.1.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"parse-json": "^5.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pirates": "^4.0.6",
"pkg-dir": "^4.2.0",
"pretty-format": "^29.7.0",
"prompts": "^2.4.2",
"pure-rand": "^6.0.4",
"react-is": "^18.2.0",
"require-directory": "^2.1.1",
"resolve": "^1.22.8",
"resolve-cwd": "^3.0.0",
"resolve-from": "^5.0.0",
"resolve.exports": "^2.0.2",
"semver": "^6.3.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^3.0.7",
"sisteransi": "^1.0.5",
"slash": "^3.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.13",
"sprintf-js": "^1.0.3",
"stack-utils": "^2.0.6",
"string-length": "^4.0.2",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strip-bom": "^4.0.0",
"strip-final-newline": "^2.0.0",
"strip-json-comments": "^3.1.1",
"supports-color": "^7.2.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"test-exclude": "^6.0.0",
"tmpl": "^1.0.5",
"to-fast-properties": "^2.0.0",
"to-regex-range": "^5.0.1",
"type-detect": "^4.0.8",
"type-fest": "^0.21.3",
"undici-types": "^5.26.5",
"update-browserslist-db": "^1.0.13",
"v8-to-istanbul": "^9.2.0",
"walker": "^1.0.8",
"which": "^2.0.2",
"wrap-ansi": "^7.0.0",
"wrappy": "^1.0.2",
"write-file-atomic": "^4.0.2",
"y18n": "^5.0.8",
"yallist": "^3.1.1",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1",
"yocto-queue": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tylerguy/color-utils.git"
},
"bugs": {
"url": "https://github.com/tylerguy/color-utils/issues"
},
"homepage": "https://github.com/tylerguy/color-utils#readme"
}