Files
coopgo/node_modules/diacritics/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

29 lines
545 B
JSON

{
"name": "diacritics",
"version": "1.3.0",
"description": "remove diacritics from strings",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewrk/node-diacritics.git"
},
"keywords": [
"diacritics",
"remove",
"removal",
"search",
"string"
],
"author": "Andrew Kelley",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewrk/node-diacritics/issues"
},
"directories": {
"test": "test"
}
}