When executing node with `--use_strict` option to force node-archiver run under strict mode, it caused such error. ``` javascript data.mode = isDir ? 0755 : 0644; ^^^^ SyntaxError: Octal literals are not allowed in strict mode. ``` Could you please support strict mode?