UNPKG

2.08 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.88.2",
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": ">= 6"
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.8.0",
32 "caseless": "~0.12.0",
33 "combined-stream": "~1.0.6",
34 "extend": "~3.0.2",
35 "forever-agent": "~0.6.1",
36 "form-data": "~2.3.2",
37 "har-validator": "~5.1.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.19",
43 "oauth-sign": "~0.9.0",
44 "performance-now": "^2.1.0",
45 "qs": "~6.5.2",
46 "safe-buffer": "^5.1.2",
47 "tough-cookie": "~2.5.0",
48 "tunnel-agent": "^0.6.0",
49 "uuid": "^3.3.2"
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": "nyc --reporter=lcov 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": "^3.0.4",
64 "coveralls": "^3.0.2",
65 "function-bind": "^1.0.2",
66 "karma": "^3.0.0",
67 "karma-browserify": "^5.0.1",
68 "karma-cli": "^1.0.0",
69 "karma-coverage": "^1.0.0",
70 "karma-phantomjs-launcher": "^1.0.0",
71 "karma-tap": "^3.0.1",
72 "nyc": "^14.1.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}