mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
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
{
  "_args": [
    [
      "chokidar@3.6.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "chokidar@3.6.0",
  "_id": "chokidar@3.6.0",
  "_inBundle": false,
  "_integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  "_location": "/chokidar",
  "_phantomChildren": {
    "is-glob": "4.0.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "chokidar@3.6.0",
    "name": "chokidar",
    "escapedName": "chokidar",
    "rawSpec": "3.6.0",
    "saveSpec": null,
    "fetchSpec": "3.6.0"
  },
  "_requiredBy": [
    "/sass",
    "/watchpack"
  ],
  "_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  "_spec": "3.6.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Paul Miller",
    "url": "https://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/chokidar/issues"
  },
  "contributors": [
    {
      "name": "Paul Miller",
      "url": "https://paulmillr.com"
    },
    {
      "name": "Elan Shanker"
    }
  ],
  "dependencies": {
    "anymatch": "~3.1.2",
    "braces": "~3.0.2",
    "fsevents": "~2.3.2",
    "glob-parent": "~5.1.2",
    "is-binary-path": "~2.1.0",
    "is-glob": "~4.0.1",
    "normalize-path": "~3.0.0",
    "readdirp": "~3.6.0"
  },
  "description": "Minimal and efficient cross-platform file watching library",
  "devDependencies": {
    "@types/node": "^14",
    "chai": "^4.3",
    "dtslint": "^3.3.0",
    "eslint": "^7.0.0",
    "mocha": "^7.0.0",
    "rimraf": "^3.0.0",
    "sinon": "^9.0.1",
    "sinon-chai": "^3.3.0",
    "typescript": "^4.4.3",
    "upath": "^1.2.0"
  },
  "engines": {
    "node": ">= 8.10.0"
  },
  "files": [
    "index.js",
    "lib/*.js",
    "types/index.d.ts"
  ],
  "funding": "https://paulmillr.com/funding/",
  "homepage": "https://github.com/paulmillr/chokidar",
  "keywords": [
    "fs",
    "watch",
    "watchFile",
    "watcher",
    "watching",
    "file",
    "fsevents"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "chokidar",
  "optionalDependencies": {
    "fsevents": "~2.3.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/chokidar.git"
  },
  "scripts": {
    "build": "npm ls",
    "dtslint": "dtslint types",
    "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
    "mocha": "mocha --exit --timeout 90000",
    "test": "npm run lint && npm run mocha"
  },
  "types": "./types/index.d.ts",
  "version": "3.6.0"
}