package.json 1.7 KB

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