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
82
83
84
85
| {
| "_args": [
| [
| "ready-callback@2.1.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "ready-callback@2.1.0",
| "_id": "ready-callback@2.1.0",
| "_inBundle": false,
| "_integrity": "sha512-pyoQjeks8RvkzHbdDgSS1Faw+3xByvnWxccsIiBLOtFX+sp6pkpdSuIZJzfIgpzpOSOdVFVxrFEL+VcNL3+bBQ==",
| "_location": "/ready-callback",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "ready-callback@2.1.0",
| "name": "ready-callback",
| "escapedName": "ready-callback",
| "rawSpec": "2.1.0",
| "saveSpec": null,
| "fetchSpec": "2.1.0"
| },
| "_requiredBy": [
| "/egg-core"
| ],
| "_resolved": "https://registry.npmjs.org/ready-callback/-/ready-callback-2.1.0.tgz",
| "_spec": "2.1.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "popomore",
| "email": "sakura9515@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/ready-callback/issues"
| },
| "ci": {
| "version": "4, 6, 7"
| },
| "dependencies": {
| "debug": "^2.6.0",
| "get-ready": "^2.0.0",
| "once": "^1.4.0",
| "uuid": "^3.0.1"
| },
| "description": "Launch server after all async task ready",
| "devDependencies": {
| "autod": "^2.7.1",
| "egg-bin": "^1.11.1",
| "egg-ci": "^1.1.0",
| "eslint": "^3.15.0",
| "eslint-config-egg": "^3.2.0",
| "koa": "^1.2.4",
| "mz-modules": "^2.1.0",
| "spy": "^1.0.0"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "files": [
| "index.js",
| "lib"
| ],
| "homepage": "https://github.com/node-modules/ready-callback",
| "keywords": [
| "koa",
| "ready",
| "async"
| ],
| "license": "MIT",
| "main": "lib/ready.js",
| "name": "ready-callback",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-modules/ready-callback.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && egg-bin cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && egg-bin test"
| },
| "version": "2.1.0"
| }
|
|