{"_id":"glob-toc","_rev":"106736","name":"glob-toc","description":"Create a table of contents from a glob of files.","dist-tags":{"latest":"0.1.2"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:38:44.000Z","created":"2015-05-10T14:33:10.440Z","0.1.2":"2015-05-10T14:43:42.615Z","0.1.1":"2015-05-10T14:37:56.489Z","0.1.0":"2015-05-10T14:33:10.440Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-toc.git"},"versions":{"0.1.2":{"name":"glob-toc","description":"Create a table of contents from a glob of files.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/glob-toc","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-toc.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-toc/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-toc/blob/master/LICENSE"},"files":["index.js","natural-sort.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"globby":"^2.0.0","markdown-utils":"^0.6.1","pad-left":"^1.0.2"},"devDependencies":{"mocha":"*","should":"*"},"gitHead":"8c1f05b5c08160180e8c5164398efdc1ef4d39bf","_id":"glob-toc@0.1.2","_shasum":"4e299fdd876121f51516a96425c7eb6c1850b746","_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":"4e299fdd876121f51516a96425c7eb6c1850b746","size":3732,"noattachment":false,"key":"/glob-toc/-/glob-toc-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/glob-toc/download/glob-toc-0.1.2.tgz"},"directories":{},"publish_time":1431269022615,"_cnpm_publish_time":1431269022615,"_hasShrinkwrap":false},"0.1.1":{"name":"glob-toc","description":"Create a table of contents from a glob of files.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/glob-toc","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-toc.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-toc/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-toc/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"globby":"^2.0.0","markdown-utils":"^0.6.1","pad-left":"^1.0.2"},"devDependencies":{"mocha":"*","should":"*"},"_id":"glob-toc@0.1.1","_shasum":"1903914fcb62f54dcaf7742f01c2ccb33aa8bafc","_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":"1903914fcb62f54dcaf7742f01c2ccb33aa8bafc","size":2569,"noattachment":false,"key":"/glob-toc/-/glob-toc-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/glob-toc/download/glob-toc-0.1.1.tgz"},"directories":{},"publish_time":1431268676489,"_cnpm_publish_time":1431268676489,"_hasShrinkwrap":false},"0.1.0":{"name":"glob-toc","description":"Create a table of contents from a glob of files.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/glob-toc","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-toc.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-toc/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-toc/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"globby":"^1.2.0","markdown-utils":"^0.5.0","natural-sort":"^0.1.0","pad-left":"^1.0.1"},"devDependencies":{"mocha":"*","should":"*"},"_id":"glob-toc@0.1.0","_shasum":"aa908ad4b8052f527fe9dafc4dece0a9c404d575","_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":"aa908ad4b8052f527fe9dafc4dece0a9c404d575","size":2333,"noattachment":false,"key":"/glob-toc/-/glob-toc-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/glob-toc/download/glob-toc-0.1.0.tgz"},"directories":{},"publish_time":1431268390440,"_cnpm_publish_time":1431268390440,"_hasShrinkwrap":false}},"readme":"# glob-toc [![NPM version](https://badge.fury.io/js/glob-toc.svg)](http://badge.fury.io/js/glob-toc)  [![Build Status](https://travis-ci.org/jonschlinkert/glob-toc.svg)](https://travis-ci.org/jonschlinkert/glob-toc)\n\n> Create a table of contents from a glob of files.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```bash\nnpm i glob-toc --save\n```\n\n## Usage\n\n```js\nvar toc = require('glob-toc');\ntoc('*.md');\n```\n\nResults in a table of contents like:\n\n```markdown\n* [one.md](./one.md)\n* [two.md](./two.md)\n* [three.md](./one.md)\n```\n\n## Related projects\n\n* [helper-toc](https://github.com/jonschlinkert/helper-toc): Template helper for generating a table of contents using content from the file in which… [more](https://github.com/jonschlinkert/helper-toc)\n* [markdown-toc](https://github.com/jonschlinkert/markdown-toc): Generate a markdown TOC (table of contents) with Remarkable.\n* [pretty-remarkable](https://github.com/jonschlinkert/pretty-remarkable): Plugin for prettifying markdown with Remarkable using custom renderer rules.\n* [remarkable](https://github.com/jonschlinkert/remarkable): Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in… [more](https://github.com/jonschlinkert/remarkable)\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/glob-toc/issues/new)\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](https://github.com/jonschlinkert)\nReleased under the [MIT](https://github.com/jonschlinkert/glob-toc/blob/master/LICENSE) license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 10, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/glob-toc","bugs":{"url":"https://github.com/jonschlinkert/glob-toc/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-toc/blob/master/LICENSE"}}