UNPKG

1.01 kBJSONView Raw
1{
2 "name": "command-join",
3 "version": "3.0.0",
4 "description": "Escape and join command-line arguments, cross-platform.",
5 "keywords": [
6 "argv",
7 "cli",
8 "command",
9 "escape",
10 "join",
11 "shell"
12 ],
13 "homepage": "https://github.com/seangenabe/command-join#readme",
14 "bugs": {
15 "url": "https://github.com/seangenabe/command-join/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/seangenabe/command-join.git"
20 },
21 "license": "MIT",
22 "author": "Sean Genabe <seangenabe@outlook.com>",
23 "main": "command-join.js",
24 "scripts": {
25 "build": "tsc",
26 "postinstall": "npx -p @seangenabe/tnx tnx || exit 0",
27 "prepublishOnly": "npm test",
28 "pretest": "npm run build",
29 "test": "node test/index.test.js",
30 "watch": "tsc -w"
31 },
32 "dependencies": {
33 "@improved/node": "^1.0.0"
34 },
35 "devDependencies": {
36 "@types/node": "^12.0.2",
37 "t0": "^1.0.0",
38 "typescript": "^3.4.5"
39 },
40 "engines": {
41 "node": ">=4.0.0"
42 }
43}