package.json 2.3 KB

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