{
  "_from": "prompts@^0.1.9",
  "_id": "prompts@0.1.14",
  "_inBundle": false,
  "_integrity": "sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w==",
  "_location": "/prompts",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "prompts@^0.1.9",
    "name": "prompts",
    "escapedName": "prompts",
    "rawSpec": "^0.1.9",
    "saveSpec": null,
    "fetchSpec": "^0.1.9"
  },
  "_requiredBy": [
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/prompts/-/prompts-0.1.14.tgz",
  "_shasum": "a8e15c612c5c9ec8f8111847df3337c9cbd443b2",
  "_spec": "prompts@^0.1.9",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/jest/node_modules/jest-cli",
  "author": {
    "name": "Terkel Gjervig",
    "email": "terkel@terkel.com",
    "url": "https://terkel.com"
  },
  "bugs": {
    "url": "https://github.com/terkelg/prompts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "kleur": "^2.0.1",
    "sisteransi": "^0.1.1"
  },
  "deprecated": false,
  "description": "Lightweight, beautiful and user-friendly prompts",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.9.1"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib",
    "dist",
    "index.js"
  ],
  "homepage": "https://github.com/terkelg/prompts",
  "keywords": [
    "ui",
    "prompts",
    "cli",
    "prompt",
    "interface",
    "command-line",
    "input"
  ],
  "main": "index.js",
  "name": "prompts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terkelg/prompts.git"
  },
  "scripts": {
    "build": "babel lib -d dist",
    "prepublishOnly": "npm run build",
    "start": "node lib/index.js",
    "test": "tape test/*.js | tap-spec"
  },
  "version": "0.1.14"
}
