Init
This commit is contained in:
28
node_modules/diacritics/package.json
generated
vendored
Normal file
28
node_modules/diacritics/package.json
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user