summaryrefslogtreecommitdiff
path: root/includes/external/chvfs/node_modules/node-watch/package.json
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-02 16:31:02 +0200
committerRaindropsSys <contact@minteck.org>2023-06-02 16:31:02 +0200
commit48afc99d05c7bcd54231f340635f5102a03fbda4 (patch)
treebdad312490ee42b84dde71d5c49266f1b7fc792e /includes/external/chvfs/node_modules/node-watch/package.json
parent82ef2e6f4fadb6ed721a0de79ec4d2fcfdc3f426 (diff)
downloadpluralconnect-48afc99d05c7bcd54231f340635f5102a03fbda4.tar.gz
pluralconnect-48afc99d05c7bcd54231f340635f5102a03fbda4.tar.bz2
pluralconnect-48afc99d05c7bcd54231f340635f5102a03fbda4.zip
Updated 7 files, added error.php and deleted 39 files (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, 0 insertions, 36 deletions
diff --git a/includes/external/chvfs/node_modules/node-watch/package.json b/includes/external/chvfs/node_modules/node-watch/package.json
deleted file mode 100644
index 241dc81..0000000
--- a/includes/external/chvfs/node_modules/node-watch/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "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"
- }
-}