{
  "_args": [
    [
      "console-ui@1.0.3",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_development": true,
  "_from": "console-ui@1.0.3",
  "_id": "console-ui@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-McUkRhtjQidp+eicFzSV2ROTchw=",
  "_location": "/console-ui",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "console-ui@1.0.3",
    "name": "console-ui",
    "escapedName": "console-ui",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/console-ui/-/console-ui-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "Stefan Penner",
    "email": "stefan.penner@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ember-cli/console-ui/issues"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "inquirer": "^1.2.3",
    "ora": "^0.2.0",
    "through": "^2.3.8"
  },
  "description": "common interface for abstracting a console ui",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "greenkeeper": {
    "ignore": [
      "ora"
    ]
  },
  "homepage": "https://github.com/ember-cli/console-ui#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "console-ui",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ember-cli/console-ui.git"
  },
  "scripts": {
    "test": "mocha tests/**/*-test.js",
    "test:debug": "mocha debug tests/**/*-test.js"
  },
  "version": "1.0.3"
}
