Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80676 views
1
{
2
"name": "request",
3
"description": "Simplified HTTP request client.",
4
"tags": [
5
"http",
6
"simple",
7
"util",
8
"utility"
9
],
10
"version": "2.56.0",
11
"author": {
12
"name": "Mikeal Rogers",
13
"email": "[email protected]"
14
},
15
"repository": {
16
"type": "git",
17
"url": "git+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.10.0",
30
"forever-agent": "~0.6.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": "~3.1.0",
36
"tunnel-agent": "~0.4.0",
37
"tough-cookie": ">=0.12.0",
38
"http-signature": "~0.11.0",
39
"oauth-sign": "~0.8.0",
40
"hawk": "~2.3.0",
41
"aws-sign2": "~0.5.0",
42
"stringstream": "~0.0.4",
43
"combined-stream": "~1.0.1",
44
"isstream": "~0.1.1",
45
"har-validator": "^1.6.1"
46
},
47
"scripts": {
48
"test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",
49
"test-browser": "node tests/browser/start.js",
50
"lint": "node node_modules/.bin/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
"coveralls": "~2.11.2",
57
"eslint": "0.18.0",
58
"function-bind": "~1.0.0",
59
"istanbul": "~0.3.2",
60
"karma": "~0.12.21",
61
"karma-browserify": "~3.0.1",
62
"karma-cli": "0.0.4",
63
"karma-coverage": "0.2.6",
64
"karma-phantomjs-launcher": "~0.1.4",
65
"karma-tap": "~1.0.1",
66
"rimraf": "~2.2.8",
67
"server-destroy": "~1.0.0",
68
"tape": "~3.0.0",
69
"taper": "~0.4.0",
70
"bluebird": "~2.9.21"
71
},
72
"gitHead": "dec45b11eb264a8100e8c43fa44817d62368f780",
73
"homepage": "https://github.com/request/request#readme",
74
"_id": "[email protected]",
75
"_shasum": "21a6bd9cfd6aff33a7749971ffac29e833fa28fe",
76
"_from": "request@>=2.0.0 <3.0.0",
77
"_npmVersion": "2.10.1",
78
"_nodeVersion": "0.12.4",
79
"_npmUser": {
80
"name": "simov",
81
"email": "[email protected]"
82
},
83
"maintainers": [
84
{
85
"name": "mikeal",
86
"email": "[email protected]"
87
},
88
{
89
"name": "nylen",
90
"email": "[email protected]"
91
},
92
{
93
"name": "fredkschott",
94
"email": "[email protected]"
95
},
96
{
97
"name": "simov",
98
"email": "[email protected]"
99
}
100
],
101
"dist": {
102
"shasum": "21a6bd9cfd6aff33a7749971ffac29e833fa28fe",
103
"tarball": "http://registry.npmjs.org/request/-/request-2.56.0.tgz"
104
},
105
"directories": {},
106
"_resolved": "https://registry.npmjs.org/request/-/request-2.56.0.tgz"
107
}
108
109