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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "_args": [
    [
      "wt@1.2.0",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "wt@1.2.0",
  "_id": "wt@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-nJttxFyxnIvWBWYcy7Px4XkXbRoEe77by66d0FDof266Mv00vVBNcUGa00rL1+0DdsXG75LG1rwBnBfUa2bNLA==",
  "_location": "/wt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "wt@1.2.0",
    "name": "wt",
    "escapedName": "wt",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/egg-watcher"
  ],
  "_resolved": "https://registry.npmjs.org/wt/-/wt-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com",
    "url": "http://fengmk2.com"
  },
  "bugs": {
    "url": "https://github.com/node-modules/wt/issues",
    "email": "fengmk2@gmail.com"
  },
  "contributors": [
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com",
      "url": "https://github.com/fengmk2"
    },
    {
      "name": "luckydrq",
      "email": "ruoqi.drq@alibaba-inc.com",
      "url": "https://github.com/luckydrq"
    },
    {
      "name": "popomore",
      "email": "sakura9515@gmail.com",
      "url": "https://github.com/popomore"
    }
  ],
  "dependencies": {
    "debug": "^2.2.0",
    "ndir": "^0.1.5",
    "sdk-base": "^2.0.1"
  },
  "description": "wt: Simple dir watcher, including all subdirectories, support multi dirs",
  "devDependencies": {
    "autod": "*",
    "contributors": "*",
    "istanbul": "*",
    "jshint": "*",
    "mocha": "3",
    "pedding": "1",
    "rimraf": "^2.5.2",
    "rmdir-recursive": "~0.0.1",
    "should": "6"
  },
  "engines": {
    "node": ">= 0.12.9"
  },
  "homepage": "https://github.com/node-modules/wt",
  "keywords": [
    "watch",
    "watcher",
    "wt",
    "fs",
    "dir",
    "multi-watch",
    "subdir",
    "subdirectories"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "wt",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/wt.git"
  },
  "scripts": {
    "autod": "autod -w --prefix '~'",
    "ci": "npm run lint && npm run test-cov",
    "contributors": "contributors -f plain -o AUTHORS",
    "lint": "jshint .",
    "test": "mocha -R spec -t 5000 -r should test/*.test.js",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 5000 -r should test/*.test.js"
  },
  "version": "1.2.0"
}