You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 KiB
JSON

{
"_from": "bonjour-service@^1.0.11",
"_id": "bonjour-service@1.1.1",
"_inBundle": false,
"_integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
"_location": "/bonjour-service",
"_phantomChildren": {},
"_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": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.1.1.tgz",
"_shasum": "960948fa0e0153f5d26743ab15baf8e33752c135",
"_spec": "bonjour-service@^1.0.11",
"_where": "D:\\xyProject\\cacfrontend\\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"
}