UNPKG

sane-updates

Version:

Forking for updated dependencies. Sane aims to be fast, small, and reliable file system watcher.

56 lines (55 loc) 1.41 kB
{ "name": "sane-updates", "version": "4.1.0", "description": "Forking for updated dependencies. Sane aims to be fast, small, and reliable file system watcher.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/amasad/sane" }, "files": [ "src", "index.js" ], "scripts": { "test": "yarn format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js && mocha --bail 'test/watchexec_*-test.js'", "test:debug": "mocha debug --bail", "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'" }, "bin": "./src/cli.js", "keywords": [ "watch", "file", "fswatcher", "watchfile", "fs", "watching" ], "author": "amasad", "license": "MIT", "dependencies": { "@cnakazawa/watch": "^1.0.4", "anymatch": "^3.1.1", "capture-exit": "^2.0.0", "exec-sh": "^0.3.4", "execa": "^4.0.0", "fb-watchman": "^2.0.1", "micromatch": "^4.0.2", "minimist": "^1.2.5", "walker": "~1.0.5" }, "devDependencies": { "eslint": "^6.8.0", "mocha": "^7.1.2", "prettier": "^2.0.5", "rimraf": "~3.0.2", "tmp": "0.2.1" }, "engines": { "node": "6.* || 8.* || >= 10.*" }, "bugs": { "url": "https://github.com/amasad/sane/issues" }, "homepage": "https://github.com/amasad/sane" }