summaryrefslogtreecommitdiff
path: root/node_modules/http-basic/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:37:42 -0700
committer8cy <[email protected]>2020-04-03 02:37:42 -0700
commit60867fb030bae582082340ead7dbc7efdc2f5398 (patch)
tree4c6a7356351be2e4914e15c4703172597c45656e /node_modules/http-basic/package.json
parentcommenting (diff)
downloads5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz
s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/http-basic/package.json')
-rw-r--r--node_modules/http-basic/package.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/node_modules/http-basic/package.json b/node_modules/http-basic/package.json
new file mode 100644
index 0000000..dcd8d55
--- /dev/null
+++ b/node_modules/http-basic/package.json
@@ -0,0 +1,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"
+}