123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_from": "yargs@^3.10.0",
- "_id": "yargs@3.32.0",
- "_inBundle": false,
- "_integrity": "sha512-ONJZiimStfZzhKamYvR/xvmgW3uEkAUFSP91y2caTEPhzF6uP2JfPiVZcq66b/YR0C3uitxSV7+T1x8p5bkmMg==",
- "_location": "/yargs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "yargs@^3.10.0",
- "name": "yargs",
- "escapedName": "yargs",
- "rawSpec": "^3.10.0",
- "saveSpec": null,
- "fetchSpec": "^3.10.0"
- },
- "_requiredBy": [
- "/protobufjs"
- ],
- "_resolved": "https://registry.npmmirror.com/yargs/-/yargs-3.32.0.tgz",
- "_shasum": "03088e9ebf9e756b69751611d2a5ef591482c995",
- "_spec": "yargs@^3.10.0",
- "_where": "D:\\website\\Other\\score\\node_modules\\protobufjs",
- "author": {
- "name": "Alex Ford",
- "email": "Alex.Ford@CodeTunnel.com",
- "url": "http://CodeTunnel.com"
- },
- "bugs": {
- "url": "https://github.com/bcoe/yargs/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Benjamin Coe",
- "email": "ben@npmjs.com",
- "url": "https://github.com/bcoe"
- },
- {
- "name": "Andrew Goode",
- "url": "https://github.com/nexdrew"
- },
- {
- "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"
- },
- {
- "name": "Lin Clark",
- "url": "https://github.com/linclark"
- },
- {
- "name": "Tim Schaub",
- "url": "https://github.com/tschaub"
- }
- ],
- "dependencies": {
- "camelcase": "^2.0.1",
- "cliui": "^3.0.3",
- "decamelize": "^1.1.1",
- "os-locale": "^1.4.0",
- "string-width": "^1.0.1",
- "window-size": "^0.1.4",
- "y18n": "^3.2.0"
- },
- "deprecated": false,
- "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
- "devDependencies": {
- "chai": "^3.4.1",
- "chalk": "^1.1.1",
- "coveralls": "^2.11.4",
- "es6-promise": "^3.0.2",
- "hashish": "0.0.4",
- "mocha": "^2.3.4",
- "nyc": "^5.2.0",
- "standard": "^5.4.1",
- "which": "^1.1.2",
- "win-spawn": "^2.0.0"
- },
- "engine": {
- "node": ">=0.10"
- },
- "files": [
- "index.js",
- "lib",
- "locales",
- "completion.sh.hbs",
- "LICENSE"
- ],
- "homepage": "https://github.com/bcoe/yargs#readme",
- "keywords": [
- "argument",
- "args",
- "option",
- "parser",
- "parsing",
- "cli",
- "command"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "yargs",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/bcoe/yargs.git"
- },
- "scripts": {
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "pretest": "standard",
- "test": "nyc --cache mocha --timeout=4000 --check-leaks"
- },
- "standard": {
- "ignore": [
- "**/example/**"
- ],
- "globals": [
- "it"
- ]
- },
- "version": "3.32.0"
- }
|