47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "locale-includes",
|
||
|
"version": "1.0.5",
|
||
|
"description": "String.prototype.includes() but using localeCompare.",
|
||
|
"main": "lib/index.js",
|
||
|
"directories": {
|
||
|
"lib": "lib"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "babel src -d lib",
|
||
|
"build:watch": "babel src -d lib -w",
|
||
|
"prepublishOnly": "npm run build"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/idmadj/locale-includes.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/idmadj/locale-includes/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/idmadj/locale-includes#readme",
|
||
|
"keywords": [
|
||
|
"localeincludes",
|
||
|
"locale",
|
||
|
"includes",
|
||
|
"contains",
|
||
|
"string",
|
||
|
"localecompare",
|
||
|
"search",
|
||
|
"filter",
|
||
|
"match",
|
||
|
"diacritics",
|
||
|
"accents",
|
||
|
"case",
|
||
|
"insensitive",
|
||
|
"i18n",
|
||
|
"esm",
|
||
|
"module"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.20.7",
|
||
|
"@babel/core": "^7.20.12",
|
||
|
"@babel/preset-env": "^7.20.2"
|
||
|
}
|
||
|
}
|