liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "node-watch@0.7.3",
  "_id": "node-watch@0.7.3",
  "_inBundle": false,
  "_integrity": "sha512-3l4E8uMPY1HdMMryPRUAl+oIHtXtyiTlIiESNSVSNxcPfzAFzeTbXFQkZfAwBbo0B1qMSG8nUABx+Gd+YrbKrQ==",
  "_location": "/node-watch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-watch@0.7.3",
    "name": "node-watch",
    "escapedName": "node-watch",
    "rawSpec": "0.7.3",
    "saveSpec": null,
    "fetchSpec": "0.7.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.7.3.tgz",
  "_shasum": "6d4db88e39c8d09d3ea61d6568d80e5975abc7ab",
  "_spec": "node-watch@0.7.3",
  "_where": "/home/l/plc/node-red",
  "author": {
    "name": "yuanchuan",
    "email": "yuanchuan23@gmail.com",
    "url": "http://yuanchuan.name"
  },
  "bugs": {
    "url": "https://github.com/yuanchuan/node-watch/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A wrapper and enhancements for fs.watch",
  "devDependencies": {
    "fs-extra": "^7.0.1",
    "mocha": "^5.2.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/yuanchuan/node-watch#readme",
  "keywords": [
    "fs.watch",
    "watch",
    "watchfile"
  ],
  "license": "MIT",
  "main": "./lib/watch",
  "name": "node-watch",
  "repository": {
    "url": "git://github.com/yuanchuan/node-watch.git",
    "type": "git"
  },
  "scripts": {
    "test": "mocha test/test.js --exit --slow 500"
  },
  "types": "./lib/watch.d.ts",
  "url": "https://github.com/yuanchuan/node-watch",
  "version": "0.7.3"
}