-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.26 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
{
"name": "coding-challenges",
"version": "1.0.0",
"description": "This repository saves my solutions to the following different coding challenges:",
"main": "commitlint.config.js",
"dependencies": {
"ajv": "^8.16.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^3.2.1",
"argparse": "^2.0.1",
"array-ify": "^1.0.0",
"callsites": "^3.1.0",
"chalk": "^5.3.0",
"cliui": "^8.0.1",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"compare-func": "^2.0.0",
"conventional-changelog-angular": "^7.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"conventional-commits-parser": "^5.0.0",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^5.0.0",
"cross-spawn": "^7.0.3",
"dargs": "^8.1.0",
"dot-prop": "^5.3.0",
"emoji-regex": "^8.0.0",
"env-paths": "^2.2.1",
"error-ex": "^1.3.2",
"escalade": "^3.1.2",
"escape-string-regexp": "^1.0.5",
"execa": "^8.0.1",
"fast-deep-equal": "^3.1.3",
"find-up": "^7.0.0",
"get-caller-file": "^2.0.5",
"get-stream": "^8.0.1",
"git-raw-commits": "^4.0.0",
"global-directory": "^4.0.1",
"has-flag": "^3.0.0",
"human-signals": "^5.0.0",
"import-fresh": "^3.3.0",
"import-meta-resolve": "^4.1.0",
"ini": "^4.1.1",
"is-arrayish": "^0.2.1",
"is-fullwidth-code-point": "^3.0.0",
"is-obj": "^2.0.0",
"is-stream": "^3.0.0",
"is-text-path": "^2.0.0",
"isexe": "^2.0.0",
"jiti": "^1.21.6",
"js-tokens": "^4.0.0",
"js-yaml": "^4.1.0",
"json-parse-even-better-errors": "^2.3.1",
"json-schema-traverse": "^1.0.0",
"jsonparse": "^1.3.1",
"JSONStream": "^1.3.5",
"lines-and-columns": "^1.2.4",
"locate-path": "^7.2.0",
"lodash.camelcase": "^4.3.0",
"lodash.isplainobject": "^4.0.6",
"lodash.kebabcase": "^4.1.1",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.snakecase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.uniq": "^4.5.0",
"lodash.upperfirst": "^4.3.1",
"meow": "^12.1.1",
"merge-stream": "^2.0.0",
"mimic-fn": "^4.0.0",
"minimist": "^1.2.8",
"npm-run-path": "^5.3.0",
"onetime": "^6.0.0",
"p-limit": "^4.0.0",
"p-locate": "^6.0.0",
"parent-module": "^1.0.1",
"parse-json": "^5.2.0",
"path-exists": "^5.0.0",
"path-key": "^3.1.1",
"picocolors": "^1.0.1",
"punycode": "^2.3.1",
"require-directory": "^2.1.1",
"require-from-string": "^2.0.2",
"resolve-from": "^5.0.0",
"semver": "^7.6.2",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^4.1.0",
"split2": "^4.2.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strip-final-newline": "^3.0.0",
"supports-color": "^5.5.0",
"text-extensions": "^2.4.0",
"through": "^2.3.8",
"undici-types": "^5.26.5",
"unicorn-magic": "^0.1.0",
"uri-js": "^4.4.1",
"which": "^2.0.2",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1",
"yocto-queue": "^1.0.0"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky",
"commitlint": "commitlint --edit"
},
"keywords": [],
"author": "",
"license": "ISC"
}