mirror of https://github.com/nodejs/node.git
46 lines
915 B
JSON
46 lines
915 B
JSON
{
|
|
"name": "request",
|
|
"description": "Simplified HTTP request client.",
|
|
"tags": [
|
|
"http",
|
|
"simple",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"version": "2.9.153",
|
|
"author": {
|
|
"name": "Mikeal Rogers",
|
|
"email": "mikeal.rogers@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikeal/request.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mikeal/request/issues"
|
|
},
|
|
"engines": [
|
|
"node >= 0.3.6"
|
|
],
|
|
"main": "./main",
|
|
"scripts": {
|
|
"test": "node tests/run.js"
|
|
},
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "request@2.9.153",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.2",
|
|
"_nodeVersion": "v0.7.6-pre",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "d1f4855a90a9e69bf6cd2a68503e253cc4a27a71"
|
|
},
|
|
"_from": "request@~2.9"
|
|
}
|