package.json 2.22 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "_args": [
    [
      "async-exit-hook@2.0.1",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_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": "version",
    "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"
huahua committed
24
  },
huahua committed
25 26 27 28 29 30 31
  "_requiredBy": [
    "/app-builder-lib",
    "/temp-file"
  ],
  "_resolved": "https://registry.npmmirror.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
huahua committed
32 33 34 35 36
  "author": {
    "name": "Tapani Moilanen",
    "email": "moilanen.tapani@gmail.com",
    "url": "https://github.com/tapppi"
  },
huahua committed
37 38 39 40 41 42 43 44 45
  "ava": {
    "files": [
      "test/*.js",
      "!tests/cases/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/tapppi/async-exit-hook/issues"
  },
huahua committed
46 47 48 49 50 51 52
  "contributors": [
    {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "http://sindresorhus.com"
    }
  ],
huahua committed
53 54 55 56 57 58 59 60
  "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"
  },
huahua committed
61 62 63 64 65 66
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "index.js"
  ],
huahua committed
67
  "homepage": "https://github.com/tapppi/async-exit-hook#readme",
huahua committed
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
  "keywords": [
    "exit",
    "quit",
    "process",
    "hook",
    "graceful",
    "handler",
    "shutdown",
    "sigterm",
    "sigint",
    "sighup",
    "pm2",
    "cluster",
    "child",
    "reload",
    "async",
    "terminate",
    "kill",
    "stop",
    "event"
  ],
huahua committed
89 90 91 92 93
  "license": "MIT",
  "name": "async-exit-hook",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapppi/async-exit-hook.git"
huahua committed
94
  },
huahua committed
95 96 97 98 99
  "scripts": {
    "release": "standard-version",
    "test": "xo && nyc ava"
  },
  "version": "2.0.1"
huahua committed
100
}