
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "signal-exit@^3.0.0",
  "_id": "signal-exit@3.0.4",
  "_inBundle": false,
  "_integrity": "sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==",
  "_location": "/ghost-cli/signal-exit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "signal-exit@^3.0.0",
    "name": "signal-exit",
    "escapedName": "signal-exit",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/ghost-cli/execa",
    "/ghost-cli/fkill/execa",
    "/ghost-cli/listr-verbose-renderer/restore-cursor",
    "/ghost-cli/log-update/restore-cursor",
    "/ghost-cli/ora/restore-cursor",
    "/ghost-cli/pid-port/execa",
    "/ghost-cli/restore-cursor",
    "/ghost-cli/taskkill/execa"
  ],
  "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.4.tgz",
  "_shasum": "366a4684d175b9cab2081e3681fda3747b6c51d7",
  "_spec": "signal-exit@^3.0.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/execa",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/tapjs/signal-exit/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "when you want to fire an event no matter how a process exits.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^3.1.1",
    "nyc": "^15.1.0",
    "standard-version": "^9.3.1",
    "tap": "^15.0.9"
  },
  "files": [
    "index.js",
    "signals.js"
  ],
  "homepage": "https://github.com/tapjs/signal-exit",
  "keywords": [
    "signal",
    "exit"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "signal-exit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/signal-exit.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "release": "standard-version",
    "test": "tap --timeout=240 ./test/*.js --cov"
  },
  "version": "3.0.4"
}
