diff options
| author | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
| commit | 60867fb030bae582082340ead7dbc7efdc2f5398 (patch) | |
| tree | 4c6a7356351be2e4914e15c4703172597c45656e /node_modules/http-response-object/package.json | |
| parent | commenting (diff) | |
| download | s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip | |
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/http-response-object/package.json')
| -rw-r--r-- | node_modules/http-response-object/package.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/node_modules/http-response-object/package.json b/node_modules/http-response-object/package.json new file mode 100644 index 0000000..d3e2c6e --- /dev/null +++ b/node_modules/http-response-object/package.json @@ -0,0 +1,53 @@ +{ + "_from": "http-response-object@^1.0.1", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha1-p8TnWq6C87tJBOT0P2FWc7TVGMM=", + "_location": "/http-response-object", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "http-response-object@^1.0.1", + "name": "http-response-object", + "escapedName": "http-response-object", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/http-basic", + "/sync-request", + "/then-request" + ], + "_resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-1.1.0.tgz", + "_shasum": "a7c4e75aae82f3bb4904e4f43f615673b4d518c3", + "_spec": "http-response-object@^1.0.1", + "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\sync-request", + "author": { + "name": "ForbesLindesay" + }, + "bugs": { + "url": "https://github.com/ForbesLindesay/http-response-object/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "A simple object to represent an http response", + "homepage": "https://github.com/ForbesLindesay/http-response-object#readme", + "keywords": [ + "http", + "https", + "response", + "request" + ], + "license": "MIT", + "name": "http-response-object", + "repository": { + "type": "git", + "url": "git+https://github.com/ForbesLindesay/http-response-object.git" + }, + "scripts": { + "test": "node test" + }, + "version": "1.1.0" +} |