21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
|
|
"name": "tar-async",
|
|
"description": "Asynchronous tar and untar",
|
|
"keywords": ["tar", "untar", "asynchronous", "stream", "async", "chunk", "chunked"],
|
|
"version": "1.1.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/beatgammit/tar-async.git"
|
|
},
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "."
|
|
},
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|