{ "_from": "node-watch@0.7.3", "_id": "node-watch@0.7.3", "_inBundle": false, "_integrity": "sha512-3l4E8uMPY1HdMMryPRUAl+oIHtXtyiTlIiESNSVSNxcPfzAFzeTbXFQkZfAwBbo0B1qMSG8nUABx+Gd+YrbKrQ==", "_location": "/node-watch", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-watch@0.7.3", "name": "node-watch", "escapedName": "node-watch", "rawSpec": "0.7.3", "saveSpec": null, "fetchSpec": "0.7.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.7.3.tgz", "_shasum": "6d4db88e39c8d09d3ea61d6568d80e5975abc7ab", "_spec": "node-watch@0.7.3", "_where": "/home/l/plc/node-red", "author": { "name": "yuanchuan", "email": "yuanchuan23@gmail.com", "url": "http://yuanchuan.name" }, "bugs": { "url": "https://github.com/yuanchuan/node-watch/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A wrapper and enhancements for fs.watch", "devDependencies": { "fs-extra": "^7.0.1", "mocha": "^5.2.0" }, "engines": { "node": ">=6" }, "files": [ "lib/" ], "homepage": "https://github.com/yuanchuan/node-watch#readme", "keywords": [ "fs.watch", "watch", "watchfile" ], "license": "MIT", "main": "./lib/watch", "name": "node-watch", "repository": { "url": "git://github.com/yuanchuan/node-watch.git", "type": "git" }, "scripts": { "test": "mocha test/test.js --exit --slow 500" }, "types": "./lib/watch.d.ts", "url": "https://github.com/yuanchuan/node-watch", "version": "0.7.3" }