You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
757 B
34 lines
757 B
{
|
|
"name": "string-split-by",
|
|
"version": "1.0.0",
|
|
"description": "Split string by any separator excluding brackets, quotes and escaped characters",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dy/string-split-by.git"
|
|
},
|
|
"keywords": [
|
|
"split-string",
|
|
"string-split",
|
|
"split-stirng-words",
|
|
"space",
|
|
"string",
|
|
"split"
|
|
],
|
|
"author": "Dmitry Yv <dfcreative@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dy/string-split-by/issues"
|
|
},
|
|
"homepage": "https://github.com/dy/string-split-by#readme",
|
|
"dependencies": {
|
|
"parenthesis": "^3.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^4.9.0"
|
|
}
|
|
}
|