{
  "_args": [
    [
      "console-ui@2.1.0",
      "/Users/martndemus/Projects/DockYard/ember-one-way-controls"
    ]
  ],
  "_development": true,
  "_from": "console-ui@2.1.0",
  "_id": "console-ui@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-/FqFHRwYVjjdeLd/1lhRsyoPCMtDMREJfPU6WCN9LMxPWu3++Cr2wN1uIZfbefVwr59is4UBd6Z2vaJRzTyPWQ==",
  "_location": "/console-ui",
  "_phantomChildren": {
    "color-convert": "1.9.1",
    "escape-string-regexp": "1.0.5",
    "has-flag": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "console-ui@2.1.0",
    "name": "console-ui",
    "escapedName": "console-ui",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/ember-cli"
  ],
  "_resolved": "https://registry.npmjs.org/console-ui/-/console-ui-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/Users/martndemus/Projects/DockYard/ember-one-way-controls",
  "author": {
    "name": "Stefan Penner",
    "email": "stefan.penner@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ember-cli/console-ui/issues"
  },
  "dependencies": {
    "chalk": "^2.1.0",
    "inquirer": "^2",
    "json-stable-stringify": "^1.0.1",
    "ora": "^1.3.0",
    "through": "^2.3.8",
    "user-info": "^1.0.0"
  },
  "description": "common interface for abstracting a console ui",
  "devDependencies": {
    "chai": "^4.1.1",
    "mocha": "^4.0.0"
  },
  "engines": {
    "node": "^4.5 || >= 6.*"
  },
  "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": "2.1.0"
}
