{"_id":"staged-files","_rev":"88940","name":"staged-files","description":"Run a command on staged files matching a pattern","dist-tags":{"latest":"0.1.2"},"maintainers":[{"name":"jpommerening","email":"jonas.pommerening@gmail.com"}],"time":{"modified":"2021-06-03T10:28:56.000Z","created":"2015-11-24T12:32:54.734Z","0.1.2":"2015-11-24T12:44:21.261Z","0.1.1":"2015-11-24T12:38:31.993Z","0.1.0":"2015-11-24T12:32:54.734Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/jpommerening/staged-files.git"},"versions":{"0.1.2":{"name":"staged-files","description":"Run a command on staged files matching a pattern","version":"0.1.2","repository":{"type":"git","url":"git+https://github.com/jpommerening/staged-files.git"},"license":"MIT","main":"index.js","bin":{"staged-files":"./bin/staged-files"},"scripts":{},"keywords":["git","staged","files","hooks"],"dependencies":{"object-assign":"^4.0.1","through2":"^2.0.0","minimatch":"^3.0.0","vinyl":"^1.1.0"},"gitHead":"2d62b588c000d148dbf8d004aa3562a24ee2f76b","bugs":{"url":"https://github.com/jpommerening/staged-files/issues"},"homepage":"https://github.com/jpommerening/staged-files#readme","_id":"staged-files@0.1.2","_shasum":"afa4dbf72d96deaed41de0601ba3245b286ca2e1","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"jpommerening","email":"jonas.pommerening@gmail.com"},"dist":{"shasum":"afa4dbf72d96deaed41de0601ba3245b286ca2e1","size":1709,"noattachment":false,"key":"/staged-files/-/staged-files-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/staged-files/download/staged-files-0.1.2.tgz"},"maintainers":[{"name":"jpommerening","email":"jonas.pommerening@gmail.com"}],"directories":{},"publish_time":1448369061261,"_cnpm_publish_time":1448369061261,"_hasShrinkwrap":false},"0.1.1":{"name":"staged-files","description":"Run a command on staged files matching a pattern","version":"0.1.1","repository":{"type":"git","url":"git+https://github.com/jpommerening/staged-files.git"},"license":"MIT","main":"index.js","bin":{"staged-files":"./bin/staged-files"},"scripts":{},"keywords":["git","staged","files","hooks"],"dependencies":{"object-assign":"^4.0.1","through2":"^2.0.0","minimatch":"^3.0.0","vinyl":"^1.1.0"},"gitHead":"e4ab436ddca22c38307e36025bbc53183b8812cb","bugs":{"url":"https://github.com/jpommerening/staged-files/issues"},"homepage":"https://github.com/jpommerening/staged-files#readme","_id":"staged-files@0.1.1","_shasum":"998e7b9cccb8564bcea0e8a4b0c35b77c4f27870","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"jpommerening","email":"jonas.pommerening@gmail.com"},"dist":{"shasum":"998e7b9cccb8564bcea0e8a4b0c35b77c4f27870","size":1713,"noattachment":false,"key":"/staged-files/-/staged-files-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/staged-files/download/staged-files-0.1.1.tgz"},"maintainers":[{"name":"jpommerening","email":"jonas.pommerening@gmail.com"}],"directories":{},"publish_time":1448368711993,"_cnpm_publish_time":1448368711993,"_hasShrinkwrap":false},"0.1.0":{"name":"staged-files","description":"Run a command on staged files matching a pattern","version":"0.1.0","repository":{"type":"git","url":"git+https://github.com/jpommerening/staged-files.git"},"license":"MIT","main":"index.js","bin":{"staged-files":"./bin/staged-files"},"scripts":{},"keywords":["git","staged","files","hooks"],"dependencies":{"object-assign":"^4.0.1","through2":"^2.0.0","minimatch":"^3.0.0","vinyl":"^1.1.0"},"gitHead":"17487d2b6ec8175614c00c03c9836b3a0d3f7e93","bugs":{"url":"https://github.com/jpommerening/staged-files/issues"},"homepage":"https://github.com/jpommerening/staged-files#readme","_id":"staged-files@0.1.0","_shasum":"23e23f86a828bc90edfaf15d4a7933b824b7360e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"jpommerening","email":"jonas.pommerening@gmail.com"},"dist":{"shasum":"23e23f86a828bc90edfaf15d4a7933b824b7360e","size":1684,"noattachment":false,"key":"/staged-files/-/staged-files-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/staged-files/download/staged-files-0.1.0.tgz"},"maintainers":[{"name":"jpommerening","email":"jonas.pommerening@gmail.com"}],"directories":{},"publish_time":1448368374734,"_cnpm_publish_time":1448368374734,"_hasShrinkwrap":false}},"readme":"# staged-files\n\n> Get staged files for use in [git hooks](https://github.com/gtramontina/ghooks) or some task runner.\n\n## API\n\nFrom the command line (mostly useful for systems without `xargs`).\n\n```console\nstaged-files 'optional-pattern/**' -- optional_command\n```\n\n[Vinyl](https://github.com/gulpjs/vinyl-fs) compatible stream.\n\n```js\nvar stagedFiles = require('staged-files');\n\nstagedFiles().pipe(/*...*/);\n```\n","_attachments":{},"homepage":"https://github.com/jpommerening/staged-files#readme","bugs":{"url":"https://github.com/jpommerening/staged-files/issues"},"license":"MIT"}