Adding sign with google in NPM

This commit is contained in:
SamX
2022-10-27 03:45:07 +00:00
parent 5070499cfd
commit 9a756d44da
952 changed files with 131008 additions and 6 deletions

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