UNPKG

@chezearth/string

Version:

This is a temporary package until I can open a pull request on the original. string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.

52 lines (51 loc) 1.27 kB
{ "name": "@chezearth/string", "version": "3.3.4-2", "description": "This is a temporary package until I can open a pull request on the original. string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.", "homepage": "http://stringjs.com", "repository": { "type": "git", "url": "https://github.com/chezearth/string.js" }, "keywords": [ "string", "strings", "string.js", "stringjs", "S", "s", "csv", "html", "entities", "parse", "html", "tags", "strip", "trim", "encode", "decode", "escape", "unescape" ], "author": "JP Richardson <jprichardson@gmail.com>", "license": "MIT", "dependencies": {}, "devDependencies": { "browserify": "^16.2.3", "gulp": "^4.0.0", "gulp-bro": "^1.0.3", "gulp-mocha": "^6.0.0", "gulp-rename": "1.2.0", "gulp-rimraf": "^0.1.1", "gulp-uglify": "^3.0.1", "istanbul": "*", "mocha": "^5.2.0", "mochify": "^5.8.1", "uglify-js": "^3.4.9" }, "main": "lib/string", "scripts": { "test": "gulp test", "istanbul": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/string.test.js" } }