Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/multicast-dns/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "multicast-dns",
    3   "version": "6.2.3",
    4   "description": "Low level multicast-dns implementation in pure javascript",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "standard && tape test.js"
     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"
    824  },
    9   "bin": "cli.js",
     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  ],
    1045  "dependencies": {
    1146    "dns-packet": "^1.3.1",
    1247    "thunky": "^1.0.2"
    1348  },
     49  "description": "Low level multicast-dns implementation in pure javascript",
    1450  "devDependencies": {
    1551    "standard": "^10.0.3",
    1652    "tape": "^4.8.0"
    17   },
    18   "repository": {
    19     "type": "git",
    20     "url": "https://github.com/mafintosh/multicast-dns.git"
    21   },
    22   "author": "Mathias Buus (@mafintosh)",
    23   "license": "MIT",
    24   "bugs": {
    25     "url": "https://github.com/mafintosh/multicast-dns/issues"
    2653  },
    2754  "homepage": "https://github.com/mafintosh/multicast-dns",
     
    3764    "avahi"
    3865  ],
    39   "coordinates": [
    40     55.6465878,
    41     12.5492251
    42   ]
     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"
    4377}
Note: See TracChangeset for help on using the changeset viewer.