{
  "_from": "multiyargs@1.0.x",
  "_id": "multiyargs@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-AG4uQJ62wVUiDR61Mj3Qm/00uCg=",
  "_location": "/multiyargs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "multiyargs@1.0.x",
    "name": "multiyargs",
    "escapedName": "multiyargs",
    "rawSpec": "1.0.x",
    "saveSpec": null,
    "fetchSpec": "1.0.x"
  },
  "_requiredBy": [
    "/sharp-cli"
  ],
  "_resolved": "https://registry.npmjs.org/multiyargs/-/multiyargs-1.0.0.tgz",
  "_shasum": "006e2e409eb6c155220d1eb5323dd09bfd34b828",
  "_spec": "multiyargs@1.0.x",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/sharp-cli",
  "author": {
    "name": "Mark van Seventer",
    "email": "mark@vseventer.com"
  },
  "bugs": {
    "url": "https://github.com/vseventer/multiyargs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "2.6.x",
    "promise-do-whilst": "1.0.x"
  },
  "deprecated": false,
  "description": "Like yargs, but with support for multiple commands.",
  "devDependencies": {
    "chai": "3.5.x",
    "mocha": "3.2.x",
    "standard": "9.0.x"
  },
  "engines": {
    "node": ">=6.x",
    "yargs": ">=7.0.x"
  },
  "homepage": "https://github.com/vseventer/multiyargs#readme",
  "keywords": [
    "cli",
    "cmd",
    "yargs"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "multiyargs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vseventer/multiyargs.git"
  },
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  },
  "version": "1.0.0"
}