PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
lib
/
utils
var duplex = require('mississippi').duplex var through = require('mississippi').through var zlib = require('zlib') function hasGzipHeader (c) { return c[0] === 0x1F && c[1] === 0x8B && c[2] === 0x08 } module.exports = gunzip function gunzip () { var stream = duplex() var peeker = through(function (chunk, enc, cb) { var newStream = hasGzipHeader(chunk) ? zlib.createGunzip() : through() stream.setReadable(newStream) stream.setWritable(newStream) stream.write(chunk) }) stream.setWritable(peeker) return stream }
[-] umask.js
[edit]
[-] read-local-package.js
[edit]
[-] completion.sh
[edit]
[-] otplease.js
[edit]
[-] save-stack.js
[edit]
[-] escape-arg.js
[edit]
[-] temp-filename.js
[edit]
[-] lifecycle.js
[edit]
[-] git.js
[edit]
[-] pulse-till-done.js
[edit]
[-] open-url.js
[edit]
[-] usage.js
[edit]
[+]
..
[-] gently-rm.js
[edit]
[-] correct-mkdir.js
[edit]
[-] error-handler.js
[edit]
[-] read-user-info.js
[edit]
[-] ansi-trim.js
[edit]
[-] is-registry.js
[edit]
[-] output.js
[edit]
[-] pick-manifest-from-registry-metadata.js
[edit]
[-] package-id.js
[edit]
[-] metrics-launch.js
[edit]
[-] unix-format-path.js
[edit]
[-] depr-check.js
[edit]
[-] no-progress-while-running.js
[edit]
[-] warn-deprecated.js
[edit]
[-] link.js
[edit]
[-] move.js
[edit]
[-] is-windows.js
[edit]
[-] spawn.js
[edit]
[-] child-path.js
[edit]
[-] unsupported.js
[edit]
[-] metrics.js
[edit]
[-] cache-file.js
[edit]
[-] is-windows-shell.js
[edit]
[-] funding.js
[edit]
[+]
completion
[-] did-you-mean.js
[edit]
[-] lifecycle-cmd.js
[edit]
[-] gunzip-maybe.js
[edit]
[-] error-message.js
[edit]
[-] locker.js
[edit]
[-] parse-json.js
[edit]
[-] perf.js
[edit]
[-] escape-exec-path.js
[edit]
[-] module-name.js
[edit]
[-] is-windows-bash.js
[edit]
[-] deep-sort-object.js
[edit]