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

85 lines
2.4 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "bonjour-service@1.3.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bonjour-service@1.3.0",
  10. "_id": "bonjour-service@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
  13. "_location": "/bonjour-service",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bonjour-service@1.3.0",
  19. "name": "bonjour-service",
  20. "escapedName": "bonjour-service",
  21. "rawSpec": "1.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.3.0.tgz",
  29. "_spec": "1.3.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "ON LX Lited",
  33. "email": "team@onlx.ltd",
  34. "url": "https://onlx.ltd"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/onlxltd/bonjour-service/issues"
  38. },
  39. "dependencies": {
  40. "fast-deep-equal": "^3.1.3",
  41. "multicast-dns": "^7.2.5"
  42. },
  43. "description": "A Bonjour/Zeroconf implementation in TypeScript",
  44. "devDependencies": {
  45. "@types/node": "^22.9.0",
  46. "@typescript-eslint/eslint-plugin": "^5.62.0",
  47. "@typescript-eslint/parser": "^5.62.0",
  48. "after-all": "^2.0.2",
  49. "eslint": "^8.57.1",
  50. "standard": "^17.1.2",
  51. "tape": "^5.9.0",
  52. "ts-node-dev": "^2.0.0",
  53. "typescript": "^5.6.3"
  54. },
  55. "homepage": "https://github.com/onlxltd/bonjour-service",
  56. "keywords": [
  57. "bonjour",
  58. "zeroconf",
  59. "zero",
  60. "configuration",
  61. "mdns",
  62. "dns",
  63. "service",
  64. "discovery",
  65. "multicast",
  66. "broadcast",
  67. "dns-sd"
  68. ],
  69. "license": "MIT",
  70. "main": "./dist/index.js",
  71. "name": "bonjour-service",
  72. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  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.3.0"
  85. }