{ "name": "chokidar", "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", "version": "1.0.1", "keywords": [ "fs", "watch", "watchFile", "watcher", "watching", "file", "fsevents" ], "homepage": "https://github.com/paulmillr/chokidar", "author": { "name": "Paul Miller", "url": "http://paulmillr.com" }, "repository": { "type": "git", "url": "https://github.com/paulmillr/chokidar.git" }, "bugs": { "url": "http://github.com/paulmillr/chokidar/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/paulmillr/chokidar/raw/master/README.md" } ], "scripts": { "test": "istanbul test node_modules/mocha/bin/_mocha", "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls" }, "files": [ "index.js", "lib/" ], "devDependencies": { "chai": "^1.9.2", "coveralls": "^2.11.2", "istanbul": "^0.3.5", "mocha": "^2.0.0", "sinon": "^1.10.3", "sinon-chai": "^2.6.0" }, "optionalDependencies": { "fsevents": "^0.3.1" }, "dependencies": { "anymatch": "^1.1.0", "arrify": "^1.0.0", "async-each": "^0.1.5", "glob-parent": "^1.0.0", "is-binary-path": "^1.0.0", "is-glob": "^1.1.3", "readdirp": "^1.3.0", "fsevents": "^0.3.1" }, "gitHead": "beb9db68404a93cac844bbd2f5b5c4e25559d1a5", "_id": "chokidar@1.0.1", "_shasum": "b19e476a071ac0c7a01279cdc936e0d31c6ee06a", "_from": "chokidar@>=0.8.2", "_npmVersion": "2.7.3", "_nodeVersion": "1.6.2", "_npmUser": { "name": "es128", "email": "elan.shanker+npm@gmail.com" }, "maintainers": [ { "name": "paulmillr", "email": "paul@paulmillr.com" }, { "name": "es128", "email": "elan.shanker+npm@gmail.com" } ], "dist": { "shasum": "b19e476a071ac0c7a01279cdc936e0d31c6ee06a", "tarball": "http://registry.npmjs.org/chokidar/-/chokidar-1.0.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.0.1.tgz" }