package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "bonjour@^3.5.0",
  3. "_id": "bonjour@3.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
  6. "_location": "/bonjour",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bonjour@^3.5.0",
  12. "name": "bonjour",
  13. "escapedName": "bonjour",
  14. "rawSpec": "^3.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.5.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
  22. "_shasum": "8e890a183d8ee9a2393b3844c691a42bcf7bc9f5",
  23. "_spec": "bonjour@^3.5.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack-dev-server",
  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/bonjour/issues"
  32. },
  33. "bundleDependencies": false,
  34. "coordinates": [
  35. 55.68250900965318,
  36. 12.586377442991648
  37. ],
  38. "dependencies": {
  39. "array-flatten": "^2.1.0",
  40. "deep-equal": "^1.0.1",
  41. "dns-equal": "^1.0.0",
  42. "dns-txt": "^2.0.2",
  43. "multicast-dns": "^6.0.1",
  44. "multicast-dns-service-types": "^1.1.0"
  45. },
  46. "deprecated": false,
  47. "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
  48. "devDependencies": {
  49. "after-all": "^2.0.2",
  50. "standard": "^6.0.8",
  51. "tape": "^4.5.1"
  52. },
  53. "homepage": "https://github.com/watson/bonjour",
  54. "keywords": [
  55. "bonjour",
  56. "zeroconf",
  57. "zero",
  58. "configuration",
  59. "mdns",
  60. "dns",
  61. "service",
  62. "discovery",
  63. "multicast",
  64. "broadcast",
  65. "dns-sd"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "bonjour",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/watson/bonjour.git"
  73. },
  74. "scripts": {
  75. "test": "standard && tape test/*.js"
  76. },
  77. "version": "3.5.0"
  78. }