git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
dashdash
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "name": "dashdash", "description": "A light, featureful and explicit option parsing library.", "version": "1.14.1", "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", "keywords": ["option", "parser", "parsing", "cli", "command", "args", "bash", "completion"], "repository": { "type": "git", "url": "git://github.com/trentm/node-dashdash.git" }, "main": "./lib/dashdash.js", "dependencies": { "assert-plus": "^1.0.0" }, "devDependencies": { "nodeunit": "0.9.x" }, "engines": { "node": ">=0.10" }, "scripts": { "test": "nodeunit test/*.test.js" }, "license": "MIT" }