mirror of https://github.com/nodejs/node.git
48 lines
991 B
JSON
48 lines
991 B
JSON
|
{
|
||
|
"author": {
|
||
|
"name": "Isaac Z. Schlueter",
|
||
|
"email": "i@izs.me",
|
||
|
"url": "http://blog.izs.me/"
|
||
|
},
|
||
|
"name": "npm-registry-client",
|
||
|
"description": "Client for the npm registry",
|
||
|
"version": "0.0.4",
|
||
|
"repository": {
|
||
|
"url": "git://github.com/isaacs/npm-registry-client"
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-uuid": "~1.3.3",
|
||
|
"request": "~2.9.202",
|
||
|
"graceful-fs": "~1.1.8",
|
||
|
"semver": "~1.0.14",
|
||
|
"slide": "~1.1.3",
|
||
|
"chownr": "0",
|
||
|
"mkdirp": "~0.3.3",
|
||
|
"rimraf": "~2.0.1",
|
||
|
"npmlog": ""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap": ""
|
||
|
},
|
||
|
"optionalDependencies": {
|
||
|
"npmlog": ""
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "isaacs",
|
||
|
"email": "i@izs.me"
|
||
|
},
|
||
|
"_id": "npm-registry-client@0.0.4",
|
||
|
"_engineSupported": true,
|
||
|
"_npmVersion": "1.1.25",
|
||
|
"_nodeVersion": "v0.7.10-pre",
|
||
|
"_defaultsLoaded": true,
|
||
|
"_from": "npm-registry-client@0"
|
||
|
}
|