{
  "_args": [
    [
      {
        "raw": "commandico@^2.0.2",
        "scope": null,
        "escapedName": "commandico",
        "name": "commandico",
        "rawSpec": "^2.0.2",
        "spec": ">=2.0.2 <3.0.0",
        "type": "range"
      },
      "C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\workshopper-adventure"
    ]
  ],
  "_from": "commandico@>=2.0.2 <3.0.0",
  "_id": "commandico@2.0.2",
  "_inCache": true,
  "_location": "/commandico",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "name": "leichtgewicht",
    "email": "martin.heidegger@gmail.com"
  },
  "_npmVersion": "3.3.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "commandico@^2.0.2",
    "scope": null,
    "escapedName": "commandico",
    "name": "commandico",
    "rawSpec": "^2.0.2",
    "spec": ">=2.0.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/workshopper-adventure"
  ],
  "_resolved": "https://registry.npmjs.org/commandico/-/commandico-2.0.2.tgz",
  "_shasum": "b8905c09961f794ac676ee2d607f7c0b1b50ce41",
  "_shrinkwrap": null,
  "_spec": "commandico@^2.0.2",
  "_where": "C:\\Users\\Emmanuel\\Downloads\\npm\\how-to-npm\\node_modules\\workshopper-adventure",
  "author": {
    "name": "Martin Heidegger",
    "email": "martin.heidegger@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/martinheidegger/commandico/issues"
  },
  "dependencies": {
    "explicit": "^0.1.0",
    "joi": "^6.10.1",
    "minimist": "^1.1.1"
  },
  "description": "A small tool to write command line application that suits my needs",
  "devDependencies": {
    "chai": "^3.5.0",
    "code": "^1.4.0",
    "mocha": "^2.4.5",
    "standard": "^5.4.1"
  },
  "directories": {},
  "dist": {
    "shasum": "b8905c09961f794ac676ee2d607f7c0b1b50ce41",
    "tarball": "https://registry.npmjs.org/commandico/-/commandico-2.0.2.tgz"
  },
  "gitHead": "71e0e70ece6754412868f660b3afa40554cd43ad",
  "homepage": "https://github.com/martinheidegger/commandico",
  "keywords": [
    "cli",
    "extendable"
  ],
  "license": "ISC",
  "main": "commandico.js",
  "maintainers": [
    {
      "name": "leichtgewicht",
      "email": "mh@leichtgewicht.at"
    }
  ],
  "name": "commandico",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/martinheidegger/commandico.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint; mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "2.0.2"
}
