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.
41 lines
820 B
41 lines
820 B
{
|
|
"name": "tar-fs",
|
|
"version": "1.16.3",
|
|
"description": "filesystem bindings for tar-stream",
|
|
"dependencies": {
|
|
"chownr": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"pump": "^1.0.0",
|
|
"tar-stream": "^1.1.2"
|
|
},
|
|
"keywords": [
|
|
"tar",
|
|
"fs",
|
|
"file",
|
|
"tarball",
|
|
"directory",
|
|
"stream"
|
|
],
|
|
"devDependencies": {
|
|
"rimraf": "^2.2.8",
|
|
"standard": "^4.5.4",
|
|
"tape": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/index.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/tar-fs/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/tar-fs",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"author": "Mathias Buus",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/tar-fs.git"
|
|
}
|
|
}
|
|
|