feat: initial commit

This commit is contained in:
Jonas Juselius
2022-07-04 10:47:36 +02:00
commit d6fde78f8d
1058 changed files with 462301 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"name": "safename",
"main": "safename.js",
"version": "0.0.4",
"authors": [
"Jacobo Tabernero <jacobo@xarope.eu>"
],
"description": "Get safe file name from a given string.",
"moduleType": [
"globals",
"node"
],
"keywords": [
"safename",
"filename",
"diacritics"
],
"license": "MIT",
"homepage": "https://github.com/jacoborus/safename",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}