{"_id":"archiver-tar","_rev":"97836","name":"archiver-tar","description":"a tar plugin for archiver","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"ctalkington","email":"chris@talkingtontech.com"}],"time":{"modified":"2021-06-03T10:32:54.000Z","created":"2015-04-20T09:04:54.323Z","0.1.0":"2015-05-30T13:29:54.978Z","0.0.1":"2015-04-20T09:04:54.323Z"},"users":{},"author":{"name":"Chris Talkington","url":"http://christalkington.com/"},"repository":{"type":"git","url":"git+https://github.com/archiverjs/archiver-tar.git"},"versions":{"0.1.0":{"name":"archiver-tar","version":"0.1.0","description":"a tar plugin for archiver","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/archiverjs/archiver-tar.git"},"author":{"name":"Chris Talkington","url":"http://christalkington.com/"},"license":"MIT","bugs":{"url":"https://github.com/archiverjs/archiver-tar/issues"},"homepage":"https://github.com/archiverjs/archiver-tar#readme","keywords":["archiver","archiverplugin","tar"],"files":["index.js","lib"],"engines":{"node":">= 0.10.0"},"dependencies":{"tar-stream":"~1.1.0","through2":"~0.6.1"},"devDependencies":{"tar":"~1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"gitHead":"728644237796c8db5e1ae81db6eeee175f3aaf1c","_id":"archiver-tar@0.1.0","_shasum":"7a62adcbcdfa3b2b987845ee7bf853de5e686bdf","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"ctalkington","email":"chris@christalkington.com"},"maintainers":[{"name":"ctalkington","email":"chris@talkingtontech.com"}],"dist":{"shasum":"7a62adcbcdfa3b2b987845ee7bf853de5e686bdf","size":1722,"noattachment":false,"key":"/archiver-tar/-/archiver-tar-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/archiver-tar/download/archiver-tar-0.1.0.tgz"},"directories":{},"publish_time":1432992594978,"_cnpm_publish_time":1432992594978,"_hasShrinkwrap":false},"0.0.1":{"name":"archiver-tar","version":"0.0.1","description":"a tar plugin for archiver","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://ctalkington@github.com/archiverjs/archiver-tar.git"},"author":{"name":"Chris Talkington","url":"http://christalkington.com/"},"license":"MIT","bugs":{"url":"https://github.com/archiverjs/archiver-tar/issues"},"homepage":"https://github.com/archiverjs/archiver-tar#readme","keywords":["archiver","archiverplugin","tar"],"files":["lib","LICENSE"],"engines":{"node":">= 0.10.0"},"dependencies":{"tar-stream":"~1.1.0","through2":"~0.6.1"},"devDependencies":{"tar":"~1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"gitHead":"42ae93d1fee032202d2431ba149e19a21cdc4f97","_id":"archiver-tar@0.0.1","_shasum":"4f50f14204fad592322f27c06b24389b69271d1c","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"ctalkington","email":"chris@christalkington.com"},"maintainers":[{"name":"ctalkington","email":"chris@talkingtontech.com"}],"dist":{"shasum":"4f50f14204fad592322f27c06b24389b69271d1c","size":1543,"noattachment":false,"key":"/archiver-tar/-/archiver-tar-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/archiver-tar/download/archiver-tar-0.0.1.tgz"},"directories":{},"publish_time":1429520694323,"_cnpm_publish_time":1429520694323,"_hasShrinkwrap":false}},"readme":"# archiver-tar v0.1.0 [![Build Status](https://travis-ci.org/archiverjs/archiver-tar.svg?branch=master)](https://travis-ci.org/archiverjs/archiver-tar)\r\n\r\n> tar [archiver](https://github.com/archiverjs/node-archiver) plugin\r\n\r\n## Install\r\n\r\n```bash\r\n$ npm install --save archiver-tar\r\n```\r\n\r\n## Usage\r\n\r\n```js\r\nvar Archiver = require('archiver');\r\nvar ArchiverTar = require('archiver-tar');\r\n\r\nnew Archiver()\r\n  .src('files/*.html')\r\n  .dest('dest/archive.zip')\r\n  .use(ArchiverTar())\r\n  .run();\r\n```\r\n\r\n## API\r\n\r\n### ArchiverTar(options)\r\n\r\n#### TBA\r\n\r\n## Things of Interest\r\n- [Changelog](https://github.com/archiverjs/archiver-tar/releases)\r\n- [Contributing](https://github.com/archiverjs/archiver-tar/blob/master/CONTRIBUTING.md)\r\n- [MIT License](https://github.com/archiverjs/archiver-tar/blob/master/LICENSE)","_attachments":{},"homepage":"https://github.com/archiverjs/archiver-tar#readme","bugs":{"url":"https://github.com/archiverjs/archiver-tar/issues"},"license":"MIT"}