UNPKG

shell-split

Version:

A lighterweight alternative to shell-quote

40 lines (39 loc) 787 B
{ "name": "shell-split", "version": "1.0.0", "description": "A lighterweight alternative to shell-quote", "main": "shellSplit.js", "directories": { "test": "test" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/stuartpb/shell-split.git" }, "keywords": [ "shell", "string", "split", "quote", "sh", "bash", "parse", "serialize", "deserialize", "unquote", "arguments", "separate" ], "author": "Stuart P. Bentley <s@stuartpb.com>", "license": "MIT", "bugs": { "url": "https://github.com/stuartpb/shell-split/issues" }, "homepage": "https://github.com/stuartpb/shell-split#readme", "devDependencies": { "tape": "^4.9.1" } }