File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var ArchiveEntry = module . exports = function ( ) { } ;
99
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var inherits = require ( 'util' ) . inherits ;
99var Transform = require ( 'readable-stream' ) . Transform ;
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88module . exports = {
99 WORD : 4 ,
@@ -52,7 +52,7 @@ module.exports = {
5252 EXT_FILE_ATTR_FILE : 020151000040 , // 644 -rw-r--r-- = (((S_IFREG | 0644) << 16) | S_DOS_A) >>> 0
5353
5454 // Unix file types
55- S_IFMT : 0170000 , // type of file mask
55+ S_IFMT : 0170000 , // type of file mask
5656 S_IFIFO : 010000 , // named pipe (fifo)
5757 S_IFCHR : 020000 , // character special
5858 S_IFDIR : 040000 , // directory
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var zipUtil = require ( './util' ) ;
99
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var Int64 = require ( 'node-int64' ) ;
99var util = module . exports = { } ;
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var inherits = require ( 'util' ) . inherits ;
99
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var inherits = require ( 'util' ) . inherits ;
99var crc32 = require ( 'buffer-crc32' ) ;
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88module . exports = {
99 ArchiveEntry : require ( './archivers/archive-entry' ) ,
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 2014 Chris Talkington, contributors.
55 * Licensed under the MIT license.
6- * https://github.com/ctalkington /node-compress-commons/blob/master/LICENSE-MIT
6+ * https://github.com/archiverjs /node-compress-commons/blob/master/LICENSE-MIT
77 */
88var Stream = require ( 'stream' ) . Stream ;
99var PassThrough = require ( 'readable-stream' ) . PassThrough ;
You can’t perform that action at this time.
0 commit comments