{ "_from": "prompts@^2.0.1", "_id": "prompts@2.3.0", "_inBundle": false, "_integrity": "sha512-NfbbPPg/74fT7wk2XYQ7hAIp9zJyZp5Fu19iRbORqqy1BhtrkZ0fPafBU+7bmn8ie69DpT0R6QpJIN2oisYjJg==", "_location": "/prompts", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "prompts@^2.0.1", "name": "prompts", "escapedName": "prompts", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/jest/jest-cli" ], "_resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.0.tgz", "_shasum": "a444e968fa4cc7e86689a74050685ac8006c4cc4", "_spec": "prompts@^2.0.1", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/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": "^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.3.0" }