@hackmd/string
Version:
string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "@hackmd/string",
"version": "3.3.4",
"description": "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/jprichardson/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": {
"gulp": "3.8.11",
"gulp-browserify": "0.5.1",
"gulp-mocha": "2.0.0",
"gulp-rename": "1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "1.1.0",
"istanbul": "*",
"mocha": "*",
"mochify": "^2.9.0",
"uglify-js": "1.3.x"
},
"main": "lib/string",
"scripts": {
"test": "gulp test",
"istanbul": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/string.test.js",
"prepublishOnly": "gulp build"
},
"overrides": {
"graceful-fs": "^4.2.10"
}
}