shell-args
Version:
Parsing and quoting for shell command lines that supports both bash and windows styles of quoting.
45 lines (44 loc) • 1.27 kB
JSON
{
"name": "shell-args",
"version": "1.0.0",
"description": "Parsing and quoting for shell command lines that supports both bash and windows styles of quoting.",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"typings": "bin/index.d.ts",
"scripts": {
"test": "jest",
"compile": "tsc --project tsconfig.build.json",
"watch": "tsc -watch",
"lint": "eslint --ext .ts,.js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mossop/shell-args.git"
},
"keywords": [
"shell",
"arguments",
"quoting",
"parsing"
],
"author": "Dave Townsend <dtownsend@oxymoronical.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mossop/shell-args/issues"
},
"homepage": "https://github.com/Mossop/shell-args#readme",
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@types/vscode": "^1.43.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"eslint-import-resolver-ts": "^0.4.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-mossop": "github:Mossop/eslint-plugin-mossop#1.0.6",
"jest": "^25.2.7",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
}
}