split-retain
Version:
Split a string and preserve the delimiters.
39 lines (38 loc) • 831 B
JSON
{
"name": "split-retain",
"version": "1.0.1",
"description": "Split a string and preserve the delimiters.",
"keywords": [
"string",
"split",
"explode",
"separator",
"delimiter",
"keep",
"retain",
"preserve",
"leading",
"trailing"
],
"repository": "https://github.com/ghornich/split-retain",
"main": "split-retain.js",
"dependencies": {},
"devDependencies": {
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"markdown-toc": "^0.12.16",
"minifyify": "^7.3.3",
"tape": "^4.6.0"
},
"scripts": {
"test": "node test.js",
"cover": "istanbul cover test.js",
"build-browser": "node_modules/.bin/gulp build-browser"
},
"author": {
"name": "Gergely Hornich",
"email": "hornichg@gmail.com"
},
"license": "MIT"
}