{"_id":"to-gfm-code-block","_rev":"83946","name":"to-gfm-code-block","description":"Generate a github-flavored-markdown fenced-code-block snippet.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:26:42.000Z","created":"2015-03-11T04:05:18.208Z","0.1.1":"2015-05-14T07:32:05.707Z","0.1.0":"2015-03-11T04:05:18.208Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/to-gfm-code-block.git"},"versions":{"0.1.1":{"name":"to-gfm-code-block","description":"Generate a github-flavored-markdown fenced-code-block snippet.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/to-gfm-code-block","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/to-gfm-code-block.git"},"bugs":{"url":"https://github.com/jonschlinkert/to-gfm-code-block/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/to-gfm-code-block/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["block","code","fence","fences","formatted","gfm","markdown","md","pre","pre-formatted","text"],"gitHead":"52089279cf56ced49b7318684094e01954ac4fc6","_id":"to-gfm-code-block@0.1.1","_shasum":"25d045a5fae553189e9637b590900da732d8aa82","_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":"25d045a5fae553189e9637b590900da732d8aa82","size":2018,"noattachment":false,"key":"/to-gfm-code-block/-/to-gfm-code-block-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/to-gfm-code-block/download/to-gfm-code-block-0.1.1.tgz"},"directories":{},"publish_time":1431588725707,"_cnpm_publish_time":1431588725707,"_hasShrinkwrap":false},"0.1.0":{"name":"to-gfm-code-block","description":"Generate a github-flavored-markdown fenced code block snippet.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/to-gfm-code-block","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/to-gfm-code-block.git"},"bugs":{"url":"https://github.com/jonschlinkert/to-gfm-code-block/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/to-gfm-code-block/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["block","code","fence","fences","formatted","gfm","markdown","md","pre","pre-formatted","text"],"_id":"to-gfm-code-block@0.1.0","_shasum":"26b08974830d43c3c41c954bdee4701cdea82940","_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":"26b08974830d43c3c41c954bdee4701cdea82940","size":1983,"noattachment":false,"key":"/to-gfm-code-block/-/to-gfm-code-block-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/to-gfm-code-block/download/to-gfm-code-block-0.1.0.tgz"},"directories":{},"publish_time":1426046718208,"_cnpm_publish_time":1426046718208,"_hasShrinkwrap":false}},"readme":"# to-gfm-code-block [![NPM version](https://badge.fury.io/js/to-gfm-code-block.svg)](http://badge.fury.io/js/to-gfm-code-block)  [![Build Status](https://travis-ci.org/jonschlinkert/to-gfm-code-block.svg)](https://travis-ci.org/jonschlinkert/to-gfm-code-block)\n\n> Generate a github-flavored-markdown fenced-code-block snippet.\n\nInstall with [npm](https://www.npmjs.com/)\n\n```bash\nnpm i to-gfm-code-block --save\n```\n\n## Usage\n\n```js\nvar mdpre = require('to-gfm-code-block');\nmdpre('var foo = bar;', 'js');\n```\n\nResults in:\n\n<pre>\n\n```js\nvar foo = bar;\n```\n\n</pre>\n\n## Related projects\n\n* [markdown-utils](https://github.com/jonschlinkert/markdown-utils): Micro-utils for creating markdown snippets.\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/to-gfm-code-block/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\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 14, 2015._\n\n<!-- deps:mocha -->","_attachments":{},"homepage":"https://github.com/jonschlinkert/to-gfm-code-block","bugs":{"url":"https://github.com/jonschlinkert/to-gfm-code-block/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/to-gfm-code-block/blob/master/LICENSE"}}