{"_id":"to-gfm-code-block","_rev":"5-874600d41d37239ec8995fcbbcef4024","name":"to-gfm-code-block","description":"Generate a github-flavored-markdown fenced-code-block snippet.","dist-tags":{"latest":"0.1.1"},"versions":{"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","tarball":"https://registry.npmjs.org/to-gfm-code-block/-/to-gfm-code-block-0.1.0.tgz","integrity":"sha512-snxtWIgmW5DibD17sm+sdbYFa8gvVsFE82Zd188LJVMo+nlRrLTFki5J1U9f5msEAhTcw0ejHrDNlbglVsJLGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhceRHZhXF4WybppME+FkxqFVEZd+t2zOEYiSognTX8AiEAmDTmbNHdudIBrp4nl7fcs2ikUF6yJr/zZJ8cgFex3Ys="}]}},"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","tarball":"https://registry.npmjs.org/to-gfm-code-block/-/to-gfm-code-block-0.1.1.tgz","integrity":"sha512-LQRZWyn8d5amUKnfR9A9Uu7x9ss7Re8peuWR2gkh1E+ildOfv2aF26JpuDg8JtvCduu5+hOrMIH+XstZtnagqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDb6spN+pCIA5NKoo7CFwwXkasHgLsQDJzrjQGaZd3GgIhAMaD79oqMeITJTJxMANH9X66GqZPXuR/Gw37xRTwfiQy"}]}}},"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 -->","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2022-06-27T07:23:23.296Z","created":"2015-03-11T04:05:18.208Z","0.1.0":"2015-03-11T04:05:18.208Z","0.1.1":"2015-05-14T07:32:05.707Z"},"homepage":"https://github.com/jonschlinkert/to-gfm-code-block","keywords":["block","code","fence","fences","formatted","gfm","markdown","md","pre","pre-formatted","text"],"repository":{"type":"git","url":"git://github.com/jonschlinkert/to-gfm-code-block.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"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"},"readmeFilename":"README.md"}