/
1Rrd0
/
Course
Обзор
Документация
Войти
/
1Rrd0
/
Course
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/pstree.remy/package.json
33 строки
629 B
dima
2
13 дек 2025, 10:58
13 дек 2025, 10:58
ce5a48e
Код
Авторство
О чём код?
{ "name": "pstree.remy", "version": "1.1.8", "main": "lib/index.js", "prettier": { "trailingComma": "es5", "semi": true, "singleQuote": true }, "scripts": { "test": "tap tests/*.test.js", "_prepublish": "npm test" }, "keywords": [ "ps", "pstree", "ps tree" ], "author": "Remy Sharp", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/remy/pstree.git" }, "devDependencies": { "tap": "^11.0.0" }, "directories": { "test": "tests" }, "dependencies": {}, "description": "Collects the full tree of processes from /proc" }