333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_args": [
    [
      "graceful@1.0.2",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "graceful@1.0.2",
  "_id": "graceful@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-oRX5662cb/o89rj6R591DS7CGYB9A3vZKDI5ycmO0o6Ub56yM31LySCzIx8N1GHMcMq9J7JqaMLK5U7EIUWB6Q==",
  "_location": "/graceful",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graceful@1.0.2",
    "name": "graceful",
    "escapedName": "graceful",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/egg"
  ],
  "_resolved": "https://registry.npmjs.org/graceful/-/graceful-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/node-modules/graceful/issues"
  },
  "dependencies": {
    "humanize-ms": "^1.2.1",
    "ps-tree": "^1.1.0"
  },
  "description": "Graceful exit when `uncaughtException` emit, base on `process.on('uncaughtException')`.",
  "devDependencies": {
    "autod": "*",
    "contributors": "^0.5.1",
    "express": "^4.16.4",
    "istanbul": "^0.4.5",
    "jshint": "2",
    "mocha": "^3.5.3",
    "supertest": "^1.2.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/node-modules/graceful",
  "keywords": [
    "graceful",
    "uncaught",
    "uncaughtException",
    "error",
    "graceful",
    "cluster",
    "graceful exit"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "graceful",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/graceful.git"
  },
  "scripts": {
    "autod": "autod -w --prefix '^'",
    "lint": "jshint .",
    "test": "mocha -R spec -t 5000 test/*.test.js",
    "test-cov": "istanbul cover _mocha -- -t 5000 test/*.test.js"
  },
  "version": "1.0.2"
}