{"_id":"gulp-dest-paths","_rev":"106751","name":"gulp-dest-paths","description":"Adds destination-related properties to the `file.data.dest` object on vinyl files.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:38:45.000Z","created":"2015-05-04T11:58:39.594Z","0.1.1":"2015-05-04T12:05:44.066Z","0.1.0":"2015-05-04T11:58:39.594Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/gulp-dest-paths.git"},"versions":{"0.1.1":{"name":"gulp-dest-paths","description":"Adds destination-related properties to the `file.data.dest` object on vinyl files.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/gulp-dest-paths","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/gulp-dest-paths.git"},"bugs":{"url":"https://github.com/jonschlinkert/gulp-dest-paths/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/gulp-dest-paths/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"plugin-error":"^0.1.1","through2":"^0.6.5"},"devDependencies":{"mocha":"*","should":"*","vinyl":"^0.4.6"},"keywords":["assemble","basename","dest","dirname","file","filepath","gulp","gulpplugin","path","paths","plugin","template","verb","vinyl"],"gitHead":"48b42d4d3f3c11ea1f2bca142cc3bcc5ed500dac","_id":"gulp-dest-paths@0.1.1","_shasum":"e26ebcb62bf097443ff1c026fc9ebd1396db97c9","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e26ebcb62bf097443ff1c026fc9ebd1396db97c9","size":2637,"noattachment":false,"key":"/gulp-dest-paths/-/gulp-dest-paths-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/gulp-dest-paths/download/gulp-dest-paths-0.1.1.tgz"},"directories":{},"publish_time":1430741144066,"_cnpm_publish_time":1430741144066,"_hasShrinkwrap":false},"0.1.0":{"name":"gulp-dest-paths","description":"Adds destination related properties to the `file.data.dest` object on vinyl files.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/gulp-dest-paths","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/gulp-dest-paths.git"},"bugs":{"url":"https://github.com/jonschlinkert/gulp-dest-paths/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/gulp-dest-paths/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"plugin-error":"^0.1.1","through2":"^0.6.5"},"devDependencies":{"mocha":"*","should":"*","vinyl":"^0.4.6"},"keywords":["assemble","basename","dest","dirname","file","filepath","gulp","gulpplugin","path","paths","plugin","template","verb","vinyl"],"_id":"gulp-dest-paths@0.1.0","_shasum":"0012f31bd435a9ed16c2eb0bf53dd822a35374e3","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"0012f31bd435a9ed16c2eb0bf53dd822a35374e3","size":2664,"noattachment":false,"key":"/gulp-dest-paths/-/gulp-dest-paths-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/gulp-dest-paths/download/gulp-dest-paths-0.1.0.tgz"},"directories":{},"publish_time":1430740719594,"_cnpm_publish_time":1430740719594,"_hasShrinkwrap":false}},"readme":"# gulp-dest-paths [![NPM version](https://badge.fury.io/js/gulp-dest-paths.svg)](http://badge.fury.io/js/gulp-dest-paths)\n\n> Adds destination related properties to the `file.data.dest` object on vinyl files.\n\n**Why `file.data.dest`?**\n\n1. To keep the properties from poluting the root of the file object.\n2. `data` is commonly used for storing custom values.\n3. If you use [assemble], [verb] or [generate], these values are merged onto the context, so they can be used in templates.\n\n## Table of contents\n\n<!-- toc -->\n\n* [Usage](#usage)\n* [Related projects](#related-projects)\n* [Running tests](#running-tests)\n* [Contributing](#contributing)\n* [Author](#author)\n* [License](#license)\n\n_(Table of contents generated by [verb])_\n\n<!-- tocstop -->\n\nInstall with [npm](https://www.npmjs.com/)\n\n```bash\nnpm i gulp-dest-paths --save\n```\n\n## Usage\n\n```js\nvar app = require('gulp-dest-paths');\n```\n\n## Related projects\n\n* [gulp-drafts](https://github.com/jonschlinkert/gulp-drafts): Gulp plugin for removing files flagged as drafts. Can also be used as an assemble… [more](https://github.com/jonschlinkert/gulp-drafts)\n* [gulp-dest](https://github.com/jonschlinkert/gulp-dest): Gulp plugin for easily defining destination paths using path variables.\n* [gulp-extname](https://github.com/jonschlinkert/gulp-extname): gulp plugin to dynamically rewrite dest extensions based on src extensions.\n* [gulp-htmlmin](https://github.com/jonschlinkert/gulp-htmlmin): gulp plugin to minify HTML.\n* [gulp-routes](https://github.com/assemble/gulp-routes): Add middleware to run for specified routes in your gulp pipeline.\n\n## Running tests\n\nInstall dev dependencies:\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/gulp-dest-paths/issues)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright (c) 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 04, 2015._[assemble]: http://assemble.io\n[template]: https://github.com/jonschlinkert/template\n[verb]: https://github.com/assemble/verb\n","_attachments":{},"homepage":"https://github.com/jonschlinkert/gulp-dest-paths","bugs":{"url":"https://github.com/jonschlinkert/gulp-dest-paths/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/gulp-dest-paths/blob/master/LICENSE"}}