doum
7 天以前 47360d21048e9125315071670462e5d5bc09d273
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
{
  "_from": "chokidar@^4.0.0",
  "_id": "chokidar@4.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  "_location": "/chokidar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chokidar@^4.0.0",
    "name": "chokidar",
    "escapedName": "chokidar",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/sass"
  ],
  "_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  "_shasum": "7be37a4c03c9aee1ecfe862a4a23b2c70c205d30",
  "_spec": "chokidar@^4.0.0",
  "_where": "D:\\code\\idea2023\\git\\diandongche\\web\\node_modules\\sass",
  "author": {
    "name": "Paul Miller",
    "url": "https://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/chokidar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "readdirp": "^4.0.1"
  },
  "deprecated": false,
  "description": "Minimal and efficient cross-platform file watching library",
  "devDependencies": {
    "@paulmillr/jsbt": "0.2.1",
    "@types/node": "20.14.8",
    "chai": "4.3.4",
    "prettier": "3.1.1",
    "rimraf": "5.0.5",
    "sinon": "12.0.1",
    "sinon-chai": "3.7.0",
    "typescript": "5.5.2",
    "upath": "2.0.1"
  },
  "engines": {
    "node": ">= 14.16.0"
  },
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./index.js"
    },
    "./handler.js": {
      "import": "./esm/handler.js",
      "require": "./handler.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "handler.js",
    "handler.d.ts",
    "esm"
  ],
  "funding": "https://paulmillr.com/funding/",
  "homepage": "https://github.com/paulmillr/chokidar",
  "keywords": [
    "fs",
    "watch",
    "watchFile",
    "watcher",
    "watching",
    "file",
    "fsevents"
  ],
  "license": "MIT",
  "main": "./index.js",
  "module": "./esm/index.js",
  "name": "chokidar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/chokidar.git"
  },
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "format": "prettier --write src",
    "lint": "prettier --check src",
    "test": "node --test"
  },
  "sideEffects": false,
  "types": "./index.d.ts",
  "version": "4.0.3"
}