Files
med-notes/.pnpm-store/v10/files/fb/b9588e7d77ac4134ea14da7e2a0bb620eac21425e1850b0ef7ea117e8830e05507fc075f82e3b623852e0df2d7da8eadb65b04b4a1c57db058ee7b3f2979cc
2025-06-26 03:35:15 +00:00

34 lines
629 B
Plaintext

{
"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"
}