1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/fork-uslug/package.json

35 lines
760 B
JSON
Raw Normal View History

{
"name": "@joplin/fork-uslug",
2023-11-12 17:38:06 +02:00
"version": "1.0.14",
"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"
},
"devDependencies": {
2022-11-05 16:47:55 +02:00
"should": "13.2.3"
},
"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"
}