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
86
87
88
| {
| "_args": [
| [
| "egg-watcher@3.1.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-watcher@3.1.0",
| "_id": "egg-watcher@3.1.0",
| "_inBundle": false,
| "_integrity": "sha512-0g7Kh4LySWaknwHhTz9IoYLVlT7WLXmbWa1zaV3E+WPrszdroBXGFb4ERnko8QsdPqE4sGiP1BajZl33/++ZvA==",
| "_location": "/egg-watcher",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-watcher@3.1.0",
| "name": "egg-watcher",
| "escapedName": "egg-watcher",
| "rawSpec": "3.1.0",
| "saveSpec": null,
| "fetchSpec": "3.1.0"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-watcher/-/egg-watcher-3.1.0.tgz",
| "_spec": "3.1.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "bugs": {
| "url": "https://github.com/eggjs/egg-watcher/issues"
| },
| "ci": {
| "version": "8, 10",
| "license": {
| "year": 2016
| }
| },
| "dependencies": {
| "camelcase": "^5.0.0",
| "sdk-base": "^3.5.0",
| "wt": "^1.2.0"
| },
| "description": "file watcher plugin for egg",
| "devDependencies": {
| "autod": "^3.0.1",
| "egg": "^2.11.2",
| "egg-bin": "^4.9.0",
| "egg-ci": "^1.8.0",
| "egg-mock": "^3.20.1",
| "eslint": "^5.6.0",
| "eslint-config-egg": "^7.1.0",
| "mz-modules": "^2.1.0",
| "pedding": "^1.1.0"
| },
| "eggPlugin": {
| "name": "watcher"
| },
| "engines": {
| "node": ">= 8.0.0"
| },
| "files": [
| "app.js",
| "agent.js",
| "config",
| "lib"
| ],
| "homepage": "https://github.com/eggjs/egg-watcher",
| "keywords": [
| "egg-watcher",
| "egg",
| "watcher",
| "watch"
| ],
| "name": "egg-watcher",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/eggjs/egg-watcher.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint --ext js . --fix",
| "test": "egg-bin test"
| },
| "version": "3.1.0"
| }
|
|