summaryrefslogtreecommitdiff
path: root/includes/external/chvfs/node_modules/node-watch/package.json
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-04-02 23:03:02 +0200
committerRaindropsSys <contact@minteck.org>2023-04-02 23:03:02 +0200
commit02eda3e4c9b4ba718f1fff70b7328ed8cdd5e63b (patch)
tree6d1dec61008998aadc6b69f7e750712794d99324 /includes/external/chvfs/node_modules/node-watch/package.json
parentf559308a1b42a9036135d764374a8c007b7d70a9 (diff)
downloadpluralconnect-02eda3e4c9b4ba718f1fff70b7328ed8cdd5e63b.tar.gz
pluralconnect-02eda3e4c9b4ba718f1fff70b7328ed8cdd5e63b.tar.bz2
pluralconnect-02eda3e4c9b4ba718f1fff70b7328ed8cdd5e63b.zip
Updated 35 files, added 11 files and deleted includes/components/search.inc (automated)
Diffstat (limited to 'includes/external/chvfs/node_modules/node-watch/package.json')
-rw-r--r--includes/external/chvfs/node_modules/node-watch/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/includes/external/chvfs/node_modules/node-watch/package.json b/includes/external/chvfs/node_modules/node-watch/package.json
new file mode 100644
index 0000000..241dc81
--- /dev/null
+++ b/includes/external/chvfs/node_modules/node-watch/package.json
@@ -0,0 +1,36 @@
+{
+ "description": "A wrapper and enhancements for fs.watch",
+ "license": "MIT",
+ "name": "node-watch",
+ "repository": {
+ "url": "git://github.com/yuanchuan/node-watch.git",
+ "type": "git"
+ },
+ "keywords": [
+ "fs.watch",
+ "watch",
+ "watchfile"
+ ],
+ "version": "0.7.3",
+ "bugs": {
+ "url": "https://github.com/yuanchuan/node-watch/issues"
+ },
+ "url": "https://github.com/yuanchuan/node-watch",
+ "author": "yuanchuan <yuanchuan23@gmail.com> (http://yuanchuan.name)",
+ "main": "./lib/watch",
+ "types": "./lib/watch.d.ts",
+ "files": [
+ "lib/"
+ ],
+ "homepage": "https://github.com/yuanchuan/node-watch#readme",
+ "scripts": {
+ "test": "mocha test/test.js --exit --slow 500"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "devDependencies": {
+ "fs-extra": "^7.0.1",
+ "mocha": "^5.2.0"
+ }
+}