package.json 1.8 KB

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