Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / signal-exit / package.json
1 {
2   "_from": "signal-exit@^3.0.2",
3   "_id": "signal-exit@3.0.3",
4   "_inBundle": false,
5   "_integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==",
6   "_location": "/signal-exit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "signal-exit@^3.0.2",
12     "name": "signal-exit",
13     "escapedName": "signal-exit",
14     "rawSpec": "^3.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.2"
17   },
18   "_requiredBy": [
19     "/clipboardy/execa",
20     "/execa",
21     "/loud-rejection",
22     "/os-locale/execa",
23     "/restore-cursor",
24     "/webpack-cli/execa",
25     "/write-file-atomic"
26   ],
27   "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
28   "_shasum": "a1410c2edd8f077b08b4e253c8eacfcaf057461c",
29   "_spec": "signal-exit@^3.0.2",
30   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/restore-cursor",
31   "author": {
32     "name": "Ben Coe",
33     "email": "ben@npmjs.com"
34   },
35   "bugs": {
36     "url": "https://github.com/tapjs/signal-exit/issues"
37   },
38   "bundleDependencies": false,
39   "deprecated": false,
40   "description": "when you want to fire an event no matter how a process exits.",
41   "devDependencies": {
42     "chai": "^3.5.0",
43     "coveralls": "^2.11.10",
44     "nyc": "^8.1.0",
45     "standard": "^8.1.0",
46     "standard-version": "^2.3.0",
47     "tap": "^8.0.1"
48   },
49   "files": [
50     "index.js",
51     "signals.js"
52   ],
53   "homepage": "https://github.com/tapjs/signal-exit",
54   "keywords": [
55     "signal",
56     "exit"
57   ],
58   "license": "ISC",
59   "main": "index.js",
60   "name": "signal-exit",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/tapjs/signal-exit.git"
64   },
65   "scripts": {
66     "coverage": "nyc report --reporter=text-lcov | coveralls",
67     "pretest": "standard",
68     "release": "standard-version",
69     "test": "tap --timeout=240 ./test/*.js --cov"
70   },
71   "version": "3.0.3"
72 }