1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "yargs",
- "version": "3.5.4",
- "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
- "main": "./index.js",
- "files": [
- "index.js",
- "lib",
- "completion.sh.hbs",
- "LICENSE"
- ],
- "dependencies": {
- "camelcase": "^1.0.2",
- "decamelize": "^1.0.0",
- "window-size": "0.1.0",
- "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/bcoe/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": "Benjamin Coe",
- "email": "ben@npmjs.com",
- "url": "https://github.com/bcoe"
- },
- {
- "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"
- },
- "__npminstall_done": true,
- "_from": "yargs@3.5.4",
- "_resolved": "https://registry.npmmirror.com/yargs/-/yargs-3.5.4.tgz"
- }
|