0f021a5d13e108eaad1a47cffc31310864d13ead
[platform/upstream/nodejs.git] / deps / npm / node_modules / request / package.json
1 {
2   "name": "request",
3   "description": "Simplified HTTP request client.",
4   "tags": [
5     "http",
6     "simple",
7     "util",
8     "utility"
9   ],
10   "version": "2.53.0",
11   "author": {
12     "name": "Mikeal Rogers",
13     "email": "mikeal.rogers@gmail.com"
14   },
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/request/request.git"
18   },
19   "bugs": {
20     "url": "http://github.com/request/request/issues"
21   },
22   "license": "Apache-2.0",
23   "engines": {
24     "node": ">=0.8.0"
25   },
26   "main": "index.js",
27   "dependencies": {
28     "bl": "~0.9.0",
29     "caseless": "~0.9.0",
30     "forever-agent": "~0.5.0",
31     "form-data": "~0.2.0",
32     "json-stringify-safe": "~5.0.0",
33     "mime-types": "~2.0.1",
34     "node-uuid": "~1.4.0",
35     "qs": "~2.3.1",
36     "tunnel-agent": "~0.4.0",
37     "tough-cookie": ">=0.12.0",
38     "http-signature": "~0.10.0",
39     "oauth-sign": "~0.6.0",
40     "hawk": "~2.3.0",
41     "aws-sign2": "~0.5.0",
42     "stringstream": "~0.0.4",
43     "combined-stream": "~0.0.5",
44     "isstream": "~0.1.1"
45   },
46   "scripts": {
47     "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser && npm run clean",
48     "test-browser": "node tests/browser/start.js",
49     "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."
50   },
51   "devDependencies": {
52     "browserify": "~5.9.1",
53     "browserify-istanbul": "~0.1.3",
54     "coveralls": "~2.11.2",
55     "eslint": "0.5.1",
56     "function-bind": "~1.0.0",
57     "istanbul": "~0.3.2",
58     "karma": "~0.12.21",
59     "karma-browserify": "~3.0.1",
60     "karma-cli": "0.0.4",
61     "karma-coverage": "0.2.6",
62     "karma-phantomjs-launcher": "~0.1.4",
63     "karma-tap": "~1.0.1",
64     "rimraf": "~2.2.8",
65     "server-destroy": "~1.0.0",
66     "tape": "~3.0.0",
67     "taper": "~0.4.0"
68   },
69   "gitHead": "541ce25648bc2ecab924d7d7197a2685fa16d348",
70   "homepage": "https://github.com/request/request",
71   "_id": "request@2.53.0",
72   "_shasum": "180a3ae92b7b639802e4f9545dd8fcdeb71d760c",
73   "_from": "request@>=2.53.0 <2.54.0",
74   "_npmVersion": "1.4.14",
75   "_npmUser": {
76     "name": "nylen",
77     "email": "jnylen@gmail.com"
78   },
79   "maintainers": [
80     {
81       "name": "mikeal",
82       "email": "mikeal.rogers@gmail.com"
83     },
84     {
85       "name": "nylen",
86       "email": "jnylen@gmail.com"
87     },
88     {
89       "name": "fredkschott",
90       "email": "fkschott@gmail.com"
91     }
92   ],
93   "dist": {
94     "shasum": "180a3ae92b7b639802e4f9545dd8fcdeb71d760c",
95     "tarball": "http://registry.npmjs.org/request/-/request-2.53.0.tgz"
96   },
97   "directories": {},
98   "_resolved": "https://registry.npmjs.org/request/-/request-2.53.0.tgz",
99   "readme": "ERROR: No README data found!"
100 }