UNPKG

1.99 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.73.0",
11 "author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/request/request.git"
15 },
16 "bugs": {
17 "url": "http://github.com/request/request/issues"
18 },
19 "license": "Apache-2.0",
20 "engines": {
21 "node": ">=0.8.0"
22 },
23 "main": "index.js",
24 "dependencies": {
25 "aws-sign2": "~0.6.0",
26 "aws4": "^1.2.1",
27 "bl": "~1.1.2",
28 "caseless": "~0.11.0",
29 "combined-stream": "~1.0.5",
30 "extend": "~3.0.0",
31 "forever-agent": "~0.6.1",
32 "form-data": "~1.0.0-rc4",
33 "har-validator": "~2.0.6",
34 "hawk": "~3.1.3",
35 "http-signature": "~1.1.0",
36 "is-typedarray": "~1.0.0",
37 "isstream": "~0.1.2",
38 "json-stringify-safe": "~5.0.1",
39 "mime-types": "~2.1.7",
40 "node-uuid": "~1.4.7",
41 "oauth-sign": "~0.8.1",
42 "qs": "~6.2.0",
43 "stringstream": "~0.0.4",
44 "tough-cookie": "~2.2.0",
45 "tunnel-agent": "~0.4.1"
46 },
47 "scripts": {
48 "test": "npm run lint && npm run test-ci && npm run test-browser",
49 "test-ci": "taper tests/test-*.js",
50 "test-cov": "istanbul cover tape tests/test-*.js",
51 "test-browser": "node tests/browser/start.js",
52 "lint": "eslint lib/ *.js tests/ && echo Lint passed."
53 },
54 "devDependencies": {
55 "bluebird": "^3.2.1",
56 "browserify": "^13.0.1",
57 "browserify-istanbul": "^2.0.0",
58 "buffer-equal": "^1.0.0",
59 "codecov": "^1.0.1",
60 "coveralls": "^2.11.4",
61 "eslint": "^2.5.3",
62 "function-bind": "^1.0.2",
63 "istanbul": "^0.4.0",
64 "karma": "^1.1.1",
65 "karma-browserify": "^5.0.1",
66 "karma-cli": "^1.0.0",
67 "karma-coverage": "^1.0.0",
68 "karma-phantomjs-launcher": "^1.0.0",
69 "karma-tap": "^1.0.3",
70 "phantomjs-prebuilt": "^2.1.3",
71 "rimraf": "^2.2.8",
72 "server-destroy": "^1.0.1",
73 "tape": "^4.6.0",
74 "taper": "^0.4.0"
75 }
76}