{ "_args": [ [ { "raw": "then-request@^6.0.0", "scope": null, "escapedName": "then-request", "name": "then-request", "rawSpec": "^6.0.0", "spec": ">=6.0.0 <7.0.0", "type": "range" }, "/root/rushmail/node_modules/sync-request" ] ], "_from": "then-request@>=6.0.0 <7.0.0", "_hasShrinkwrap": false, "_id": "then-request@6.0.2", "_inCache": true, "_location": "/then-request", "_nodeVersion": "10.12.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/then-request_6.0.2_1553062090191_0.040047991567841335" }, "_npmUser": { "name": "forbeslindesay", "email": "forbes@lindesay.co.uk" }, "_npmVersion": "6.4.1", "_phantomChildren": {}, "_requested": { "raw": "then-request@^6.0.0", "scope": null, "escapedName": "then-request", "name": "then-request", "rawSpec": "^6.0.0", "spec": ">=6.0.0 <7.0.0", "type": "range" }, "_requiredBy": [ "/sync-request" ], "_resolved": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", "_shasum": "ec18dd8b5ca43aaee5cb92f7e4c1630e950d4f0c", "_shrinkwrap": null, "_spec": "then-request@^6.0.0", "_where": "/root/rushmail/node_modules/sync-request", "author": { "name": "ForbesLindesay" }, "browser": "lib/browser.js", "bugs": { "url": "https://github.com/then/then-request/issues" }, "dependencies": { "@types/concat-stream": "^1.6.0", "@types/form-data": "0.0.33", "@types/node": "^8.0.0", "@types/qs": "^6.2.31", "caseless": "~0.12.0", "concat-stream": "^1.6.0", "form-data": "^2.2.0", "http-basic": "^8.1.1", "http-response-object": "^3.0.1", "promise": "^8.0.0", "qs": "^6.4.0" }, "description": "A request library that returns promises, inspired by request", "devDependencies": { "browserify": "^14.4.0", "busboy": "^0.2.14", "exorcist": "^0.4.0", "flowgen2": "^2.2.2", "istanbul": "^0.4.5", "jsdom": "^11.1.0", "minifyify": "^7.3.5", "mkdirp": "^0.5.1", "multiparty": "^4.1.3", "rimraf": "^2.6.1", "testit": "^2.1.3", "typescript": "^2.4.0" }, "directories": {}, "dist": { "integrity": "sha512-3ZBiG7JvP3wbDzA9iNY5zJQcHL4jn/0BWtXIkagfz7QgOL/LqjCEOBQuJNZfu0XYnv5JhKh+cDxCPM4ILrqruA==", "shasum": "ec18dd8b5ca43aaee5cb92f7e4c1630e950d4f0c", "tarball": "https://registry.npmjs.org/then-request/-/then-request-6.0.2.tgz", "fileCount": 22, "unpackedSize": 29656, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckdjKCRA9TVsSAnZWagAAV2gP/17WJkTtLh1d8RMTeelw\njdKE/W2cKGW6B86lgcL7rw/bVcMLgwDvlsD6Mj41U0MLNbsJP46tD8Da0Gtu\nbq9srhS3+2vqxg7ln/L5ARERvuGk4lFvSg/7BzPVtcrOv41BCge9gulVRdaM\nfBa0HvQw9thTwgQWPo4ph4KOfveLQwU3R9Jm4cgDcQbTwCzMsPS1W1+lPAzv\n86tySH+aJr0BG+Q4RYIVOv5vXOCfJMghKozdDkA/N28qtZ+2yKO4vPJhI9Ov\noFY2Bbkkeng68eJREBNxUkCDQNf9UhaSfpWg+clelkogcvRnF/4e9rP9238C\nTETixTS7U9JZlc7YpGHJHxLSChYUZV1rOLrQdub0617ZnhPVpfknwb/2Qm+f\njlH73Z524mEpVWfw8delfYleSNDECxaeJojTi0CdY1H/N/oa5mhBbpU5YGMA\nlNYLDndP82jBcegS/dI1UBRZcgZhyelhgbeLbQXcjcZt5jhz4y5mwHXxQi/b\nEMsbaooO3z1ATga1VtUM/rs1dFzA/LmNlD6v2m3g3gUhdJnuEArQ67jOfiRM\ni2CKtrgGij1mTO7C/AwUyRDa/WxIrQTmZK1MTK2wWFE61I9pB3uYuE1p1kf/\n8r863fj3dS7FKM5e2p2yVG/Zdcx0cArh0yCzozQl9aJq4GbMouJK91P/wqbv\nSQxg\r\n=ConU\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">=6.0.0" }, "gitHead": "1f7f95210bb44673b4841eda31b9bbcbab0f202c", "homepage": "https://github.com/then/then-request#readme", "keywords": [], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "forbeslindesay", "email": "forbes@lindesay.co.uk" } ], "name": "then-request", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/then/then-request.git" }, "scripts": { "build": "npm run build:types && npm run build:full && npm run build:min", "build:full": "browserify -d --standalone request lib/browser.js | exorcist -u request.js.map dist/request.js.map > dist/request.js", "build:min": "browserify -d --standalone request lib/browser.js -p [minifyify --compressPath . --map request.min.js.map --output dist/request.min.js.map] > dist/request.min.js", "build:types": "tsc && flowgen lib/**/*", "prebuild": "rimraf dist && mkdirp dist", "prepublishOnly": "npm run build", "pretest": "npm run build:types", "test": "node test/index.js && istanbul cover test/index.js" }, "types": "lib/index.d.ts", "version": "6.0.2" }