{
  "_from": "prompts",
  "_id": "prompts@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-VObPvJiWPhpZI6C5m60XOzTfnYg/xc/an+r9VYymj9WJW3B/DIH+REzjpAACPf8brwPeP+7vz3bIim3S+AaMjw==",
  "_location": "/prompts",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "prompts",
    "name": "prompts",
    "escapedName": "prompts",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz",
  "_shasum": "f901dd2a2dfee080359c0e20059b24188d75ad35",
  "_spec": "prompts",
  "_where": "/home/capacitaciones-09/Desktop/andrespantoja/capacitacionesmanticore/Javascript/ejercicioUsuarios",
  "author": {
    "name": "Terkel Gjervig",
    "email": "terkel@terkel.com",
    "url": "https://terkel.com"
  },
  "bugs": {
    "url": "https://github.com/terkelg/prompts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "kleur": "^3.0.3",
    "sisteransi": "^1.0.3"
  },
  "deprecated": false,
  "description": "Lightweight, beautiful and user-friendly prompts",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "tap-spec": "^5.0.0",
    "tape": "^4.11.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib",
    "dist",
    "index.js"
  ],
  "homepage": "https://github.com/terkelg/prompts#readme",
  "keywords": [
    "ui",
    "prompts",
    "cli",
    "prompt",
    "interface",
    "command-line",
    "input",
    "command",
    "stdin",
    "menu",
    "ask",
    "interact"
  ],
  "license": "MIT",
  "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": "2.2.1"
}
