1 | {
|
2 | "name": "request",
|
3 | "description": "Simplified HTTP request client.",
|
4 | "tags": [
|
5 | "http",
|
6 | "simple",
|
7 | "util",
|
8 | "utility"
|
9 | ],
|
10 | "version": "2.62.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 | "bl": "~1.0.0",
|
26 | "caseless": "~0.11.0",
|
27 | "extend": "~3.0.0",
|
28 | "forever-agent": "~0.6.0",
|
29 | "form-data": "~1.0.0-rc1",
|
30 | "json-stringify-safe": "~5.0.0",
|
31 | "mime-types": "~2.1.2",
|
32 | "node-uuid": "~1.4.0",
|
33 | "qs": "~5.1.0",
|
34 | "tunnel-agent": "~0.4.0",
|
35 | "tough-cookie": ">=0.12.0",
|
36 | "http-signature": "~0.11.0",
|
37 | "oauth-sign": "~0.8.0",
|
38 | "hawk": "~3.1.0",
|
39 | "aws-sign2": "~0.5.0",
|
40 | "stringstream": "~0.0.4",
|
41 | "combined-stream": "~1.0.1",
|
42 | "isstream": "~0.1.1",
|
43 | "har-validator": "^1.6.1"
|
44 | },
|
45 | "scripts": {
|
46 | "test": "npm run lint && npm run test-ci && npm run test-browser",
|
47 | "test-ci": "taper tests/test-*.js",
|
48 | "test-cov": "istanbul cover tape tests/test-*.js",
|
49 | "test-browser": "node tests/browser/start.js",
|
50 | "lint": "eslint lib/ *.js tests/ && echo Lint passed."
|
51 | },
|
52 | "devDependencies": {
|
53 | "browserify": "~5.9.1",
|
54 | "browserify-istanbul": "~0.1.3",
|
55 | "buffer-equal": "0.0.1",
|
56 | "codecov.io": "~0.1.2",
|
57 | "coveralls": "~2.11.2",
|
58 | "eslint": "0.18.0",
|
59 | "function-bind": "~1.0.0",
|
60 | "istanbul": "~0.3.2",
|
61 | "karma": "~0.12.21",
|
62 | "karma-browserify": "~3.0.1",
|
63 | "karma-cli": "0.0.4",
|
64 | "karma-coverage": "0.2.6",
|
65 | "karma-phantomjs-launcher": "~0.1.4",
|
66 | "karma-tap": "~1.0.1",
|
67 | "rimraf": "~2.2.8",
|
68 | "server-destroy": "~1.0.0",
|
69 | "tape": "~3.0.0",
|
70 | "taper": "~0.4.0",
|
71 | "bluebird": "~2.9.21"
|
72 | }
|
73 | }
|