1 | {
|
2 | "name": "request",
|
3 | "description": "Simplified HTTP request client.",
|
4 | "keywords": [
|
5 | "http",
|
6 | "simple",
|
7 | "util",
|
8 | "utility"
|
9 | ],
|
10 | "version": "2.87.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 | "http-signature": "~1.2.0",
|
39 | "is-typedarray": "~1.0.0",
|
40 | "isstream": "~0.1.2",
|
41 | "json-stringify-safe": "~5.0.1",
|
42 | "mime-types": "~2.1.17",
|
43 | "oauth-sign": "~0.8.2",
|
44 | "performance-now": "^2.1.0",
|
45 | "qs": "~6.5.1",
|
46 | "safe-buffer": "^5.1.1",
|
47 | "tough-cookie": "~2.3.3",
|
48 | "tunnel-agent": "^0.6.0",
|
49 | "uuid": "^3.1.0"
|
50 | },
|
51 | "scripts": {
|
52 | "test": "npm run lint && npm run test-ci && npm run test-browser",
|
53 | "test-ci": "taper tests/test-*.js",
|
54 | "test-cov": "istanbul cover tape tests/test-*.js",
|
55 | "test-browser": "node tests/browser/start.js",
|
56 | "lint": "standard"
|
57 | },
|
58 | "devDependencies": {
|
59 | "bluebird": "^3.2.1",
|
60 | "browserify": "^13.0.1",
|
61 | "browserify-istanbul": "^2.0.0",
|
62 | "buffer-equal": "^1.0.0",
|
63 | "codecov": "^2.0.2",
|
64 | "coveralls": "^2.11.4",
|
65 | "function-bind": "^1.0.2",
|
66 | "istanbul": "^0.4.0",
|
67 | "karma": "^1.1.1",
|
68 | "karma-browserify": "^5.0.1",
|
69 | "karma-cli": "^1.0.0",
|
70 | "karma-coverage": "^1.0.0",
|
71 | "karma-phantomjs-launcher": "^1.0.0",
|
72 | "karma-tap": "^3.0.1",
|
73 | "phantomjs-prebuilt": "^2.1.3",
|
74 | "rimraf": "^2.2.8",
|
75 | "server-destroy": "^1.0.1",
|
76 | "standard": "^9.0.0",
|
77 | "tape": "^4.6.0",
|
78 | "taper": "^0.5.0"
|
79 | },
|
80 | "greenkeeper": {
|
81 | "ignore": [
|
82 | "hawk",
|
83 | "har-validator"
|
84 | ]
|
85 | }
|
86 | }
|