slugly
Version:
A minimal and yet powerful slug library.
52 lines • 1.17 kB
JSON
{
"name": "slugly",
"description": "A minimal and yet powerful slug library.",
"keywords": [
"slug",
"it",
"a",
"minimal",
"yet",
"powerful",
"library"
],
"license": "MIT",
"version": "1.0.5",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"homepage": "https://github.com/IonicaBizau/slugly#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/slugly.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/slugly/issues"
},
"dependencies": {
"regex-escape": "^3.4.8"
},
"blah": {
"show_description": false,
"description": "> A minimal and yet powerful library to generate [slugs](https://en.wikipedia.org/wiki/Clean_URL#Slug)—human-readable URL parts."
}
}