source: trip-planner-front/node_modules/multicast-dns/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "multicast-dns@6.2.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "multicast-dns@6.2.3",
10 "_id": "multicast-dns@6.2.3",
11 "_inBundle": false,
12 "_integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
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.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
29 "_spec": "6.2.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
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}
Note: See TracBrowser for help on using the repository browser.