package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "bonjour-service@1.1.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bonjour-service@1.1.1",
  10. "_id": "bonjour-service@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
  13. "_location": "/bonjour-service",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bonjour-service@1.1.1",
  19. "name": "bonjour-service",
  20. "escapedName": "bonjour-service",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "ON LX Lited",
  33. "email": "team@onlx.ltd",
  34. "url": "https://labs.onlx.ltd"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/onlxltd/bonjour-service/issues"
  38. },
  39. "dependencies": {
  40. "array-flatten": "^2.1.2",
  41. "dns-equal": "^1.0.0",
  42. "fast-deep-equal": "^3.1.3",
  43. "multicast-dns": "^7.2.5"
  44. },
  45. "description": "A Bonjour/Zeroconf implementation in TypeScript",
  46. "devDependencies": {
  47. "@types/node": "^16.18.11",
  48. "@typescript-eslint/eslint-plugin": "^5.22.0",
  49. "@typescript-eslint/parser": "^5.22.0",
  50. "after-all": "^2.0.2",
  51. "eslint": "^8.15.0",
  52. "standard": "^17.0.0",
  53. "tape": "^5.2.2",
  54. "ts-node-dev": "^2.0.0",
  55. "typescript": "^4.4.4"
  56. },
  57. "homepage": "https://github.com/onlxltd/bonjour-service",
  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": "./dist/index.js",
  73. "name": "bonjour-service",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/onlxltd/bonjour-service.git"
  77. },
  78. "scripts": {
  79. "build": "tsc --removeComments true",
  80. "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
  81. "example:simple": "node examples/simple",
  82. "test": "standard --fix && tape test/*.js"
  83. },
  84. "types": "./dist/index.d.ts",
  85. "version": "1.1.1"
  86. }