extra-string
Version:
A collection of common string functions.
164 lines (163 loc) • 3.31 kB
JSON
{
"name": "extra-string",
"version": "2.3.0",
"description": "A collection of common string functions.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": {
"default": "./index.js",
"types": "./index.d.ts"
},
"import": {
"default": "./index.mjs",
"types": "./index.d.ts"
}
},
"scripts": {
"test": "jest",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"string",
"at",
"infix",
"isInfix",
"isPrefix",
"isSuffix",
"left",
"prefix",
"right",
"size",
"suffix",
"CompareFunction",
"MapFunction",
"ReplaceFunction",
"TestFunction",
"DIGITS",
"HEX_DIGITS",
"LETTERS",
"LOWERCASE",
"MAX_CODE_POINT",
"MIN_CODE_POINT",
"OCT_DIGITS",
"PRINTABLE",
"PUNCTUATION",
"UPPERCASE",
"WHITESPACE",
"begin",
"charAt",
"charCodeAt",
"codePointAt",
"codePointRange",
"compare",
"concat",
"countEachMatchingNgram",
"countEachNgram",
"countMatchingNgrams",
"countNgrams",
"countUniqueMatchingNgrams",
"countUniqueNgrams",
"damerauLevenshteinDistance",
"end",
"endsWith",
"euclideanDistance",
"filter",
"from",
"fromCharCode",
"fromCodePoint",
"get",
"getAll",
"hammingDistance",
"includes",
"index",
"indexOf",
"indexRange",
"is",
"isCharacter",
"isEmpty",
"isEqual",
"jaccardDistance",
"jaccardIndex",
"jaroDistance",
"jaroSimilarity",
"jaroWinklerDistance",
"jaroWinklerSimilarity",
"lastIndexOf",
"length",
"levenshteinDistance",
"localeCompare",
"longestCommonInfix",
"longestCommonPrefix",
"longestCommonSuffix",
"longestUncommonInfixes",
"match",
"matchAll",
"matchingNgrams",
"middle",
"ngrams",
"normalize",
"of",
"padEnd",
"padStart",
"repeat",
"replace",
"reverse",
"search",
"set",
"slice",
"sorensenDiceDistance",
"sorensenDiceIndex",
"sort",
"spaces",
"splice",
"split",
"startsWith",
"substring",
"toBaseline",
"toCamelCase",
"toKebabCase",
"toLocaleLowerCase",
"toLocaleUpperCase",
"toLowerCase",
"toPascalCase",
"toSnakeCase",
"toString",
"toSubscript",
"toSuperscript",
"toUpperCase",
"trim",
"trimEnd",
"trimStart",
"tverskyDistance",
"tverskyIndex",
"uniqueMatchingNgrams",
"uniqueNgrams",
"valueOf"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-string.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-string/issues"
},
"homepage": "https://github.com/nodef/extra-string#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/jest": "^29.5.13",
"extra-build": "^2.3.0",
"extra-function": "^1.3.1",
"jest": "^29.7.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5"
}
}