aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/siginfo/package.json
blob: 4f0e7154346583f6d5df9c690ef0abc76531e6dc (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
{
  "name": "siginfo",
  "version": "2.0.0",
  "description": "Utility module to print pretty messages on SIGINFO/SIGUSR1",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "standard": "^14.3.4"
  },
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emilbayes/siginfo.git"
  },
  "keywords": [
    "siginfo",
    "sigusr1",
    "ctrl",
    "t",
    "info",
    "progress",
    "inspect"
  ],
  "author": "Emil Bay <github@tixz.dk>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/emilbayes/siginfo/issues"
  },
  "homepage": "https://github.com/emilbayes/siginfo#readme"
}