UNPKG

2.14 kBJSONView Raw
1{
2 "name": "request",
3 "description": "Simplified HTTP request client.",
4 "keywords": [
5 "http",
6 "simple",
7 "util",
8 "utility"
9 ],
10 "version": "2.85.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": ">= 4"
22 },
23 "main": "index.js",
24 "files": [
25 "lib/",
26 "index.js",
27 "request.js"
28 ],
29 "dependencies": {
30 "aws-sign2": "~0.7.0",
31 "aws4": "^1.6.0",
32 "caseless": "~0.12.0",
33 "combined-stream": "~1.0.5",
34 "extend": "~3.0.1",
35 "forever-agent": "~0.6.1",
36 "form-data": "~2.3.1",
37 "har-validator": "~5.0.3",
38 "hawk": "~6.0.2",
39 "http-signature": "~1.2.0",
40 "is-typedarray": "~1.0.0",
41 "isstream": "~0.1.2",
42 "json-stringify-safe": "~5.0.1",
43 "mime-types": "~2.1.17",
44 "oauth-sign": "~0.8.2",
45 "performance-now": "^2.1.0",
46 "qs": "~6.5.1",
47 "safe-buffer": "^5.1.1",
48 "stringstream": "~0.0.5",
49 "tough-cookie": "~2.3.3",
50 "tunnel-agent": "^0.6.0",
51 "uuid": "^3.1.0"
52 },
53 "scripts": {
54 "test": "npm run lint && npm run test-ci && npm run test-browser",
55 "test-ci": "taper tests/test-*.js",
56 "test-cov": "istanbul cover tape tests/test-*.js",
57 "test-browser": "node tests/browser/start.js",
58 "lint": "standard"
59 },
60 "devDependencies": {
61 "bluebird": "^3.2.1",
62 "browserify": "^13.0.1",
63 "browserify-istanbul": "^2.0.0",
64 "buffer-equal": "^1.0.0",
65 "codecov": "^2.0.2",
66 "coveralls": "^2.11.4",
67 "function-bind": "^1.0.2",
68 "istanbul": "^0.4.0",
69 "karma": "^1.1.1",
70 "karma-browserify": "^5.0.1",
71 "karma-cli": "^1.0.0",
72 "karma-coverage": "^1.0.0",
73 "karma-phantomjs-launcher": "^1.0.0",
74 "karma-tap": "^3.0.1",
75 "phantomjs-prebuilt": "^2.1.3",
76 "rimraf": "^2.2.8",
77 "server-destroy": "^1.0.1",
78 "standard": "^9.0.0",
79 "tape": "^4.6.0",
80 "taper": "^0.5.0"
81 },
82 "greenkeeper": {
83 "ignore": [
84 "hawk",
85 "har-validator"
86 ]
87 }
88}