netplaySniff – Diff between revs 5 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 6
Line 8... Line 8...
8 "name": "netplaysniff", 8 "name": "netplaysniff",
9 "version": "1.0.0", 9 "version": "1.0.0",
10 "license": "MIT", 10 "license": "MIT",
11 "dependencies": { 11 "dependencies": {
12 "cap": "^0.2.1", 12 "cap": "^0.2.1",
-   13 "commander": "^12.1.0",
13 "inotify-remastered": "^2.2.1", 14 "inotify-remastered": "^2.2.1",
14 "iptables2": "^0.2.0", 15 "iptables2": "^0.2.0",
15 "mqtt": "^4.3.7", 16 "mqtt": "^4.3.7",
16 "netfilter": "^0.3.3", 17 "netfilter": "^0.3.3",
17 "short-hash": "^1.0.0", 18 "short-hash": "^1.0.0",
Line 351... Line 352...
351 "dependencies": { 352 "dependencies": {
352 "color": "^3.1.3", 353 "color": "^3.1.3",
353 "text-hex": "1.0.x" 354 "text-hex": "1.0.x"
354 } 355 }
355 }, 356 },
-   357 "node_modules/commander": {
-   358 "version": "12.1.0",
-   359 "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
-   360 "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
-   361 "engines": {
-   362 "node": ">=18"
-   363 }
-   364 },
356 "node_modules/commist": { 365 "node_modules/commist": {
357 "version": "1.1.0", 366 "version": "1.1.0",
358 "resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz", 367 "resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz",
359 "integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==", 368 "integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==",
360 "dependencies": { 369 "dependencies": {