{"_id":"gzip-all","_rev":"3-2761456dfc2622d82a71b7dc5c235270","name":"gzip-all","description":"Create .gz files for all files in a folder","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"gzip-all","version":"1.0.0","description":"Create .gz files for all files in a folder","main":"index.js","bin":{"gzip-all":"./bin.js"},"scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git+https://github.com/TehShrike/gzip-all.git"},"keywords":["gzip","file"],"author":{"name":"TehShrike"},"license":"WTFPL","bugs":{"url":"https://github.com/TehShrike/gzip-all/issues"},"homepage":"https://github.com/TehShrike/gzip-all#readme","devDependencies":{"hard-rejection":"0.1.0","power-assert":"1.4.2","rimraf":"2.5.4"},"dependencies":{"glob":"7.1.1","p-map":"1.1.0","then-denodeify":"1.0.0"},"gitHead":"442603bea384df47a025ebab0b3eba52e40bc969","_id":"gzip-all@1.0.0","_shasum":"d3587f2d44611963aeedb6af282945df5103c23e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.2.1","_npmUser":{"name":"tehshrike","email":"me@JoshDuff.com"},"maintainers":[{"name":"tehshrike","email":"me@JoshDuff.com"}],"dist":{"shasum":"d3587f2d44611963aeedb6af282945df5103c23e","tarball":"https://registry.npmjs.org/gzip-all/-/gzip-all-1.0.0.tgz","integrity":"sha512-tTsW4WSSjMnx+m4JJsho+Gj05wh0P7Na4880iVSpLYuA2fkTwtKnJ5N3KKJdmWBZvsaJ82sSBLXRHypinT5Tqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFyb85g4Y/VRLbOwWoROhNvF7EbFVbDIxs6HO9dhbafgIgNPdpZ7ajwUkG5YmXYXmgBL8Z/znnWQMjDNqHRaR+k8A="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gzip-all-1.0.0.tgz_1483308610367_0.259929510531947"}}},"readme":"# gzip-all\n\nRecursively generate `.gz` gzipped versions of files recursively for every file in a folder.\n\n## API\n\nA single function that takes two arguments: a [glob](https://www.npmjs.com/package/glob) string, and an optional object to pass in as options to glob.\n\nReturns a promise that resolves to an array of all `.gz` files created.\n\n## Programmatic usage\n\n```js\nconst gzipAll = require('gzip-all')\n\ngzipAll('**/content/*.md').then(newFiles => {\n\tconsole.log('yay, created', newFiles.length, 'compressed files!')\n})\n```\n\n## CLI usage\n\n```sh\ngzip-all \"**/content/*.md\"\n```\n\n## License\n\n[WTFPL](http://wtfpl2.com/)\n","maintainers":[{"name":"tehshrike","email":"me@JoshDuff.com"}],"time":{"modified":"2022-06-18T18:32:32.178Z","created":"2017-01-01T22:10:10.914Z","1.0.0":"2017-01-01T22:10:10.914Z"},"homepage":"https://github.com/TehShrike/gzip-all#readme","keywords":["gzip","file"],"repository":{"type":"git","url":"git+https://github.com/TehShrike/gzip-all.git"},"author":{"name":"TehShrike"},"bugs":{"url":"https://github.com/TehShrike/gzip-all/issues"},"license":"WTFPL","readmeFilename":"readme.md"}