HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/web.enelar.com.co/node_modules/bonjour-service/package.json
{
  "name": "bonjour-service",
  "version": "1.2.1",
  "description": "A Bonjour/Zeroconf implementation in TypeScript",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "multicast-dns": "^7.2.5"
  },
  "devDependencies": {
    "@types/node": "^16.18.11",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "after-all": "^2.0.2",
    "eslint": "^8.15.0",
    "standard": "^17.0.0",
    "tape": "^5.2.2",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.4.4"
  },
  "scripts": {
    "test": "standard --fix && tape test/*.js",
    "build": "tsc --removeComments true",
    "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
    "example:simple": "node examples/simple"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/onlxltd/bonjour-service.git"
  },
  "keywords": [
    "bonjour",
    "zeroconf",
    "zero",
    "configuration",
    "mdns",
    "dns",
    "service",
    "discovery",
    "multicast",
    "broadcast",
    "dns-sd"
  ],
  "author": "ON LX Lited <team@onlx.ltd> (https://labs.onlx.ltd)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onlxltd/bonjour-service/issues"
  },
  "homepage": "https://github.com/onlxltd/bonjour-service"
}