{ "_from": "sync-request@^6.1.0", "_id": "sync-request@6.1.0", "_inBundle": false, "_integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", "_location": "/sync-request", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sync-request@^6.1.0", "name": "sync-request", "escapedName": "sync-request", "rawSpec": "^6.1.0", "saveSpec": null, "fetchSpec": "^6.1.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", "_shasum": "e96217565b5e50bbffe179868ba75532fb597e68", "_spec": "sync-request@^6.1.0", "_where": "D:\\111\\xy-server", "author": { "name": "ForbesLindesay" }, "browser": "lib/browser.js", "bugs": { "url": "https://github.com/ForbesLindesay/sync-request/issues" }, "bundleDependencies": false, "dependencies": { "http-response-object": "^3.0.1", "sync-rpc": "^1.2.1", "then-request": "^6.0.0" }, "deprecated": false, "description": "Make synchronous web requests", "devDependencies": { "body-parser": "^1.14.1", "cross-env": "^5.1.3", "express": "^4.13.3", "flowgen2": "^2.2.0", "jest": "^22.1.4", "morgan": "^1.6.1", "rimraf": "^2.6.2", "typescript": "^2.6.2" }, "engines": { "node": ">=8.0.0" }, "homepage": "https://github.com/ForbesLindesay/sync-request#readme", "keywords": [ "request", "http", "https", "cache", "browserify", "synchronous", "sync" ], "license": "MIT", "main": "lib/index.js", "name": "sync-request", "repository": { "type": "git", "url": "git+https://github.com/ForbesLindesay/sync-request.git" }, "scripts": { "build": "tsc && flowgen lib/**/*", "jest": "jest", "prebuild": "rimraf lib", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "jest && cross-env SYNC_REQUEST_LEGACY=true jest && node test/benchmark" }, "types": "lib/index.d.ts", "version": "6.1.0" }