casefold
Version:
A string utility package for caseless comparison of strings
41 lines (40 loc) • 964 B
JSON
{
"name": "casefold",
"version": "1.2.10",
"description": "A string utility package for caseless comparison of strings",
"main": "bin/index.js",
"scripts": {
"build": "npm ci && tsc --pretty",
"test": "npm run build && mocha ./bin/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoBrad/casefold.git"
},
"keywords": [
"string",
"transform",
"caseless",
"casefold"
],
"author": "Joseph T. Bradley",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoBrad/casefold/issues"
},
"homepage": "https://github.com/JoBrad/casefold#readme",
"types": "./types/index.d.ts",
"dependencies": {
"debug": "^4.1.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.123",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"chai": "^4.3.6",
"mocha": "^9.2.1",
"typescript": "^4.2.3"
}
}