Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.9 KiB

před 3 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "multicast-dns@6.2.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "multicast-dns@6.2.3",
  9. "_id": "multicast-dns@6.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
  12. "_location": "/multicast-dns",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "multicast-dns@6.2.3",
  18. "name": "multicast-dns",
  19. "escapedName": "multicast-dns",
  20. "rawSpec": "6.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "6.2.3"
  23. },
  24. "_requiredBy": [
  25. "/bonjour"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
  28. "_spec": "6.2.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mathias Buus",
  32. "url": "@mafintosh"
  33. },
  34. "bin": {
  35. "multicast-dns": "cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mafintosh/multicast-dns/issues"
  39. },
  40. "coordinates": [
  41. 55.6465878,
  42. 12.5492251
  43. ],
  44. "dependencies": {
  45. "dns-packet": "^1.3.1",
  46. "thunky": "^1.0.2"
  47. },
  48. "description": "Low level multicast-dns implementation in pure javascript",
  49. "devDependencies": {
  50. "standard": "^10.0.3",
  51. "tape": "^4.8.0"
  52. },
  53. "homepage": "https://github.com/mafintosh/multicast-dns",
  54. "keywords": [
  55. "multicast",
  56. "dns",
  57. "mdns",
  58. "multicastdns",
  59. "dns-sd",
  60. "service",
  61. "discovery",
  62. "bonjour",
  63. "avahi"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "multicast-dns",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/mafintosh/multicast-dns.git"
  71. },
  72. "scripts": {
  73. "test": "standard && tape test.js"
  74. },
  75. "version": "6.2.3"
  76. }