UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

79 lines (78 loc) 1.45 kB
{ "name": "@inquirer/ansi", "version": "2.0.2", "engines": { "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0" }, "author": "Simon Boudrias <admin@simonboudrias.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SBoudrias/Inquirer.js.git" }, "keywords": [ "answer", "answers", "ask", "base", "cli", "command", "command-line", "confirm", "enquirer", "generate", "generator", "hyper", "input", "inquire", "inquirer", "interface", "iterm", "javascript", "menu", "node", "nodejs", "prompt", "promptly", "prompts", "question", "readline", "scaffold", "scaffolder", "scaffolding", "stdin", "stdout", "terminal", "tty", "ui", "yeoman", "yo", "zsh", "ansi" ], "sideEffects": false, "files": [ "dist" ], "devDependencies": { "typescript": "^5.9.3" }, "scripts": { "tsc": "tsc" }, "type": "module", "publishConfig": { "access": "public" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/ansi/README.md", "main": "./dist/index.js", "types": "./dist/index.d.ts", "gitHead": "9c724296daad3d740b09173f9aae035dc62cb106" }