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.

27 lines
528 B

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "tar",
"description": "tar for node",
"version": "0.1.12",
"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": "*",
13 years ago
"fstream": "~0.1.8"
},
"devDependencies": {
"tap": "0.x",
"rimraf": "1.x"
}
}