{ "_args": [ [ { "raw": "sync-request@^6.1.0", "scope": null, "escapedName": "sync-request", "name": "sync-request", "rawSpec": "^6.1.0", "spec": ">=6.1.0 <7.0.0", "type": "range" }, "/root/rushmail" ] ], "_from": "sync-request@>=6.1.0 <7.0.0", "_hasShrinkwrap": false, "_id": "sync-request@6.1.0", "_inCache": true, "_location": "/sync-request", "_nodeVersion": "10.12.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/sync-request_6.1.0_1552834863133_0.3305526763664557" }, "_npmUser": { "name": "forbeslindesay", "email": "forbes@lindesay.co.uk" }, "_npmVersion": "6.4.1", "_phantomChildren": {}, "_requested": { "raw": "sync-request@^6.1.0", "scope": null, "escapedName": "sync-request", "name": "sync-request", "rawSpec": "^6.1.0", "spec": ">=6.1.0 <7.0.0", "type": "range" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", "_shasum": "e96217565b5e50bbffe179868ba75532fb597e68", "_shrinkwrap": null, "_spec": "sync-request@^6.1.0", "_where": "/root/rushmail", "author": { "name": "ForbesLindesay" }, "browser": "lib/browser.js", "bugs": { "url": "https://github.com/ForbesLindesay/sync-request/issues" }, "dependencies": { "http-response-object": "^3.0.1", "sync-rpc": "^1.2.1", "then-request": "^6.0.0" }, "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" }, "directories": {}, "dist": { "integrity": "sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==", "shasum": "e96217565b5e50bbffe179868ba75532fb597e68", "tarball": "https://registry.npmjs.org/sync-request/-/sync-request-6.1.0.tgz", "fileCount": 37, "unpackedSize": 29469, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjmEwCRA9TVsSAnZWagAAGZkP/RAmxz4FUOTZ8lVhdoFb\nkOucy7JvSj9OS3gHfH5aw3C9KLLO0v/GgwKEdOIifRZ8QR+lbHoQy2/2kAMQ\nbT/Y4q7CNrwofJ7EDOtPnJVoUb2N1KWfnyCDva7qOa2RxJXUH7PBZh74bAZ9\n7kHw5NWPX/syY39f05mo4b45LLMmVSrMlWFebcbdWJu9mUwlOxhlF596e33n\n53Gc451LG4hhAKIcMI8qCSfYNjqQ+We/p1K4zX8znQJ3Iwuxi3bBDDLIphu2\niwpgsfbWZyP+7ihGHs3GJ1uvzKdIVQ0YUUy1UfTd1RJ5ZLv+LP3b84ulLeKx\n0zBmaK2bmNawmJvwRgFEAOAA5Nah202yCvbVeAP78g/qX3gDXcHkMza7zLeu\nK0dDgVcxowIZ5ijEA7rYQbAF0OxvK4wD/PxeGI9om9RQrSwbWBGi26+rTZ6/\nkWkpoKC/IKGJSYrDpC1a0Cm/TFT1UWGnQ6pNFK/u0vdvnOYw/+Bxy6i7oVVs\n+WAqm6UqelCemz9v4X1fMuF6vof7c75M8yV52SZDfB/7NJTAW3aUk+jDg0/y\nP6nI4ejiVOH5T7mGVC9HTVrWsB4sZayJrbG+oW6eZWGb6r+tupEz3V8R5wfm\nGPQjKhDrJ536X98JXlKcstSJevBa6+kFbdWzkflSMJw0y+bovXijgCMMqy4e\nrPnv\r\n=RPZR\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">=8.0.0" }, "gitHead": "f76dd3df23624b414b0845996ca1628042b488ef", "homepage": "https://github.com/ForbesLindesay/sync-request#readme", "keywords": [ "request", "http", "https", "cache", "browserify", "synchronous", "sync" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "forbeslindesay", "email": "forbes@lindeay.co.uk" } ], "name": "sync-request", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "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", "warnings": [ { "code": "ENOTSUP", "required": { "node": ">=8.0.0" }, "pkgid": "sync-request@6.1.0" } ] }