package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "pidtree@^0.5.0",
  3. "_id": "pidtree@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==",
  6. "_location": "/pidtree",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pidtree@^0.5.0",
  12. "name": "pidtree",
  13. "escapedName": "pidtree",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.5.0.tgz",
  22. "_shasum": "ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1",
  23. "_spec": "pidtree@^0.5.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\lint-staged",
  25. "author": {
  26. "name": "Simone Primarosa",
  27. "email": "simonepri@outlook.com",
  28. "url": "https://github.com/simonepri"
  29. },
  30. "ava": {
  31. "verbose": true
  32. },
  33. "bin": {
  34. "pidtree": "bin/pidtree.js"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/simonepri/pidtree/issues",
  38. "email": "simonepri@outlook.com"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Simone Primarosa",
  44. "email": "simonepri@outlook.com",
  45. "url": "https://github.com/simonepri"
  46. }
  47. ],
  48. "deprecated": false,
  49. "description": "Cross platform children list of a PID",
  50. "devDependencies": {
  51. "ava": "~0.25.0",
  52. "codecov": "^3.6.5",
  53. "mockery": "^2.1.0",
  54. "np": "^2.20.1",
  55. "npm-check": "^5.9.2",
  56. "nyc": "^11.6.0",
  57. "pify": "^3.0.0",
  58. "string-to-stream": "^1.1.0",
  59. "through": "^2.3.8",
  60. "time-span": "^2.0.0",
  61. "tree-kill": "^1.1.0",
  62. "tsd": "^0.11.0",
  63. "xo": "~0.20.3"
  64. },
  65. "engines": {
  66. "node": ">=0.10"
  67. },
  68. "files": [
  69. "bin",
  70. "lib",
  71. "index.js",
  72. "index.d.ts"
  73. ],
  74. "homepage": "http://github.com/simonepri/pidtree#readme",
  75. "keywords": [
  76. "ps-tree",
  77. "ps",
  78. "tree",
  79. "ppid",
  80. "pid",
  81. "pidtree",
  82. "pgrep",
  83. "list",
  84. "all",
  85. "system",
  86. "process",
  87. "processes"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "pidtree",
  92. "nyc": {
  93. "reporter": [
  94. "lcovonly",
  95. "text"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/simonepri/pidtree.git"
  101. },
  102. "scripts": {
  103. "bench": "ava -m \"*benchmark*\"",
  104. "coverage": "codecov",
  105. "lint": "xo",
  106. "release": "np",
  107. "start": "node ./bin/pidtree.js",
  108. "test": "nyc ava -m \"!*benchmark*\"",
  109. "types": "tsd",
  110. "update": "npm-check -u"
  111. },
  112. "types": "index.d.ts",
  113. "version": "0.5.0",
  114. "xo": {
  115. "prettier": true,
  116. "space": true,
  117. "rules": {
  118. "prefer-destructuring": 0,
  119. "prefer-arrow-callback": 0,
  120. "no-var": 0,
  121. "object-shorthand": 0,
  122. "unicorn/no-for-loop": 0,
  123. "unicorn/prefer-string-slice": 0,
  124. "unicorn/string-content": 0
  125. }
  126. }
  127. }