7fife-backend/node_modules/pstree.remy/package.json

34 lines
629 B
JSON
Raw Permalink Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "pstree.remy",
"version": "1.1.8",
"main": "lib/index.js",
"prettier": {
"trailingComma": "es5",
"semi": true,
"singleQuote": true
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "tap tests/*.test.js",
"_prepublish": "npm test"
2024-03-07 13:01:44 +00:00
},
"keywords": [
"ps",
"pstree",
"ps tree"
],
2024-03-11 12:29:54 +00:00
"author": "Remy Sharp",
2024-03-07 13:01:44 +00:00
"license": "MIT",
"repository": {
"type": "git",
2024-03-11 12:29:54 +00:00
"url": "https://github.com/remy/pstree.git"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"devDependencies": {
"tap": "^11.0.0"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"directories": {
"test": "tests"
},
"dependencies": {},
"description": "Collects the full tree of processes from /proc"
2024-03-07 13:01:44 +00:00
}