UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

78 lines (77 loc) 1.54 kB
{ "name": "yargs", "version": "2.3.0", "description": "Light-weight option parsing with an argv hash. No optstrings attached.", "main": "./index.js", "files": [ "index.js", "lib", "LICENSE" ], "dependencies": { "wordwrap": "0.0.2" }, "devDependencies": { "blanket": "^1.1.6", "chai": "^1.10.0", "coveralls": "^2.11.2", "hashish": "0.0.4", "mocha": "^2.1.0", "mocha-lcov-reporter": "0.0.1", "mocoverage": "^1.0.0" }, "scripts": { "test": "mocha --check-leaks --ui exports --require blanket -R mocoverage" }, "repository": { "type": "git", "url": "http://github.com/chevex/yargs.git" }, "config": { "blanket": { "pattern": [ "lib", "index.js" ], "data-cover-never": [ "node_modules", "test" ], "output-reporter": "spec" } }, "keywords": [ "argument", "args", "option", "parser", "parsing", "cli", "command" ], "author": { "name": "Alex Ford", "email": "Alex.Ford@CodeTunnel.com", "url": "http://CodeTunnel.com" }, "contributors": [ { "name": "Chris Needham", "email": "chris@chrisneedham.com", "url": "http://chrisneedham.com" }, { "name": "James Nylen", "email": "jnylen@gmail.com", "url": "https://github.com/nylen" }, { "name": "Benjamin Horsleben", "url": "https://github.com/fizker" } ], "license": "MIT/X11", "engine": { "node": ">=0.4" } }