package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "bonjour@3.5.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bonjour@3.5.0",
  10. "_id": "bonjour@3.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
  13. "_location": "/bonjour",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bonjour@3.5.0",
  19. "name": "bonjour",
  20. "escapedName": "bonjour",
  21. "rawSpec": "3.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/bonjour/download/bonjour-3.5.0.tgz",
  29. "_spec": "3.5.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Thomas Watson Steen",
  33. "email": "w@tson.dk",
  34. "url": "https://twitter.com/wa7son"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/watson/bonjour/issues"
  38. },
  39. "coordinates": [
  40. 55.68250900965318,
  41. 12.586377442991648
  42. ],
  43. "dependencies": {
  44. "array-flatten": "^2.1.0",
  45. "deep-equal": "^1.0.1",
  46. "dns-equal": "^1.0.0",
  47. "dns-txt": "^2.0.2",
  48. "multicast-dns": "^6.0.1",
  49. "multicast-dns-service-types": "^1.1.0"
  50. },
  51. "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
  52. "devDependencies": {
  53. "after-all": "^2.0.2",
  54. "standard": "^6.0.8",
  55. "tape": "^4.5.1"
  56. },
  57. "homepage": "https://github.com/watson/bonjour",
  58. "keywords": [
  59. "bonjour",
  60. "zeroconf",
  61. "zero",
  62. "configuration",
  63. "mdns",
  64. "dns",
  65. "service",
  66. "discovery",
  67. "multicast",
  68. "broadcast",
  69. "dns-sd"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "bonjour",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/watson/bonjour.git"
  77. },
  78. "scripts": {
  79. "test": "standard && tape test/*.js"
  80. },
  81. "version": "3.5.0"
  82. }