{ "_from": "http-response-object@^3.0.1", "_id": "http-response-object@3.0.2", "_inBundle": false, "_integrity": "sha512-bqX0XTF6fnXSQcEJ2Iuyr75yVakyjIDCqroJQ/aHfSdlM743Cwqoi2nDYMzLGWUcuTWGWy8AAvOKXTfiv6q9RA==", "_location": "/http-response-object", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "http-response-object@^3.0.1", "name": "http-response-object", "escapedName": "http-response-object", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/http-basic", "/sync-request", "/then-request" ], "_resolved": "https://registry.npmjs.org/http-response-object/-/http-response-object-3.0.2.tgz", "_shasum": "7f435bb210454e4360d074ef1f989d5ea8aa9810", "_spec": "http-response-object@^3.0.1", "_where": "D:\\111\\xy-server\\node_modules\\sync-request", "author": { "name": "ForbesLindesay" }, "bugs": { "url": "https://github.com/ForbesLindesay/http-response-object/issues" }, "bundleDependencies": false, "dependencies": { "@types/node": "^10.0.3" }, "deprecated": false, "description": "A simple object to represent an http response", "devDependencies": { "flowgen2": "^2.2.1", "typescript": "^2.3.4" }, "files": [ "lib" ], "homepage": "https://github.com/ForbesLindesay/http-response-object#readme", "keywords": [ "http", "https", "response", "request" ], "license": "MIT", "main": "lib/index.js", "name": "http-response-object", "repository": { "type": "git", "url": "git+https://github.com/ForbesLindesay/http-response-object.git" }, "scripts": { "build": "tsc && flowgen lib/**/*", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "node test" }, "types": "lib/index.d.ts", "version": "3.0.2" }