summaryrefslogtreecommitdiff
path: root/node_modules/http-basic/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/http-basic/package.json')
-rw-r--r--node_modules/http-basic/package.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/node_modules/http-basic/package.json b/node_modules/http-basic/package.json
deleted file mode 100644
index dcd8d55..0000000
--- a/node_modules/http-basic/package.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "_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"
-}