From 60867fb030bae582082340ead7dbc7efdc2f5398 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 3 Apr 2020 02:37:42 -0700 Subject: 2020/04/03, 02:34, v1.2.0 --- node_modules/http-basic/package.json | 63 ++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 node_modules/http-basic/package.json (limited to 'node_modules/http-basic/package.json') 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": "http-basic@2.5.1", + "_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" +} -- cgit v1.2.3