{"maintainers":[{"name":"anonymous","email":"bernd@matznermatzner.de"}],"keywords":["gulp"],"dist-tags":{"latest":"0.0.1"},"author":{"name":"Bernd Matzner","email":"mail@berndmatzner.de"},"description":"Change file access and modification times","readme":"# gulp-touch-cmd\n\nChange file access and modification times of files copied using gulp\n\n## Install\n\nInstall with [npm](https://npmjs.org/package/gulp-touch-cmd)\n\n```\nnpm install --save-dev gulp-touch-cmd\n```\n\n## Example\n\n```js\nvar gulp = require('gulp');\nvar touch = require('gulp-touch-cmd');\n\ngulp.task('default', function() {\n  gulp\n    .src('./src/**/*')\n    .pipe(gulp.dest('./dest'))\n    .pipe(touch());\n});\n```","repository":{"type":"git","url":"git+https://github.com/bmatzner/gulp-touch-cmd.git"},"bugs":{"url":"https://github.com/bmatzner/gulp-touch-cmd/issues"},"license":"MIT","versions":{"0.0.1":{"name":"gulp-touch-cmd","version":"0.0.1","description":"Change file access and modification times","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bmatzner/gulp-touch-cmd.git"},"author":{"name":"Bernd Matzner","email":"mail@berndmatzner.de"},"main":"index.js","dependencies":{"graceful-fs":"^4.1.2","through2":"^2.0.3"},"devDependencies":{"gulp":"~3.5.5","gulp-mocha":"~0.4.1","mocha":"~2.2.1"},"keywords":["gulp"],"scripts":{"test":"mocha test.js"},"gitHead":"df686433b35f2bb364f93f683115afa84a94f16a","bugs":{"url":"https://github.com/bmatzner/gulp-touch-cmd/issues"},"homepage":"https://github.com/bmatzner/gulp-touch-cmd#readme","_id":"gulp-touch-cmd@0.0.1","_shasum":"73aebd040f5cbfbf567a06e3fdb7976ef0fb88cc","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"anonymous","email":"bernd@matznermatzner.de"},"dist":{"shasum":"73aebd040f5cbfbf567a06e3fdb7976ef0fb88cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulp-touch-cmd/-/gulp-touch-cmd-0.0.1.tgz","integrity":"sha512-ycJTsJJCfbliRG3mPZ02uadebCJ6u/PHftg70ejejuJdrLyJVnhLS9HCtM8AxC5xqvvHWaJzpiuOE5Ppt1buvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTO6lVk0arLpyNEuAfwLOb8Mh6gK71qfG3tl1BTQJVbwIhAP1MMjINCP0l9sTaUuz3AWBAQaNd1lmLiXG1dM8GJ8ML"}]},"maintainers":[{"name":"anonymous","email":"bernd@matznermatzner.de"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/gulp-touch-cmd-0.0.1.tgz_1481930277402_0.3622627349104732"}}},"name":"gulp-touch-cmd","time":{"modified":"2022-06-18T18:10:29.912Z","created":"2016-12-16T23:17:58.016Z","0.0.1":"2016-12-16T23:17:58.016Z"},"readmeFilename":"README.md","homepage":"https://github.com/bmatzner/gulp-touch-cmd#readme"}