update "tar" to v0.1.17

Closes #221.
This commit is contained in:
Nathan Rajlich 2013-03-21 09:25:50 -10:00
parent 75099414c8
commit 382c86438f
16 changed files with 51 additions and 2737 deletions

1
node_modules/tar/tar.js generated vendored
View file

@ -75,6 +75,7 @@ Object.keys(fields).forEach(function (f) {
var types =
{ 0: "File"
, "\0": "OldFile" // like 0
, "": "OldFile"
, 1: "Link"
, 2: "SymbolicLink"
, 3: "CharacterDevice"