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