smart-split
Version:
Improved Javascript string split, for handling RegExp in a way that can easily re-create the original string
34 lines (33 loc) • 781 B
JSON
{
"name": "smart-split",
"version": "3.0.2",
"description": "Improved Javascript string split, for handling RegExp in a way that can easily re-create the original string",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/brandonhorst/smart-split.git"
},
"keywords": [
"split",
"string",
"regex",
"recreate",
"regenerate",
"intersperse"
],
"author": "@brandonhorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandonhorst/smart-split/issues"
},
"homepage": "https://github.com/brandonhorst/smart-split",
"devDependencies": {
"chai": "^2.1.2",
"mocha": "^2.2.1",
"standard": "^7.1.2"
}
}