Add part3

This commit is contained in:
Andrew Trieu
2023-05-23 08:05:53 +03:00
parent 41757b9830
commit fa5d8255d6
1296 changed files with 167750 additions and 0 deletions

33
part3/phonebook/node_modules/pstree.remy/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"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"
}