package.json
1.77 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"_args": [
[
"retry-request@4.1.1",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "retry-request@4.1.1",
"_id": "retry-request@4.1.1",
"_inBundle": false,
"_integrity": "sha512-BINDzVtLI2BDukjWmjAIRZ0oglnCAkpP2vQjM3jdLhmT62h0xnQgciPwBRDAvHqpkPT2Wo1XuUyLyn6nbGrZQQ==",
"_location": "/retry-request",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "retry-request@4.1.1",
"name": "retry-request",
"escapedName": "retry-request",
"rawSpec": "4.1.1",
"saveSpec": null,
"fetchSpec": "4.1.1"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/retry-request/-/retry-request-4.1.1.tgz",
"_spec": "4.1.1",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Stephen Sawchuk",
"email": "sawchuk@gmail.com"
},
"bugs": {
"url": "https://github.com/stephenplusplus/retry-request/issues"
},
"dependencies": {
"debug": "^4.1.1",
"through2": "^3.0.1"
},
"description": "Retry a request.",
"devDependencies": {
"async": "^3.0.1",
"lodash.range": "^3.2.0",
"mocha": "^6.1.4",
"request": "^2.87.0"
},
"engines": {
"node": ">=8.10.0"
},
"files": [
"index.js",
"index.d.ts",
"license"
],
"homepage": "https://github.com/stephenplusplus/retry-request#readme",
"keywords": [
"request",
"retry",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "retry-request",
"repository": {
"type": "git",
"url": "git+https://github.com/stephenplusplus/retry-request.git"
},
"scripts": {
"test": "mocha --timeout 0"
},
"types": "index.d.ts",
"version": "4.1.1"
}