| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_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": "E:\\qinduan\\mallbackinfrontend\\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"
- }
|