{
  "_args": [
    [
      "bonjour-service@1.0.13",
      "/home/promolider/public_html/ipssoma_jobs"
    ]
  ],
  "_development": true,
  "_from": "bonjour-service@1.0.13",
  "_id": "bonjour-service@1.0.13",
  "_inBundle": false,
  "_integrity": "sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==",
  "_location": "/bonjour-service",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bonjour-service@1.0.13",
    "name": "bonjour-service",
    "escapedName": "bonjour-service",
    "rawSpec": "1.0.13",
    "saveSpec": null,
    "fetchSpec": "1.0.13"
  },
  "_requiredBy": [
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.13.tgz",
  "_spec": "1.0.13",
  "_where": "/home/promolider/public_html/ipssoma_jobs",
  "author": {
    "name": "ON LX Lited",
    "email": "team@onlx.ltd",
    "url": "https://labs.onlx.ltd"
  },
  "bugs": {
    "url": "https://github.com/onlxltd/bonjour-service/issues"
  },
  "dependencies": {
    "array-flatten": "^2.1.2",
    "dns-equal": "^1.0.0",
    "fast-deep-equal": "^3.1.3",
    "multicast-dns": "^7.2.5"
  },
  "description": "A Bonjour/Zeroconf implementation in TypeScript",
  "devDependencies": {
    "@types/node": "^14.14.35",
    "@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": "^1.1.8",
    "typescript": "^4.4.4"
  },
  "homepage": "https://github.com/onlxltd/bonjour-service",
  "keywords": [
    "bonjour",
    "zeroconf",
    "zero",
    "configuration",
    "mdns",
    "dns",
    "service",
    "discovery",
    "multicast",
    "broadcast",
    "dns-sd"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "bonjour-service",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onlxltd/bonjour-service.git"
  },
  "scripts": {
    "build": "tsc --removeComments true",
    "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
    "example:simple": "node examples/simple",
    "test": "standard --fix && tape test/*.js"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.13"
}
