mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
904 B
44 lines
904 B
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "tar",
|
|
"description": "tar for node",
|
|
"version": "0.1.13",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-tar.git"
|
|
},
|
|
"main": "tar.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"engines": {
|
|
"node": "~0.5.9 || 0.6 || 0.7 || 0.8"
|
|
},
|
|
"dependencies": {
|
|
"inherits": "1.x",
|
|
"block-stream": "*",
|
|
"fstream": "~0.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.x",
|
|
"rimraf": "1.x"
|
|
},
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "tar@0.1.13",
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.4",
|
|
"_nodeVersion": "v0.7.6-pre",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "804bdaaacaab928ec1c9bbd8b848a042c3adacb2"
|
|
},
|
|
"_from": "tar@0.1.13"
|
|
}
|
|
|