package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "pstree.remy@^1.1.8",
  3. "_id": "pstree.remy@1.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
  6. "_location": "/pstree.remy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pstree.remy@^1.1.8",
  12. "name": "pstree.remy",
  13. "escapedName": "pstree.remy",
  14. "rawSpec": "^1.1.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.8"
  17. },
  18. "_requiredBy": [
  19. "/nodemon"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
  22. "_shasum": "c242224f4a67c21f686839bbdb4ac282b8373d3a",
  23. "_spec": "pstree.remy@^1.1.8",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\nodemon",
  25. "author": {
  26. "name": "Remy Sharp"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/remy/pstree/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Collects the full tree of processes from /proc",
  35. "devDependencies": {
  36. "tap": "^11.0.0"
  37. },
  38. "directories": {
  39. "test": "tests"
  40. },
  41. "homepage": "https://github.com/remy/pstree#readme",
  42. "keywords": [
  43. "ps",
  44. "pstree",
  45. "ps tree"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "pstree.remy",
  50. "prettier": {
  51. "trailingComma": "es5",
  52. "semi": true,
  53. "singleQuote": true
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/remy/pstree.git"
  58. },
  59. "scripts": {
  60. "_prepublish": "npm test",
  61. "test": "tap tests/*.test.js"
  62. },
  63. "version": "1.1.8"
  64. }