/
eapostnova
/
2026-1--study--mathmod
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--mathmod
Код
Запросы
0
Задачи
Пакеты
0
Релизы
6
Аналитика
Безопасность
develop
node_modules/user-home/package.json
43 строки
747 B
Елизавета Постнова
feat(lab): lab04
24 мар 2026, 02:59
Верифицирован
24 мар 2026, 02:59
7783508
Код
Авторство
О чём код?
{ "name": "user-home", "version": "2.0.0", "description": "Get the path to the user home directory", "license": "MIT", "repository": "sindresorhus/user-home", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "user", "home", "homedir", "os-homedir", "dir", "directory", "folder", "path", "env", "vars", "environment", "variables", "userprofile" ], "dependencies": { "os-homedir": "^1.0.0" }, "devDependencies": { "ava": "0.0.4", "path-exists": "^1.0.0" } }