UNPKG

1.22 kBJSONView Raw
1{
2 "name": "request",
3 "description": "Simplified HTTP request client.",
4 "tags": [
5 "http",
6 "simple",
7 "util",
8 "utility"
9 ],
10 "version": "2.46.0",
11 "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/mikeal/request.git"
15 },
16 "bugs": {
17 "url": "http://github.com/mikeal/request/issues"
18 },
19 "license": "Apache-2.0",
20 "engines": {
21 "node": ">=0.8.0"
22 },
23 "main": "index.js",
24 "dependencies": {
25 "bl": "~0.9.0",
26 "caseless": "~0.6.0",
27 "forever-agent": "~0.5.0",
28 "form-data": "~0.1.0",
29 "json-stringify-safe": "~5.0.0",
30 "mime-types": "~1.0.1",
31 "node-uuid": "~1.4.0",
32 "qs": "~1.2.0",
33 "tunnel-agent": "~0.4.0",
34 "tough-cookie": ">=0.12.0",
35 "http-signature": "~0.10.0",
36 "oauth-sign": "~0.4.0",
37 "hawk": "1.1.1",
38 "aws-sign2": "~0.5.0",
39 "stringstream": "~0.0.4"
40 },
41 "scripts": {
42 "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js",
43 "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."
44 },
45 "devDependencies": {
46 "eslint": "0.5.1",
47 "rimraf": "~2.2.8",
48 "tape": "~3.0.0",
49 "taper": "~0.3.0"
50 }
51}