package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "dns-txt@^2.0.2",
  3. "_id": "dns-txt@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
  6. "_location": "/dns-txt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dns-txt@^2.0.2",
  12. "name": "dns-txt",
  13. "escapedName": "dns-txt",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/bonjour"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
  22. "_shasum": "b91d806f5d27188e4ab3e7d107d881a1cc4642b6",
  23. "_spec": "dns-txt@^2.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\bonjour",
  25. "author": {
  26. "name": "Thomas Watson Steen",
  27. "email": "w@tson.dk",
  28. "url": "https://twitter.com/wa7son"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/watson/dns-txt/issues"
  32. },
  33. "bundleDependencies": false,
  34. "coordinates": [
  35. 55.6465696,
  36. 12.5491067
  37. ],
  38. "dependencies": {
  39. "buffer-indexof": "^1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Encode/decode DNS-SD TXT record RDATA fields",
  43. "devDependencies": {
  44. "standard": "^5.3.1",
  45. "tape": "^4.2.2"
  46. },
  47. "homepage": "https://github.com/watson/dns-txt",
  48. "keywords": [
  49. "rfc6763",
  50. "6763",
  51. "rfc6762",
  52. "6762",
  53. "dns",
  54. "mdns",
  55. "multicast",
  56. "txt",
  57. "rdata",
  58. "dns-sd",
  59. "encode",
  60. "decode",
  61. "parse",
  62. "encoder",
  63. "decoder",
  64. "parser",
  65. "service",
  66. "discovery"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "dns-txt",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/watson/dns-txt.git"
  74. },
  75. "scripts": {
  76. "test": "standard && tape test.js"
  77. },
  78. "version": "2.0.2"
  79. }