package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "bonjour-service@^1.0.11",
  3. "_id": "bonjour-service@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
  6. "_location": "/bonjour-service",
  7. "_phantomChildren": {
  8. "@leichtgewicht/ip-codec": "2.0.4",
  9. "thunky": "1.1.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "bonjour-service@^1.0.11",
  15. "name": "bonjour-service",
  16. "escapedName": "bonjour-service",
  17. "rawSpec": "^1.0.11",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.0.11"
  20. },
  21. "_requiredBy": [
  22. "/@vue/cli-service/webpack-dev-server"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz",
  25. "_shasum": "960948fa0e0153f5d26743ab15baf8e33752c135",
  26. "_spec": "bonjour-service@^1.0.11",
  27. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service\\node_modules\\webpack-dev-server",
  28. "author": {
  29. "name": "ON LX Lited",
  30. "email": "team@onlx.ltd",
  31. "url": "https://labs.onlx.ltd"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/onlxltd/bonjour-service/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "array-flatten": "^2.1.2",
  39. "dns-equal": "^1.0.0",
  40. "fast-deep-equal": "^3.1.3",
  41. "multicast-dns": "^7.2.5"
  42. },
  43. "deprecated": false,
  44. "description": "A Bonjour/Zeroconf implementation in TypeScript",
  45. "devDependencies": {
  46. "@types/node": "^16.18.11",
  47. "@typescript-eslint/eslint-plugin": "^5.22.0",
  48. "@typescript-eslint/parser": "^5.22.0",
  49. "after-all": "^2.0.2",
  50. "eslint": "^8.15.0",
  51. "standard": "^17.0.0",
  52. "tape": "^5.2.2",
  53. "ts-node-dev": "^2.0.0",
  54. "typescript": "^4.4.4"
  55. },
  56. "homepage": "https://github.com/onlxltd/bonjour-service",
  57. "keywords": [
  58. "bonjour",
  59. "zeroconf",
  60. "zero",
  61. "configuration",
  62. "mdns",
  63. "dns",
  64. "service",
  65. "discovery",
  66. "multicast",
  67. "broadcast",
  68. "dns-sd"
  69. ],
  70. "license": "MIT",
  71. "main": "./dist/index.js",
  72. "name": "bonjour-service",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/onlxltd/bonjour-service.git"
  76. },
  77. "scripts": {
  78. "build": "tsc --removeComments true",
  79. "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
  80. "example:simple": "node examples/simple",
  81. "test": "standard --fix && tape test/*.js"
  82. },
  83. "types": "./dist/index.d.ts",
  84. "version": "1.1.1"
  85. }