command-join
Version:
Escape and join command-line arguments, cross-platform.
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "command-join",
"version": "3.0.0",
"description": "Escape and join command-line arguments, cross-platform.",
"keywords": [
"argv",
"cli",
"command",
"escape",
"join",
"shell"
],
"homepage": "https://github.com/seangenabe/command-join#readme",
"bugs": {
"url": "https://github.com/seangenabe/command-join/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seangenabe/command-join.git"
},
"license": "MIT",
"author": "Sean Genabe <seangenabe@outlook.com>",
"main": "command-join.js",
"scripts": {
"build": "tsc",
"postinstall": "npx -p @seangenabe/tnx tnx || exit 0",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"test": "node test/index.test.js",
"watch": "tsc -w"
},
"dependencies": {
"@improved/node": "^1.0.0"
},
"devDependencies": {
"@types/node": "^12.0.2",
"t0": "^1.0.0",
"typescript": "^3.4.5"
},
"engines": {
"node": ">=4.0.0"
}
}