2021-12-20 17:08:43 +02:00
|
|
|
{
|
|
|
|
"name": "@joplin/fork-uslug",
|
2023-11-12 17:38:06 +02:00
|
|
|
"version": "1.0.14",
|
2021-12-20 17:08:43 +02:00
|
|
|
"description": "A permissive slug generator that works with unicode.",
|
|
|
|
"author": "Jeremy Selier <jerem.selier@gmail.com>",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"node-emoji": "1.11.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"unorm": "1.6.0"
|
2021-12-20 17:08:43 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-05 16:47:55 +02:00
|
|
|
"should": "13.2.3"
|
2021-12-20 17:08:43 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/jeremys/uslug.git"
|
|
|
|
},
|
|
|
|
"main": "./index",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.4.0"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/jeremys/uslug/issues"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/jeremys/uslug/raw/master/LICENSE"
|
|
|
|
}
|
2023-11-09 22:01:49 +02:00
|
|
|
],
|
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2021-12-20 17:08:43 +02:00
|
|
|
}
|