{"_id":"gulp-touch-fd","_rev":"4-1fb5315804bca6902faeca668827c082","name":"gulp-touch-fd","description":"Sets file modification times for files copied by gulp","dist-tags":{"latest":"2.0.0"},"versions":{"2.0.0":{"name":"gulp-touch-fd","version":"2.0.0","description":"Sets file modification times for files copied by gulp","main":"index.js","dependencies":{"map-stream":"0.0.7"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/funkedigital/gulp-touch-fd.git"},"keywords":["gulp"],"author":{"name":"Per Engstrom","email":"per.engstrom@smhi.se","url":"http://smhi.se"},"contributors":[{"name":"Gregor Sondermeier","email":"gregor.sondermeier.github@googlemail.com","url":"https://github.com/GregorSondermeier/"}],"license":"ISC","gitHead":"37db9cfb962f8d05601e5224d10673db76de3a7f","bugs":{"url":"https://github.com/funkedigital/gulp-touch-fd/issues"},"homepage":"https://github.com/funkedigital/gulp-touch-fd#readme","_id":"gulp-touch-fd@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"6.12.3","_npmUser":{"name":"gregorsondermeier","email":"gregor.sondermeier.github@gmail.com"},"dist":{"integrity":"sha512-rXhmJaWGylYoVJJ7tL2enb4jJBfzSU5rLnuaTj9TUaYf1HwRYmLlSJRPUvFB/8rH5YzxdZ2K0sSWB56bZt3jfA==","shasum":"f055567f973463d6968144c3ceb31e659465aeda","tarball":"https://registry.npmjs.org/gulp-touch-fd/-/gulp-touch-fd-2.0.0.tgz","npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2s34CRA9TVsSAnZWagAAvAgP/i/aJcBYrpT4U/MHdoKC\najQ3lyMTosW4gtU6K4YornBDTteEXYNG3IOTjkGTQwuuOOmbW86l3nHquItX\nreAX5bNWQhHYAR54dhREcAKkGt8rkR7dWipyilggwb5rjACqD9SnrQuBcpSC\nvyDP0hJ9G0t+cMB0kvVcZI/Sj9l1PLY2EhNcRlX/FzCvKQ8aUbh/GuPB06F6\nBJTyQvk8g1vAf7fJlI1BwuUemW4XSz97YajHObhSsm02foLsUww/Jw6mdwpY\n6rIdL5knHLmUaPI29FZMR5uHwb56xEVvJFA4TYyUNBlFQvf4qaNZXs3lfC8p\ntaMpLmJOjHiFSRt6j946WI06S5QFPJuBqSmwoTp0k+nAK4VG3wEnpCClAL9n\nxiTYsm9fNrsNgts9IdxnhBJIU2yhd1s4a2akPMdQo6Ah8MdgKMlYcQN8nE50\nChB/CsoxQ57Fdh9zN84CbXsex6dnS1rfPk3wxo8QT4Lebn3JfCYa9qPQVIiB\n2gTRxWIcfAtoqj26O4VkFSHZ0Q16rtXOihiD0pcWJG7Ujx2oEsQtwVY1qngy\nvgVOtrPaGVF2xE/2WoPOnzeTUl7NtPrLeNKrtYVEadu2FYlFr4cP47NQI2nC\n8pIxFWD4N9JSo7iwrs1SOC7UYEfZjL9xw8V1HnSWWXB/oTynCCebby6wH6RJ\nCD33\r\n=dqOo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9cRfqTvs8glyCumLQyqDx39H6duwAYdRV79MNnymrNAiEAkEInAfscC3Pr2ag0NK9YQV9sHp73skHdffOuIvIOqpk="}]},"maintainers":[{"name":"gregorsondermeier","email":"gregor.sondermeier.github@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulp-touch-fd-2.0.0.tgz_1516783229945_0.9577761190012097"},"directories":{}}},"readme":"# gulp-touch-fd\n\nSet the file modification and accessed time of a file copied using gulp to \"now\"\n\n## Fork\n\nThis is a fork of [git.smhi.se/a001867/gulp-touch](https://git.smhi.se/a001867/gulp-touch). It corrects an error with the callback and is made compatible for Node.js v8.x.\n\n## Install with [npm](https://npmjs.org/)\n\n```\nnpm install --save-dev gulp-touch-fd@funkedigital/gulp-touch-fd\n```\n\n## Install with [Yarn](https://yarnpkg.com/)\n\n```\nyarn add gulp-touch-fd@funkedigital/gulp-touch-fd -D\n```\n\n## Example\n\n```js\nvar gulp = require('gulp');\nvar touch = require('gulp-touch-fd');\n\ngulp.task('default', function() {\n    gulp.src('./src/**/*')\n        .pipe(gulp.dest('./dest'))\n        .pipe(touch());\n});\n```","maintainers":[{"name":"funkedigital","email":"technical-accounts@funkedigital.de"},{"name":"gregorsondermeier","email":"gregor.sondermeier.github@gmail.com"}],"time":{"modified":"2022-05-04T12:55:05.422Z","created":"2018-01-24T08:40:30.851Z","2.0.0":"2018-01-24T08:40:30.851Z"},"homepage":"https://github.com/funkedigital/gulp-touch-fd#readme","keywords":["gulp"],"repository":{"type":"git","url":"git+https://github.com/funkedigital/gulp-touch-fd.git"},"contributors":[{"name":"Gregor Sondermeier","email":"gregor.sondermeier.github@googlemail.com","url":"https://github.com/GregorSondermeier/"}],"author":{"name":"Per Engstrom","email":"per.engstrom@smhi.se","url":"http://smhi.se"},"bugs":{"url":"https://github.com/funkedigital/gulp-touch-fd/issues"},"license":"ISC","readmeFilename":"README.md","users":{"brofox":true}}