-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.34 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
{
"name": "consider",
"version": "0.9.3",
"description": "A CLI tool to help me link to cool things on the internet",
"type": "module",
"main": "./bin/index.js",
"bin": {
"consider": "bin/index.js"
},
"dependencies": {
"ajv": "^6.12.6",
"ansi-escapes": "^4.3.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"asn1": "^0.2.6",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.13.2",
"babel-runtime": "^6.26.0",
"bcrypt-pbkdf": "^1.0.2",
"boolbase": "^1.0.0",
"caseless": "^0.12.0",
"chardet": "^0.7.0",
"cheerio": "^1.0.0",
"cheerio-select": "^2.1.0",
"cli-spinners": "^2.9.2",
"cli-width": "^4.1.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"combined-stream": "^1.0.8",
"commander": "^12.1.0",
"core-js": "^2.6.12",
"core-util-is": "^1.0.2",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"dashdash": "^1.14.1",
"data-uri-to-buffer": "^4.0.1",
"delayed-stream": "^1.0.0",
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"dotenv": "^16.4.5",
"ecc-jsbn": "^0.1.2",
"emoji-regex": "^8.0.0",
"encoding-sniffer": "^0.2.0",
"entities": "^4.5.0",
"extend": "^3.0.2",
"external-editor": "^3.1.0",
"extsprintf": "^1.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fetch-blob": "^3.2.0",
"forever-agent": "^0.6.1",
"form-data": "^2.3.3",
"formdata-polyfill": "^4.0.10",
"getpass": "^0.1.7",
"har-schema": "^2.0.0",
"har-validator": "^5.1.5",
"htmlparser2": "^9.1.0",
"http-signature": "^1.2.0",
"iconv-lite": "^0.4.24",
"igdb-api-node": "^5.0.2",
"inquirer": "^11.0.2",
"is-fullwidth-code-point": "^3.0.0",
"is-typedarray": "^1.0.0",
"isstream": "^0.1.2",
"jsbn": "^0.1.1",
"json-schema": "^0.4.0",
"json-schema-traverse": "^0.4.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^1.4.2",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mute-stream": "^1.0.0",
"node-domexception": "^1.0.0",
"node-fetch": "^3.3.2",
"node-tvdb": "^4.1.0",
"nth-check": "^2.1.1",
"oauth-sign": "^0.9.0",
"os-tmpdir": "^1.0.2",
"parse5": "^7.1.2",
"parse5-htmlparser2-tree-adapter": "^7.0.0",
"parse5-parser-stream": "^7.1.2",
"performance-now": "^2.1.0",
"presage": "^0.1.5",
"psl": "^1.9.0",
"punycode": "^2.3.1",
"qs": "^6.5.3",
"regenerator-runtime": "^0.11.1",
"request": "^2.88.2",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"signal-exit": "^4.1.0",
"slugify": "^1.6.6",
"sshpk": "^1.18.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"tmp": "^0.0.33",
"tough-cookie": "^5.0.0",
"tunnel-agent": "^0.6.0",
"tweetnacl": "^0.14.5",
"type-fest": "^0.21.3",
"undici": "^6.19.8",
"undici-types": "^6.19.8",
"uri-js": "^4.4.1",
"url-metadata": "^4.1.1",
"uuid": "^3.4.0",
"verror": "^1.10.0",
"web-streams-polyfill": "^3.3.3",
"whatwg-encoding": "^3.1.1",
"whatwg-mimetype": "^4.0.0",
"wrap-ansi": "^6.2.0",
"yoctocolors-cjs": "^2.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joshua Blount",
"license": "MIT"
}