12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "pstree.remy@^1.1.8",
- "_id": "pstree.remy@1.1.8",
- "_inBundle": false,
- "_integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
- "_location": "/pstree.remy",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pstree.remy@^1.1.8",
- "name": "pstree.remy",
- "escapedName": "pstree.remy",
- "rawSpec": "^1.1.8",
- "saveSpec": null,
- "fetchSpec": "^1.1.8"
- },
- "_requiredBy": [
- "/nodemon"
- ],
- "_resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
- "_shasum": "c242224f4a67c21f686839bbdb4ac282b8373d3a",
- "_spec": "pstree.remy@^1.1.8",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\nodemon",
- "author": {
- "name": "Remy Sharp"
- },
- "bugs": {
- "url": "https://github.com/remy/pstree/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Collects the full tree of processes from /proc",
- "devDependencies": {
- "tap": "^11.0.0"
- },
- "directories": {
- "test": "tests"
- },
- "homepage": "https://github.com/remy/pstree#readme",
- "keywords": [
- "ps",
- "pstree",
- "ps tree"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "pstree.remy",
- "prettier": {
- "trailingComma": "es5",
- "semi": true,
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/remy/pstree.git"
- },
- "scripts": {
- "_prepublish": "npm test",
- "test": "tap tests/*.test.js"
- },
- "version": "1.1.8"
- }
|