{ "name": "@electric-eloquence/chokidar", "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", "version": "1.7.0", "keywords": [ "fs", "watch", "watchFile", "watcher", "watching", "file", "fsevents" ], "homepage": "https://github.com/electric-eloquence/chokidar", "author": "Paul Miller (http://paulmillr.com), Elan Shanker", "repository": { "type": "git", "url": "git+https://github.com/electric-eloquence/chokidar.git" }, "bugs": { "url": "http://github.com/electric-eloquence/chokidar/issues" }, "license": "MIT", "scripts": { "test": "nyc mocha --exit" }, "files": [ "index.js", "lib/" ], "devDependencies": { "chai": "4.x", "graceful-fs": "^4.1.15", "mocha": "5.x", "nyc": "^11.9.0", "rimraf": "^2.6.2", "sinon": "7.x", "sinon-chai": "3.x" }, "optionalDependencies": { "fsevents": "^2.0.1" }, "dependencies": { "anymatch": "^1.3.0", "async-each": "^1.0.0", "glob-parent": "^2.0.0", "inherits": "^2.0.1", "is-binary-path": "^1.0.0", "is-glob": "^2.0.0", "path-is-absolute": "^1.0.0", "readdirp": "^2.0.0" } }