Files
npm/node_modules/request/package.json
Forrest L Norvell f2587be7d1 request@2.40.0
Closes #5926, all tests pass.
2014-08-21 16:11:54 -07:00

78 lines
1.8 KiB
JSON
Executable File

{
"name": "request",
"description": "Simplified HTTP request client.",
"tags": [
"http",
"simple",
"util",
"utility"
],
"version": "2.40.0",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeal/request.git"
},
"bugs": {
"url": "http://github.com/mikeal/request/issues"
},
"license": "Apache-2.0",
"engines": [
"node >= 0.8.0"
],
"main": "index.js",
"dependencies": {
"qs": "~1.0.0",
"json-stringify-safe": "~5.0.0",
"mime-types": "~1.0.1",
"forever-agent": "~0.5.0",
"node-uuid": "~1.4.0",
"tough-cookie": ">=0.12.0",
"form-data": "~0.1.0",
"tunnel-agent": "~0.4.0",
"http-signature": "~0.10.0",
"oauth-sign": "~0.3.0",
"hawk": "1.1.1",
"aws-sign2": "~0.5.0",
"stringstream": "~0.0.4"
},
"optionalDependencies": {
"tough-cookie": ">=0.12.0",
"form-data": "~0.1.0",
"tunnel-agent": "~0.4.0",
"http-signature": "~0.10.0",
"oauth-sign": "~0.3.0",
"hawk": "1.1.1",
"aws-sign2": "~0.5.0",
"stringstream": "~0.0.4"
},
"scripts": {
"test": "node tests/run.js"
},
"homepage": "https://github.com/mikeal/request",
"_id": "request@2.40.0",
"_shasum": "4dd670f696f1e6e842e66b4b5e839301ab9beb67",
"_from": "request@latest",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "mikeal",
"email": "mikeal.rogers@gmail.com"
},
"maintainers": [
{
"name": "mikeal",
"email": "mikeal.rogers@gmail.com"
}
],
"dist": {
"shasum": "4dd670f696f1e6e842e66b4b5e839301ab9beb67",
"tarball": "http://registry.npmjs.org/request/-/request-2.40.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/request/-/request-2.40.0.tgz",
"readme": "ERROR: No README data found!"
}