| { | |
| "name": "request", | |
| "description": "Simplified HTTP request client.", | |
| "tags": [ | |
| "http", | |
| "simple", | |
| "util", | |
| "utility" | |
| ], | |
| "version": "2.34.0", | |
| "author": "Mikeal Rogers <mikeal.rogers@gmail.com>", | |
| "repository": { | |
| "type": "git", | |
| "url": "http://github.com/mikeal/request.git" | |
| }, | |
| "bugs": { | |
| "url": "http://github.com/mikeal/request/issues" | |
| }, | |
| "license": "Apache, Version 2.0", | |
| "engines": [ | |
| "node >= 0.8.0" | |
| ], | |
| "main": "index.js", | |
| "dependencies": { | |
| "qs": "~0.6.0", | |
| "json-stringify-safe": "~5.0.0", | |
| "forever-agent": "~0.5.0", | |
| "node-uuid": "~1.4.0", | |
| "mime": "~1.2.9" | |
| }, | |
| "optionalDependencies": { | |
| "tough-cookie": ">=0.12.0", | |
| "form-data": "~0.1.0", | |
| "tunnel-agent": "~0.3.0", | |
| "http-signature": "~0.10.0", | |
| "oauth-sign": "~0.3.0", | |
| "hawk": "~1.0.0", | |
| "aws-sign2": "~0.5.0" | |
| }, | |
| "scripts": { | |
| "test": "node tests/run.js" | |
| } | |
| } | |