| { |
| "author": "Paul Miller (https://paulmillr.com)", |
| "bugs": { |
| "url": "https://github.com/paulmillr/chokidar/issues" |
| }, |
| "contributors": [ |
| "Paul Miller (https://paulmillr.com)", |
| "Elan Shanker" |
| ], |
| "dependencies": { |
| "anymatch": "~3.1.1", |
| "braces": "~3.0.2", |
| "glob-parent": "~5.1.0", |
| "is-binary-path": "~2.1.0", |
| "is-glob": "~4.0.1", |
| "normalize-path": "~3.0.0", |
| "readdirp": "~3.2.0" |
| }, |
| "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", |
| "devDependencies": { |
| "@types/node": "^12", |
| "chai": "^4.2", |
| "coveralls": "^3", |
| "dtslint": "0.4.1", |
| "jshint": "^2.10.1", |
| "mocha": "^6.1.3", |
| "nyc": "^14.0.0", |
| "rimraf": "^2.6.3", |
| "sinon": "^7.3.1", |
| "sinon-chai": "^3.3.0", |
| "upath": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 8" |
| }, |
| "files": [ |
| "index.js", |
| "lib/", |
| "types/index.d.ts" |
| ], |
| "homepage": "https://github.com/paulmillr/chokidar", |
| "jshintConfig": { |
| "bitwise": false, |
| "curly": false, |
| "esversion": 9, |
| "expr": true, |
| "mocha": true, |
| "node": true, |
| "predef": [ |
| "toString" |
| ] |
| }, |
| "keywords": [ |
| "fs", |
| "watch", |
| "watchFile", |
| "watcher", |
| "watching", |
| "file", |
| "fsevents" |
| ], |
| "license": "MIT", |
| "name": "chokidar", |
| "optionalDependencies": { |
| "fsevents": "~2.1.1" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/paulmillr/chokidar.git" |
| }, |
| "scripts": { |
| "coveralls": "nyc report --reporter=text-lcov | coveralls", |
| "dtslint": "dtslint types", |
| "lint": "jshint index.js lib", |
| "mocha": "mocha", |
| "test": "nyc mocha --exit" |
| }, |
| "types": "./types/index.d.ts", |
| "version": "3.2.2" |
| } |