UNPKG

l-string

Version:

this is a module that you can use to manipulate strings ...

54 lines (53 loc) 1 kB
{ "name": "l-string", "version": "2.0.0", "description": "this is a module that you can use to manipulate strings ... ", "main": "./l-string.js", "directories": { "test": "tests" }, "engines": { "node": ">=0.12" }, "bugs": { "url": "https://github.com/leoxnidas/l-string/issues" }, "repository": { "type": "git", "url": "https://github.com/leoxnidas/l-string" }, "author": { "name": "Leonardo Javier Esparis Meza", "email": "ljesparis@gmail.com" }, "files": [ "lib/*", "README.md", "AUTHORS.md", "CONTRIBUTORS.md", "LICENSE", "tests/*", "./l-string.js" ], "scripts": { "test": "node ./tests/test_callback.js && node ./tests/test_extendStringProperty.js" }, "keywords": [ "l-string", "l-string.js", "string", "s", "S", "String", "ASCII", "lReplace", "rReplace", "lSplit", "rSplit", "split", "replace", "insert", "count" ], "license": "MIT" }