{"_id":"extract-range","_rev":"101692","name":"extract-range","description":"Extract a string in the given range (e.g. from line X to line Y).","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:35:32.000Z","created":"2014-08-09T07:03:03.780Z","0.1.0":"2014-08-09T07:03:03.780Z"},"users":{"j_junyent":true},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extract-range.git"},"versions":{"0.1.0":{"name":"extract-range","description":"Extract a string in the given range (e.g. from line X to line Y).","version":"0.1.0","homepage":"https://github.com/jonschlinkert/extract-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extract-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/extract-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/extract-range/blob/master/LICENSE-MIT"}],"keywords":["range","extract","text","match","find","regex","re","regular expression"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4","verb":">= 0.2.6","verb-tag-jscomments":">= 0.1.4"},"_id":"extract-range@0.1.0","_shasum":"1d1f3c6d20ed20271dec1dbdcf6fe3483c88cca6","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"1d1f3c6d20ed20271dec1dbdcf6fe3483c88cca6","size":2723,"noattachment":false,"key":"/extract-range/-/extract-range-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/extract-range/download/extract-range-0.1.0.tgz"},"directories":{},"publish_time":1407567783780,"_cnpm_publish_time":1407567783780,"_hasShrinkwrap":false}},"readme":"# extract-range [![NPM version](https://badge.fury.io/js/extract-range.png)](http://badge.fury.io/js/extract-range)\n\n> Extract a string in the given range (e.g. from line X to line Y).\n\n## Install\n#### Install with [npm](npmjs.org):\n\n```bash\nnpm i extract-range --save-dev\n```\n\n## Usage\n\n```js\nvar range = require('extract-range');\n```\n\n## Example\n\n```js\nvar readme = fs.readFileSync('README.md', 'utf8');\nvar range = extract(readme, 1);\nvar re = /#\\s([^\\s]+)/;\n\nconsole.log(range.match(re)[1]);\n//=> 'extract-range'\n```\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\nCopyright (c) 2014 Jon Schlinkert, contributors.  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 09, 2014._","_attachments":{},"homepage":"https://github.com/jonschlinkert/extract-range","bugs":{"url":"https://github.com/jonschlinkert/extract-range/issues"}}