-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.61 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
{
"dependencies": {
"@codahq/packs-sdk": "^1.8.1",
"@dicebear/collection": "^7.0.4",
"@dicebear/core": "^7.0.4",
"@xmldom/xmldom": "^0.9.3",
"airport-codes": "^1.0.2",
"ajv": "^8.12.0",
"awesome-phonenumber": "^3.1.0",
"but-csv": "^2.0.13",
"case": "^1.6.3",
"cheerio": "^1.0.0-rc.12",
"color-convert": "^2.0.1",
"content-disposition": "^0.5.4",
"countries-list": "^3.1.1",
"css-named-colors": "^1.0.1",
"date-holidays": "^3.23.8",
"diff": "^5.1.0",
"email-addresses": "^5.0.0",
"emoji-dictionary": "^1.0.11",
"escape-html": "^1.0.3",
"figlet": "^1.5.2",
"flight-designator": "^3.1.1",
"form-data": "^4.0.0",
"handlebars": "^4.7.8",
"hsl-to-hex": "^1.0.0",
"hue-colors": "^0.5.4",
"ical-generator": "^6.0.1",
"json5": "^2.2.3",
"jsrsasign": "^10.8.6",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"lz-string": "^1.5.0",
"metadata-scraper": "^0.2.61",
"mime-types": "^2.1.35",
"node-spintax": "^1.0.4",
"nomnoml": "^1.6.2",
"number-abbreviate": "^2.0.0",
"parse-data-uri": "^0.2.0",
"qs": "^6.12.3",
"regex-escape": "^3.4.10",
"seinfeldapi": "github:wdifruscio/seinfeld-api",
"sql.js": "^1.8.0",
"stopword": "^3.1.1",
"text-encoding": "^0.7.0",
"tokenize-words": "^0.0.4-alpha.0",
"url-parse": "^1.5.10",
"url-polyfill": "^1.1.12",
"xml2js": "^0.6.2",
"xpath": "^0.0.34",
"xslt-processor": "^3.2.0",
"yaml": "^2.5.1"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.3",
"@types/lodash": "^4.14.182",
"@types/luxon": "^3.2.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.10",
"@types/sinon": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/experimental-utils": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^8.8.0",
"eslint-plugin-ban": "^1.6.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-local": "^1.0.0",
"eslint-plugin-prefer-let": "^3.0.1",
"firebase-tools": "^11.16.1",
"glob": "^10.3.1",
"json-schema": "^0.4.0",
"mocha": "^9.1.4",
"sinon": "^13.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"scripts": {
"test": "mocha --require ts-node/register **/*_test.ts --ignore node_modules/**/*",
"postinstall": "npx patch-package && sh bin/patch.sh",
"generate-fonts": "node -r ts-node/register asciify/utils/generate-fonts.ts",
"backup": "node -r ts-node/register bin/backup.ts"
}
}