UNPKG

1.96 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.68.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 "bl": "~1.0.0",
27 "caseless": "~0.11.0",
28 "combined-stream": "~1.0.5",
29 "extend": "~3.0.0",
30 "forever-agent": "~0.6.1",
31 "form-data": "~1.0.0-rc3",
32 "har-validator": "~2.0.6",
33 "hawk": "~3.1.0",
34 "http-signature": "~1.1.0",
35 "is-typedarray": "~1.0.0",
36 "isstream": "~0.1.2",
37 "json-stringify-safe": "~5.0.1",
38 "mime-types": "~2.1.7",
39 "node-uuid": "~1.4.7",
40 "oauth-sign": "~0.8.0",
41 "qs": "~6.0.2",
42 "stringstream": "~0.0.4",
43 "tough-cookie": "~2.2.0",
44 "tunnel-agent": "~0.4.1"
45 },
46 "scripts": {
47 "test": "npm run lint && npm run test-ci && npm run test-browser",
48 "test-ci": "taper tests/test-*.js",
49 "test-cov": "istanbul cover tape tests/test-*.js",
50 "test-browser": "node tests/browser/start.js",
51 "lint": "eslint lib/ *.js tests/ && echo Lint passed."
52 },
53 "devDependencies": {
54 "aws4": "^1.2.1",
55 "bluebird": "^3.0.2",
56 "browserify": "^13.0.0",
57 "browserify-istanbul": "^0.1.5",
58 "buffer-equal": "^1.0.0",
59 "codecov.io": "^0.1.6",
60 "coveralls": "^2.11.4",
61 "eslint": "1.10.3",
62 "function-bind": "^1.0.2",
63 "istanbul": "^0.4.0",
64 "karma": "^0.13.10",
65 "karma-browserify": "^4.4.0",
66 "karma-cli": "^0.1.1",
67 "karma-coverage": "^0.5.3",
68 "karma-phantomjs-launcher": "^0.1.4",
69 "karma-tap": "^1.0.3",
70 "rimraf": "^2.2.8",
71 "server-destroy": "^1.0.1",
72 "tape": "^4.2.0",
73 "taper": "^0.4.0"
74 }
75}