This repository was archived by the owner on Apr 14, 2022. It is now read-only.
forked from will15ham/Footsites-Order-Checker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.37 KB
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
{
"name": "footsitesorderchecker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.1",
"clone-response": "^1.0.2",
"csv-parser": "^3.0.0",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.0",
"end-of-stream": "^1.4.4",
"fs": "^0.0.1-security",
"get-stream": "^5.2.0",
"got": "^11.8.1",
"http-cache-semantics": "^4.1.0",
"http2-wrapper": "^1.0.0-beta.5.2",
"json-buffer": "^3.0.1",
"keyv": "^4.0.3",
"lowercase-keys": "^2.0.0",
"mimic-response": "^1.0.1",
"minimist": "^1.2.5",
"normalize-url": "^4.5.0",
"once": "^1.4.0",
"p-cancelable": "^2.0.0",
"psl": "^1.8.0",
"pump": "^3.0.0",
"punycode": "^2.1.1",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.0.0",
"responselike": "^2.0.0",
"tough-cookie": "^4.0.0",
"universalify": "^0.1.2",
"uuid": "^8.3.2",
"wrappy": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/will15ham/Footsites-Order-Checker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/will15ham/Footsites-Order-Checker/issues"
},
"homepage": "https://github.com/will15ham/Footsites-Order-Checker#readme"
}