textamer
Version:
A collection of utils to work with text
45 lines (44 loc) • 916 B
JSON
{
"name": "textamer",
"version": "1.1.1",
"description": "A collection of utils to work with text",
"main": "index.js",
"dependencies": {
"lodash.capitalize": "4.2.1"
},
"devDependencies": {
"jest": "^26.6.3",
"semistandard": "^16.0.0"
},
"scripts": {
"test": "jest",
"format": "semistandard --env=jest --fix"
},
"keywords": [
"regex",
"regexp",
"textamer",
"collection",
"collections",
"regular",
"expression",
"regular-expression",
"string",
"string-search",
"string-process",
"search",
"process",
"processing",
"duplication"
],
"repository": {
"type": "git",
"url": "git+https://github.com/huyennbl/textamer.git"
},
"author": "huyennbl",
"license": "ISC",
"bugs": {
"url": "https://github.com/huyennbl/textamer/issues"
},
"homepage": "https://github.com/huyennbl/textamer#readme"
}