source: trip-planner-front/node_modules/bonjour/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "bonjour@3.5.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
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.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
29 "_spec": "3.5.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
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}
Note: See TracBrowser for help on using the repository browser.