/
yu-yu
/
restaurant-project
Обзор
Документация
Войти
/
yu-yu
/
restaurant-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/powershell-utils/package.json
47 строк
867 B
yu-yu-3
практика
19 дек 2025, 16:45
19 дек 2025, 16:45
6bcfa15
Код
Авторство
О чём код?
{ "name": "powershell-utils", "version": "0.1.0", "description": "Utilities for executing PowerShell commands", "license": "MIT", "repository": "sindresorhus/powershell-utils", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "test": "xo && ava && tsc index.d.ts --skipLibCheck" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "powershell", "windows", "execute", "command", "shell", "console", "terminal", "cli", "spawn", "exec", "utilities" ], "devDependencies": { "ava": "^6.4.1", "typescript": "^5.9.3", "xo": "^0.59.0" } }