UNPKG

@nicolo-ribaudo/chokidar-2

Version:

A wrapper around chokidar@2 to be able to specify both @2 and @3 as dependencies

33 lines (32 loc) 879 B
{ "name": "@nicolo-ribaudo/chokidar-2", "version": "2.1.8-no-fsevents", "description": "A wrapper around chokidar@2 to be able to specify both @2 and @3 as dependencies", "main": "./chokidar/index.js", "types": "./chokidar/types/index.d.ts", "scripts": { "download-chokidar": "./download-chokidar.sh" }, "dependencies": { "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", "is-glob": "^4.0.0", "normalize-path": "^3.0.0", "path-is-absolute": "^1.0.0", "readdirp": "^2.2.1", "upath": "^1.1.1" }, "author": "Nicolò Ribaudo <nicolo.ribaudo@gmail.com>", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/nicolo-ribaudo/chokidar-2" } }