package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "bonjour-service@^1.0.11",
  3. "_id": "bonjour-service@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
  6. "_location": "/bonjour-service",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bonjour-service@^1.0.11",
  12. "name": "bonjour-service",
  13. "escapedName": "bonjour-service",
  14. "rawSpec": "^1.0.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.11"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.3.0.tgz",
  22. "_shasum": "80d867430b5a0da64e82a8047fc1e355bdb71722",
  23. "_spec": "bonjour-service@^1.0.11",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "ON LX Lited",
  27. "email": "team@onlx.ltd",
  28. "url": "https://onlx.ltd"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/onlxltd/bonjour-service/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "fast-deep-equal": "^3.1.3",
  36. "multicast-dns": "^7.2.5"
  37. },
  38. "deprecated": false,
  39. "description": "A Bonjour/Zeroconf implementation in TypeScript",
  40. "devDependencies": {
  41. "@types/node": "^22.9.0",
  42. "@typescript-eslint/eslint-plugin": "^5.62.0",
  43. "@typescript-eslint/parser": "^5.62.0",
  44. "after-all": "^2.0.2",
  45. "eslint": "^8.57.1",
  46. "standard": "^17.1.2",
  47. "tape": "^5.9.0",
  48. "ts-node-dev": "^2.0.0",
  49. "typescript": "^5.6.3"
  50. },
  51. "homepage": "https://github.com/onlxltd/bonjour-service",
  52. "keywords": [
  53. "bonjour",
  54. "zeroconf",
  55. "zero",
  56. "configuration",
  57. "mdns",
  58. "dns",
  59. "service",
  60. "discovery",
  61. "multicast",
  62. "broadcast",
  63. "dns-sd"
  64. ],
  65. "license": "MIT",
  66. "main": "./dist/index.js",
  67. "name": "bonjour-service",
  68. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/onlxltd/bonjour-service.git"
  72. },
  73. "scripts": {
  74. "build": "tsc --removeComments true",
  75. "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
  76. "example:simple": "node examples/simple",
  77. "test": "standard --fix && tape test/*.js"
  78. },
  79. "types": "./dist/index.d.ts",
  80. "version": "1.3.0"
  81. }