splitargs2
Version:
Splits a string into tokens by a given separator, treating any quoted parts as a single token.
28 lines (27 loc) • 669 B
JSON
{
"name": "splitargs2",
"version": "0.1.3",
"description": "Splits a string into tokens by a given separator, treating any quoted parts as a single token.",
"main": "splitargs2.js",
"typings": "splitargs2.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Shinobu1337/splitargs2"
},
"keywords": [
"split",
"args",
"arguments",
"tokenize",
"quoted"
],
"author": "5hino",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shinobu1337/splitargs2/issues"
},
"homepage": "https://github.com/Shinobu1337/splitargs2"
}