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/bonjour/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "bonjour",
    3   "version": "3.5.0",
    4   "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
    5   "main": "index.js",
     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  ],
    643  "dependencies": {
    744    "array-flatten": "^2.1.0",
     
    1249    "multicast-dns-service-types": "^1.1.0"
    1350  },
     51  "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
    1452  "devDependencies": {
    1553    "after-all": "^2.0.2",
     
    1755    "tape": "^4.5.1"
    1856  },
    19   "scripts": {
    20     "test": "standard && tape test/*.js"
    21   },
    22   "repository": {
    23     "type": "git",
    24     "url": "https://github.com/watson/bonjour.git"
    25   },
     57  "homepage": "https://github.com/watson/bonjour",
    2658  "keywords": [
    2759    "bonjour",
     
    3769    "dns-sd"
    3870  ],
    39   "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
    4071  "license": "MIT",
    41   "bugs": {
    42     "url": "https://github.com/watson/bonjour/issues"
     72  "main": "index.js",
     73  "name": "bonjour",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/watson/bonjour.git"
    4377  },
    44   "homepage": "https://github.com/watson/bonjour",
    45   "coordinates": [
    46     55.68250900965318,
    47     12.586377442991648
    48   ]
     78  "scripts": {
     79    "test": "standard && tape test/*.js"
     80  },
     81  "version": "3.5.0"
    4982}
Note: See TracChangeset for help on using the changeset viewer.