blob: d6de5125d18c9f642a24aed9abe5eeb6c8c5df0a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "signal-exit@^3.0.0",
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.0",
12 "name": "signal-exit",
13 "escapedName": "signal-exit",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/bin-version/execa",
20 "/execa",
21 "/gifsicle/execa",
22 "/loud-rejection"
23 ],
24 "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
25 "_shasum": "a1410c2edd8f077b08b4e253c8eacfcaf057461c",
26 "_spec": "signal-exit@^3.0.0",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\execa",
28 "author": {
29 "name": "Ben Coe",
30 "email": "ben@npmjs.com"
31 },
32 "bugs": {
33 "url": "https://github.com/tapjs/signal-exit/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "when you want to fire an event no matter how a process exits.",
38 "devDependencies": {
39 "chai": "^3.5.0",
40 "coveralls": "^2.11.10",
41 "nyc": "^8.1.0",
42 "standard": "^8.1.0",
43 "standard-version": "^2.3.0",
44 "tap": "^8.0.1"
45 },
46 "files": [
47 "index.js",
48 "signals.js"
49 ],
50 "homepage": "https://github.com/tapjs/signal-exit",
51 "keywords": [
52 "signal",
53 "exit"
54 ],
55 "license": "ISC",
56 "main": "index.js",
57 "name": "signal-exit",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/tapjs/signal-exit.git"
61 },
62 "scripts": {
63 "coverage": "nyc report --reporter=text-lcov | coveralls",
64 "pretest": "standard",
65 "release": "standard-version",
66 "test": "tap --timeout=240 ./test/*.js --cov"
67 },
68 "version": "3.0.3"
69}