UNPKG

stripchar

Version:

Replace or Strip special character, alphabets and numerics from string or object - Javascipt - Node.js

45 lines (44 loc) 1.08 kB
{ "name": "stripchar", "description": "Replace or Strip special character, alphabets and numerics from string or object - Javascipt - Node.js", "version": "1.2.0", "author": { "name": "Waqas Khan" }, "homepage": "https://github.com/mwgi2005/stripchar", "bugs": { "url": "https://github.com/mwgi2005/stripchar/issues" }, "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/mwgi2005/stripchar.git" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.5.3" }, "_id": "stripchar@0.0.1", "scripts": { "test": "mocha --recursive -R spec test -w" }, "_shasum": "4b838f599108f33833cc39d4fa7d145eba7d10ff", "_from": "stripchar@*", "keywords": [ "trim", "strip", "replace", "trim-special-characters", "strip-special-characters", "replace-special-characters", "trim-numerics", "strip-numerics", "replace-numerics", "trim-alphabets", "strip-alphabets", "replace-alphabets" ], "readme": "", "readmeFilename": "README.md" }