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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
| {
| "_from": "@parcel/watcher@^2.4.1",
| "_id": "@parcel/watcher@2.5.6",
| "_inBundle": false,
| "_integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
| "_location": "/@parcel/watcher",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@parcel/watcher@^2.4.1",
| "name": "@parcel/watcher",
| "escapedName": "@parcel%2fwatcher",
| "scope": "@parcel",
| "rawSpec": "^2.4.1",
| "saveSpec": null,
| "fetchSpec": "^2.4.1"
| },
| "_requiredBy": [
| "/sass"
| ],
| "_resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.6.tgz",
| "_shasum": "3f932828c894f06d0ad9cfefade1756ecc6ef1f1",
| "_spec": "@parcel/watcher@^2.4.1",
| "_where": "D:\\code\\idea2023\\git\\diandongche\\web\\node_modules\\sass",
| "binary": {
| "napi_versions": [
| 3
| ]
| },
| "bugs": {
| "url": "https://github.com/parcel-bundler/watcher/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@parcel/watcher-android-arm64": "2.5.6",
| "@parcel/watcher-darwin-arm64": "2.5.6",
| "@parcel/watcher-darwin-x64": "2.5.6",
| "@parcel/watcher-freebsd-x64": "2.5.6",
| "@parcel/watcher-linux-arm-glibc": "2.5.6",
| "@parcel/watcher-linux-arm-musl": "2.5.6",
| "@parcel/watcher-linux-arm64-glibc": "2.5.6",
| "@parcel/watcher-linux-arm64-musl": "2.5.6",
| "@parcel/watcher-linux-x64-glibc": "2.5.6",
| "@parcel/watcher-linux-x64-musl": "2.5.6",
| "@parcel/watcher-win32-arm64": "2.5.6",
| "@parcel/watcher-win32-ia32": "2.5.6",
| "@parcel/watcher-win32-x64": "2.5.6",
| "detect-libc": "^2.0.3",
| "is-glob": "^4.0.3",
| "node-addon-api": "^7.0.0",
| "picomatch": "^4.0.3"
| },
| "deprecated": false,
| "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
| "devDependencies": {
| "esbuild": "^0.19.8",
| "fs-extra": "^10.0.0",
| "husky": "^7.0.2",
| "lint-staged": "^11.1.2",
| "mocha": "^9.1.1",
| "napi-wasm": "^1.1.0",
| "prebuildify": "^6.0.1",
| "prettier": "^2.3.2"
| },
| "engines": {
| "node": ">= 10.0.0"
| },
| "files": [
| "index.js",
| "index.js.flow",
| "index.d.ts",
| "wrapper.js",
| "package.json",
| "README.md",
| "LICENSE",
| "src",
| "scripts/build-from-source.js",
| "binding.gyp"
| ],
| "funding": {
| "type": "opencollective",
| "url": "https://opencollective.com/parcel"
| },
| "homepage": "https://github.com/parcel-bundler/watcher#readme",
| "husky": {
| "hooks": {
| "pre-commit": "lint-staged"
| }
| },
| "license": "MIT",
| "lint-staged": {
| "*.{js,json,md}": [
| "prettier --write",
| "git add"
| ]
| },
| "main": "index.js",
| "name": "@parcel/watcher",
| "optionalDependencies": {
| "@parcel/watcher-android-arm64": "2.5.6",
| "@parcel/watcher-darwin-arm64": "2.5.6",
| "@parcel/watcher-darwin-x64": "2.5.6",
| "@parcel/watcher-freebsd-x64": "2.5.6",
| "@parcel/watcher-linux-arm-glibc": "2.5.6",
| "@parcel/watcher-linux-arm-musl": "2.5.6",
| "@parcel/watcher-linux-arm64-glibc": "2.5.6",
| "@parcel/watcher-linux-arm64-musl": "2.5.6",
| "@parcel/watcher-linux-x64-glibc": "2.5.6",
| "@parcel/watcher-linux-x64-musl": "2.5.6",
| "@parcel/watcher-win32-arm64": "2.5.6",
| "@parcel/watcher-win32-ia32": "2.5.6",
| "@parcel/watcher-win32-x64": "2.5.6"
| },
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/parcel-bundler/watcher.git"
| },
| "scripts": {
| "build": "node-gyp rebuild",
| "format": "prettier --write \"./**/*.{js,json,md}\"",
| "install": "node scripts/build-from-source.js",
| "prebuild": "prebuildify --napi --strip --tag-libc",
| "test": "mocha"
| },
| "types": "index.d.ts",
| "version": "2.5.6"
| }
|
|