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
|
{
"_from": "http-basic@^2.5.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-jORHvbW2xXf4pj4/p4BW7Eu02/s=",
"_location": "/http-basic",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-basic@^2.5.1",
"name": "http-basic",
"escapedName": "http-basic",
"rawSpec": "^2.5.1",
"saveSpec": null,
"fetchSpec": "^2.5.1"
},
"_requiredBy": [
"/then-request"
],
"_resolved": "https://registry.npmjs.org/http-basic/-/http-basic-2.5.1.tgz",
"_shasum": "8ce447bdb5b6c577f8a63e3fa78056ec4bb4dbfb",
"_spec": "http-basic@^2.5.1",
"_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\then-request",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/http-basic/issues"
},
"bundleDependencies": false,
"dependencies": {
"caseless": "~0.11.0",
"concat-stream": "^1.4.6",
"http-response-object": "^1.0.0"
},
"deprecated": false,
"description": "Very low level wrapper arround http.request/https.request",
"devDependencies": {},
"homepage": "https://github.com/ForbesLindesay/http-basic#readme",
"keywords": [
"http",
"https",
"request",
"fetch",
"gzip",
"deflate",
"redirect",
"cache",
"etag",
"cache-control"
],
"license": "MIT",
"name": "http-basic",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/http-basic.git"
},
"scripts": {
"test": "node test"
},
"version": "2.5.1"
}
|