{
  "_args": [
    [
      "prompt@0.2.14",
      "/var/www/html"
    ]
  ],
  "_from": "prompt@0.2.14",
  "_id": "prompt@0.2.14",
  "_inBundle": false,
  "_integrity": "sha1-V3VPZPVD/XsIRXB8gY7OYY8F/9w=",
  "_location": "/prompt",
  "_phantomChildren": {
    "deep-equal": "2.0.4",
    "i": "0.3.6",
    "mkdirp": "0.5.5",
    "ncp": "0.4.2",
    "rimraf": "2.7.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prompt@0.2.14",
    "name": "prompt",
    "escapedName": "prompt",
    "rawSpec": "0.2.14",
    "saveSpec": null,
    "fetchSpec": "0.2.14"
  },
  "_requiredBy": [
    "/flatiron"
  ],
  "_resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz",
  "_spec": "0.2.14",
  "_where": "/var/www/html",
  "author": {
    "name": "Nodejitsu Inc.",
    "email": "info@nodejitsu.com"
  },
  "bugs": {
    "url": "https://github.com/flatiron/prompt/issues"
  },
  "dependencies": {
    "pkginfo": "0.x.x",
    "read": "1.0.x",
    "revalidator": "0.1.x",
    "utile": "0.2.x",
    "winston": "0.8.x"
  },
  "description": "A beautiful command-line prompt for node.js",
  "devDependencies": {
    "vows": "0.7.0"
  },
  "engines": {
    "node": ">= 0.6.6"
  },
  "homepage": "https://github.com/flatiron/prompt#readme",
  "main": "./lib/prompt",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie@nodejitsu.com"
    },
    {
      "name": "jesusabdullah",
      "email": "josh@nodejitsu.com"
    }
  ],
  "name": "prompt",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/flatiron/prompt.git"
  },
  "scripts": {
    "test": "vows test/prompt-test.js --spec",
    "test-all": "vows --spec"
  },
  "version": "0.2.14"
}
