-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.29 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
{
"name": "contract-checker",
"version": "0.9.3",
"description": "Contract stock checker for EVE Online",
"main": "main.js",
"scripts": {
"start": "electron"
},
"author": "SmigorX",
"license": "MIT",
"devDependencies": {
"electron": "24.8.5"
},
"dependencies": {
"boolean": "^3.2.0",
"buffer-crc32": "^0.2.13",
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.2",
"clone-response": "^1.0.3",
"debug": "^4.3.4",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"define-properties": "^1.2.0",
"detect-node": "^2.1.0",
"end-of-stream": "^1.4.4",
"env-paths": "^2.2.1",
"es6-error": "^4.1.1",
"escape-string-regexp": "^4.0.0",
"extract-zip": "^2.0.1",
"fd-slicer": "^1.1.0",
"fs-extra": "^8.1.0",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.2.0",
"get-stream": "^5.2.0",
"global-agent": "^3.0.0",
"globalthis": "^1.0.3",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"has": "^1.0.3",
"has-property-descriptors": "^1.0.0",
"has-symbols": "^1.0.3",
"http-cache-semantics": "^4.1.1",
"http2-wrapper": "^1.0.3",
"json-buffer": "^3.0.1",
"json-stringify-safe": "^5.0.1",
"jsonfile": "^4.0.0",
"keyv": "^4.5.2",
"lowercase-keys": "^2.0.0",
"lru-cache": "^6.0.0",
"matcher": "^3.0.0",
"mimic-response": "^1.0.1",
"ms": "^2.1.2",
"normalize-url": "^6.1.0",
"object-keys": "^1.1.1",
"once": "^1.4.0",
"p-cancelable": "^2.1.1",
"pend": "^1.2.0",
"progress": "^2.0.3",
"pump": "^3.0.0",
"python-shell": "^5.0.0",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.2.1",
"responselike": "^2.0.1",
"roarr": "^2.15.4",
"semver": "^7.5.2",
"semver-compare": "^1.0.0",
"serialize-error": "^7.0.1",
"sprintf-js": "^1.1.2",
"sumchecker": "^3.0.1",
"type-fest": "^0.13.1",
"universalify": "^0.1.2",
"wrappy": "^1.0.2",
"yallist": "^4.0.0",
"yauzl": "^2.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmigorX/ContractCheckerCode.git"
},
"keywords": [
"eve",
"contracts"
],
"bugs": {
"url": "https://github.com/SmigorX/ContractCheckerCode/issues"
},
"homepage": "https://github.com/SmigorX/ContractCheckerCode#readme"
}