Actualizacion maquina principal
[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     "/execa",
20     "/loud-rejection",
21     "/os-locale/execa",
22     "/restore-cursor",
23     "/write-file-atomic"
24   ],
25   "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
26   "_shasum": "a1410c2edd8f077b08b4e253c8eacfcaf057461c",
27   "_spec": "signal-exit@^3.0.2",
28   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/restore-cursor",
29   "author": {
30     "name": "Ben Coe",
31     "email": "ben@npmjs.com"
32   },
33   "bugs": {
34     "url": "https://github.com/tapjs/signal-exit/issues"
35   },
36   "bundleDependencies": false,
37   "deprecated": false,
38   "description": "when you want to fire an event no matter how a process exits.",
39   "devDependencies": {
40     "chai": "^3.5.0",
41     "coveralls": "^2.11.10",
42     "nyc": "^8.1.0",
43     "standard": "^8.1.0",
44     "standard-version": "^2.3.0",
45     "tap": "^8.0.1"
46   },
47   "files": [
48     "index.js",
49     "signals.js"
50   ],
51   "homepage": "https://github.com/tapjs/signal-exit",
52   "keywords": [
53     "signal",
54     "exit"
55   ],
56   "license": "ISC",
57   "main": "index.js",
58   "name": "signal-exit",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/tapjs/signal-exit.git"
62   },
63   "scripts": {
64     "coverage": "nyc report --reporter=text-lcov | coveralls",
65     "pretest": "standard",
66     "release": "standard-version",
67     "test": "tap --timeout=240 ./test/*.js --cov"
68   },
69   "version": "3.0.3"
70 }