{
  "_args": [
    [
      "argparse@0.1.16",
      "/var/www/vhosts/netlanguages.com/content/lms/platform/shared"
    ]
  ],
  "_from": "argparse@0.1.16",
  "_id": "argparse@0.1.16",
  "_inBundle": false,
  "_integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=",
  "_location": "/argparse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "argparse@0.1.16",
    "name": "argparse",
    "escapedName": "argparse",
    "rawSpec": "0.1.16",
    "saveSpec": null,
    "fetchSpec": "0.1.16"
  },
  "_requiredBy": [
    "/js-yaml"
  ],
  "_resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
  "_spec": "0.1.16",
  "_where": "/var/www/vhosts/netlanguages.com/content/lms/platform/shared",
  "bugs": {
    "url": "https://github.com/nodeca/argparse/issues"
  },
  "contributors": [
    {
      "name": "Eugene Shkuropat"
    },
    {
      "name": "Paul Jacobson"
    }
  ],
  "dependencies": {
    "underscore": "~1.7.0",
    "underscore.string": "~2.4.0"
  },
  "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  "devDependencies": {
    "mocha": "*"
  },
  "homepage": "https://github.com/nodeca/argparse",
  "keywords": [
    "cli",
    "parser",
    "argparse",
    "option",
    "args"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "argparse",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodeca/argparse.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.1.16"
}
