package.json 3.7 KB
{
  "_args": [
    [
      "yargs@^3.10.0",
      "/Users/AlexWang/ws/LiveClass/node_modules/protobufjs"
    ]
  ],
  "_cnpm_publish_time": 1452842455939,
  "_from": "yargs@>=3.10.0 <4.0.0",
  "_id": "yargs@3.32.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/yargs",
  "_nodeVersion": "3.2.0",
  "_npmUser": {
    "email": "ben@npmjs.com",
    "name": "bcoe"
  },
  "_npmVersion": "3.3.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "yargs",
    "raw": "yargs@^3.10.0",
    "rawSpec": "^3.10.0",
    "scope": null,
    "spec": ">=3.10.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/protobufjs"
  ],
  "_resolved": "http://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz",
  "_shasum": "03088e9ebf9e756b69751611d2a5ef591482c995",
  "_shrinkwrap": null,
  "_spec": "yargs@^3.10.0",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/protobufjs",
  "author": {
    "email": "Alex.Ford@CodeTunnel.com",
    "name": "Alex Ford",
    "url": "http://CodeTunnel.com"
  },
  "bugs": {
    "url": "https://github.com/bcoe/yargs/issues"
  },
  "contributors": [
    {
      "email": "ben@npmjs.com",
      "name": "Benjamin Coe",
      "url": "https://github.com/bcoe"
    },
    {
      "name": "Andrew Goode",
      "url": "https://github.com/nexdrew"
    },
    {
      "email": "chris@chrisneedham.com",
      "name": "Chris Needham",
      "url": "http://chrisneedham.com"
    },
    {
      "email": "jnylen@gmail.com",
      "name": "James Nylen",
      "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"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "03088e9ebf9e756b69751611d2a5ef591482c995",
    "size": 46924,
    "tarball": "http://registry.npm.taobao.org/yargs/download/yargs-3.32.0.tgz"
  },
  "engine": {
    "node": ">=0.10"
  },
  "files": [
    "index.js",
    "lib",
    "locales",
    "completion.sh.hbs",
    "LICENSE"
  ],
  "gitHead": "e6eaddf457c27e71a0bbe156f17d2f82087f0d6f",
  "homepage": "https://github.com/bcoe/yargs#readme",
  "keywords": [
    "argument",
    "args",
    "option",
    "parser",
    "parsing",
    "cli",
    "command"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "email": "bencoe@gmail.com",
      "name": "bcoe"
    },
    {
      "email": "alex.ford@codetunnel.com",
      "name": "chevex"
    },
    {
      "email": "andrew@npmjs.com",
      "name": "nexdrew"
    },
    {
      "email": "jnylen@gmail.com",
      "name": "nylen"
    }
  ],
  "name": "yargs",
  "optionalDependencies": {},
  "publish_time": 1452842455939,
  "readme": "ERROR: No README data found!",
  "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": {
    "globals": [
      "it"
    ],
    "ignore": [
      "**/example/**"
    ]
  },
  "version": "3.32.0"
}