package.json 2.28 KB
{
  "_from": "async-exit-hook@^2.0.1",
  "_id": "async-exit-hook@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==",
  "_location": "/async-exit-hook",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async-exit-hook@^2.0.1",
    "name": "async-exit-hook",
    "escapedName": "async-exit-hook",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/app-builder-lib",
    "/temp-file"
  ],
  "_resolved": "https://registry.npmjs.org/async-exit-hook/-/async-exit-hook-2.0.1.tgz",
  "_shasum": "8bd8b024b0ec9b1c01cccb9af9db29bd717dfaf3",
  "_spec": "async-exit-hook@^2.0.1",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\app-builder-lib",
  "author": {
    "name": "Tapani Moilanen",
    "email": "moilanen.tapani@gmail.com",
    "url": "https://github.com/tapppi"
  },
  "ava": {
    "files": [
      "test/*.js",
      "!tests/cases/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/tapppi/async-exit-hook/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "http://sindresorhus.com"
    }
  ],
  "deprecated": false,
  "description": "Run some code when the process exits (supports async hooks and pm2 clustering)",
  "devDependencies": {
    "ava": "^0.21.0",
    "coveralls": "^2.11.14",
    "nyc": "^10.3.2",
    "standard-version": "^4.2.0",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/tapppi/async-exit-hook#readme",
  "keywords": [
    "exit",
    "quit",
    "process",
    "hook",
    "graceful",
    "handler",
    "shutdown",
    "sigterm",
    "sigint",
    "sighup",
    "pm2",
    "cluster",
    "child",
    "reload",
    "async",
    "terminate",
    "kill",
    "stop",
    "event"
  ],
  "license": "MIT",
  "name": "async-exit-hook",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapppi/async-exit-hook.git"
  },
  "scripts": {
    "release": "standard-version",
    "test": "xo && nyc ava"
  },
  "version": "2.0.1"
}