argument-vector
Version:
Split a string of command line options into and argv(argument vector) array
33 lines (32 loc) • 708 B
JSON
{
"name": "argument-vector",
"version": "1.0.2",
"description": "Split a string of command line options into and argv(argument vector) array",
"main": "index.js",
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"mocha": "^2.3.4",
"jshint": "^2.9.1"
},
"scripts": {
"test": "mocha test.js",
"lint": "jshint . --exclude node_modules"
},
"repository": {
"type": "git",
"url": "https://github.com/cmilhench/argument-vector.git"
},
"keywords": [
"argv",
"parser",
"argument-vector",
"split",
"quote",
"quoted-value",
"spawn"
],
"author": "Colin Milhench <colin@milhen.ch> (http://milhen.ch/)",
"license": "MIT"
}