UNPKG

everyutil

Version:

A comprehensive library of lightweight, reusable utility functions for JavaScript and TypeScript, designed to streamline common programming tasks such as string manipulation, array processing, date handling, and more.

101 lines 2.29 kB
{ "name": "everyutil", "version": "2.0.3", "description": "A comprehensive library of lightweight, reusable utility functions for JavaScript and TypeScript, designed to streamline common programming tasks such as string manipulation, array processing, date handling, and more.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "echo \"No tests specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/dailker/everyutil-js.git" }, "author": "Ilker Ozturk (GitHub.com/dailker)", "license": "MIT", "bugs": { "url": "https://github.com/dailker/everyutil-js/issues" }, "homepage": "https://github.com/dailker/everyutil-js#readme", "dependencies": { "typescript": "^4.0.0" }, "keywords": [ "utility", "functions", "everyday", "programming", "lodash", "toolkit", "array", "number", "string", "unicode", "text", "words", "math", "statistical", "entropy", "random", "normalize", "natural language", "nlp", "similarity", "levenshtein", "slugify", "slug", "palindrome", "tokenize", "tokenizer", "detokenize", "word chunking", "ascii", "ascii art", "sparkline", "histogram", "number theory", "digital root", "prime factor", "factors", "kaprekar", "collatz", "modulo", "wrap", "clamp", "snap to", "weighted random", "gaussian", "cumulative sum", "delta", "rolling average", "moving average", "standard deviation", "interquartile range", "median", "outlier detection", "array clustering", "vectorize", "semantic analysis", "language detection", "unicode blocks", "unicode scripts", "regex utils", "emoji", "emoji detection", "text classification", "pattern detection", "fuzzy match", "text formatting", "creative coding", "text effects", "case alternation", "random case", "wave text", "obscure email" ], "devDependencies": { "@types/node": "^14.0.0" } }