aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/why-is-node-running/package.json
blob: 9bf6a6d651e47b7f3d843f306ebb3aa1deb9c712 (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
{
  "name": "why-is-node-running",
  "version": "2.3.0",
  "description": "Node is running but you don't know why? why-is-node-running is here to help you.",
  "main": "index.js",
  "dependencies": {
    "siginfo": "^2.0.0",
    "stackback": "0.0.2"
  },
  "bin": {
    "why-is-node-running": "cli.js"
  },
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/why-is-node-running.git"
  },
  "keywords": [
    "debug",
    "devops",
    "test",
    "events",
    "handles"
  ],
  "author": "Mathias Buus (@mafintosh)",
  "contributors": [
    {
      "name": "Jon Peck",
      "email": "jpeck@fluxsauce.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/why-is-node-running/issues"
  },
  "homepage": "https://github.com/mafintosh/why-is-node-running"
}