string-methods-extension
Version:
An extension to String Methods, to add some features to ECMAScript 6. It works bothe for Node and the browser.
51 lines (50 loc) • 1.06 kB
JSON
{
"name": "string-methods-extension",
"version": "0.1.5",
"description": "An extension to String Methods, to add some features to ECMAScript 6. It works bothe for Node and the browser.",
"main": "app.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"string",
"method",
"methods",
"prototype",
"extension",
"browser",
"node",
"node.js",
"nodejs",
"stripe",
"escape",
"trim",
"xml",
"encode",
"decode",
"html",
"tags",
"spaces",
"reverse",
"replace",
"line",
"break"
],
"author": "Niels Molenaar",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0"
},
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/OneSmallStepfortheWeb/string-methods-extension.git"
},
"bugs": {
"url": "https://github.com/OneSmallStepfortheWeb/string-methods-extension/issues"
},
"homepage": "https://github.com/OneSmallStepfortheWeb/string-methods-extension#readme"
}