39 lines
896 B
JSON
39 lines
896 B
JSON
{
|
|
"name": "shlex",
|
|
"version": "2.0.2",
|
|
"description": "Node.js port of Python's shlex shell-like lexer",
|
|
"main": "shlex.js",
|
|
"types": "shlex.d.ts",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"posttest": "eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rgov/node-shlex.git"
|
|
},
|
|
"keywords": [
|
|
"shell",
|
|
"command-line",
|
|
"cli",
|
|
"lexer"
|
|
],
|
|
"author": "Ryan Govostes",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rgov/node-shlex/issues"
|
|
},
|
|
"homepage": "https://github.com/rgov/node-shlex#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^5.15.3",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"mocha": "^5.2.0"
|
|
}
|
|
}
|