{"_id":"helper-slugify","_rev":"84092","name":"helper-slugify","description":"Slugify a URL, path or heading id using the same format as GitHub heading anchors.","dist-tags":{"latest":"0.2.0"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"hariadi","email":"diperakui@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:26:45.000Z","created":"2013-09-29T05:16:22.501Z","0.2.0":"2016-07-19T05:13:42.478Z","0.1.0":"2013-09-29T05:16:22.501Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/helper-slugify.git"},"versions":{"0.2.0":{"name":"helper-slugify","description":"Slugify a URL, path or heading id using the same format as GitHub heading anchors.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/helper-slugify","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/helper-slugify.git"},"bugs":{"url":"https://github.com/jonschlinkert/helper-slugify/issues"},"license":"MIT","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"keywords":["helper","slugify"],"dependencies":{"strip-color":"^0.1.0"},"devDependencies":{"engine":"^0.1.11","gulp-format-md":"^0.1.9","lodash.template":"^4.2.5","mocha":"^2.5.3"},"verb":{"toc":false,"layout":"common-minimal","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["handlebars-helpers","template-helpers","helper-related","helper-reflinks"]},"reflinks":["generate","generate-helper","verb","verb-generate-readme","engine","lodash"],"lint":{"reflinks":true}},"gitHead":"9aa784ce2ed556de499e7dd795bafc544129eb80","_id":"helper-slugify@0.2.0","_shasum":"ae8ecd22a69fdec31e2480473b5ca8e18c62c2eb","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"hariadi","email":"diperakui@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"ae8ecd22a69fdec31e2480473b5ca8e18c62c2eb","size":4962,"noattachment":false,"key":"/helper-slugify/-/helper-slugify-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/helper-slugify/download/helper-slugify-0.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/helper-slugify-0.2.0.tgz_1468905220662_0.43670661211945117"},"directories":{},"publish_time":1468905222478,"_cnpm_publish_time":1468905222478,"_hasShrinkwrap":false},"0.1.0":{"name":"helper-slugify","version":"0.1.0","description":"Convert strings into URL slugs.","homepage":"https://github.com/helpers/helper-slugify","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"https://github.com/helpers/helper-slugify.git"},"bugs":{"url":"https://github.com/helpers/helper-slugify/issues"},"licenses":[{"type":"MIT","url":"https://github.com/helpers/helper-slugify/blob/master/LICENSE-MIT"}],"main":"slugify.js","devDependencies":{},"keywords":["slugify","helper","mixin","handlebars helper","underscore mixin","filter","template filter","swig filter","lodash","underscore","convenience methods"],"readmeFilename":"README.md","_id":"helper-slugify@0.1.0","dist":{"shasum":"66399045f0ec15f67f3fa089e99e3b3c7f434101","size":1996,"noattachment":false,"key":"/helper-slugify/-/helper-slugify-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/helper-slugify/download/helper-slugify-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"hariadi","email":"diperakui@gmail.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"hariadi","email":"diperakui@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"directories":{},"publish_time":1380431782501,"_cnpm_publish_time":1380431782501,"_hasShrinkwrap":false}},"readme":"# helper-slugify [![NPM version](https://img.shields.io/npm/v/helper-slugify.svg?style=flat)](https://www.npmjs.com/package/helper-slugify) [![NPM downloads](https://img.shields.io/npm/dm/helper-slugify.svg?style=flat)](https://npmjs.org/package/helper-slugify) [![Build Status](https://img.shields.io/travis/jonschlinkert/helper-slugify.svg?style=flat)](https://travis-ci.org/jonschlinkert/helper-slugify)\n\nSlugify a URL, path or heading id using the same format as GitHub heading anchors.\n\n## Usage\n\n```js\nvar slugify = require('helper-slugify');\n```\n\n**Lo-Dash usage**\n\nUsage with [lodash](https://lodash.com/):\n\n```js\nvar template = require('lodash.template');\nvar options = {imports: {slugify: require('helper-slugify')}};\n\nvar str = template('<%= slugify(\"foo bar baz\") %>', options)();\nconsole.log(str);\n//=> 'foo-bar-baz'\n```\n\n**Engine usage**\n\nUsage with [engine](https://github.com/jonschlinkert/engine):\n\n```js\nvar Engine = require('engine');\nvar engine = new Engine();\n\nengine.helper('slugify', require('helper-slugify'));\n\nengine.render('<%= slugify(\"foo bar baz\") %>');\nconsole.log(str);\n//=> 'foo-bar-baz'\n```\n\n## About\n\n### Related projects\n\n* [handlebars-helpers](https://www.npmjs.com/package/handlebars-helpers): More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate… [more](https://github.com/assemble/handlebars-helpers) | [homepage](https://github.com/assemble/handlebars-helpers \"More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.\")\n* [helper-reflinks](https://www.npmjs.com/package/helper-reflinks): Async template helper for generating a list of markdown reference links. | [homepage](https://github.com/helpers/helper-reflinks \"Async template helper for generating a list of markdown reference links.\")\n* [helper-related](https://www.npmjs.com/package/helper-related): Template helper for generating a list of links to the homepages of related GitHub/npm projects. | [homepage](https://github.com/helpers/helper-related \"Template helper for generating a list of links to the homepages of related GitHub/npm projects.\")\n* [template-helpers](https://www.npmjs.com/package/template-helpers): Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or… [more](https://github.com/jonschlinkert/template-helpers) | [homepage](https://github.com/jonschlinkert/template-helpers \"Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or any engine that supports helper functions.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\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\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/helper-slugify/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 19, 2016._","_attachments":{},"homepage":"https://github.com/jonschlinkert/helper-slugify","bugs":{"url":"https://github.com/jonschlinkert/helper-slugify/issues"},"license":"MIT"}