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