package.json 1.5 KB
{
  "_from": "argparse@~ 0.1.11",
  "_id": "argparse@0.1.16",
  "_inBundle": false,
  "_integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=",
  "_location": "/argparse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "argparse@~ 0.1.11",
    "name": "argparse",
    "escapedName": "argparse",
    "rawSpec": "~ 0.1.11",
    "saveSpec": null,
    "fetchSpec": "~ 0.1.11"
  },
  "_requiredBy": [
    "/js-yaml"
  ],
  "_resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
  "_shasum": "cfd01e0fbba3d6caed049fbd758d40f65196f57c",
  "_spec": "argparse@~ 0.1.11",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\js-yaml",
  "bugs": {
    "url": "https://github.com/nodeca/argparse/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eugene Shkuropat"
    },
    {
      "name": "Paul Jacobson"
    }
  ],
  "dependencies": {
    "underscore": "~1.7.0",
    "underscore.string": "~2.4.0"
  },
  "deprecated": false,
  "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"
}