| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "name": "@inquirer/figures",
- "version": "1.0.12",
- "description": "Vendored version of figures, for CJS compatibility",
- "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",
- "types",
- "typescript"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/SBoudrias/Inquirer.js.git"
- },
- "license": "MIT",
- "author": "Simon Boudrias <admin@simonboudrias.com>",
- "sideEffects": false,
- "type": "module",
- "exports": {
- "./package.json": "./package.json",
- ".": {
- "import": {
- "types": "./dist/esm/index.d.ts",
- "default": "./dist/esm/index.js"
- },
- "require": {
- "types": "./dist/commonjs/index.d.ts",
- "default": "./dist/commonjs/index.js"
- }
- }
- },
- "main": "./dist/commonjs/index.js",
- "module": "./dist/esm/index.js",
- "types": "./dist/commonjs/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "attw": "attw --pack",
- "tsc": "tshy"
- },
- "devDependencies": {
- "@arethetypeswrong/cli": "^0.18.1",
- "tshy": "^3.0.2"
- },
- "engines": {
- "node": ">=18"
- },
- "tshy": {
- "exclude": [
- "src/**/*.test.ts"
- ],
- "exports": {
- "./package.json": "./package.json",
- ".": "./src/index.ts"
- }
- },
- "gitHead": "85d4642b4a7a2229ea60167fc7cc25fe6fea2f18"
- }
|