| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "bonjour-service@^1.0.11",
- "_id": "bonjour-service@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
- "_location": "/bonjour-service",
- "_phantomChildren": {
- "@leichtgewicht/ip-codec": "2.0.4",
- "thunky": "1.1.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "bonjour-service@^1.0.11",
- "name": "bonjour-service",
- "escapedName": "bonjour-service",
- "rawSpec": "^1.0.11",
- "saveSpec": null,
- "fetchSpec": "^1.0.11"
- },
- "_requiredBy": [
- "/@vue/cli-service/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz",
- "_shasum": "960948fa0e0153f5d26743ab15baf8e33752c135",
- "_spec": "bonjour-service@^1.0.11",
- "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service\\node_modules\\webpack-dev-server",
- "author": {
- "name": "ON LX Lited",
- "email": "team@onlx.ltd",
- "url": "https://labs.onlx.ltd"
- },
- "bugs": {
- "url": "https://github.com/onlxltd/bonjour-service/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "array-flatten": "^2.1.2",
- "dns-equal": "^1.0.0",
- "fast-deep-equal": "^3.1.3",
- "multicast-dns": "^7.2.5"
- },
- "deprecated": false,
- "description": "A Bonjour/Zeroconf implementation in TypeScript",
- "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"
- },
- "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.1.1"
- }
|