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

    rceaed42 r59329aa  
    11{
    2   "name": "dns-txt",
    3   "version": "2.0.2",
    4   "description": "Encode/decode DNS-SD TXT record RDATA fields",
    5   "main": "index.js",
     2  "_args": [
     3    [
     4      "dns-txt@2.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "dns-txt@2.0.2",
     10  "_id": "dns-txt@2.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
     13  "_location": "/dns-txt",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "dns-txt@2.0.2",
     19    "name": "dns-txt",
     20    "escapedName": "dns-txt",
     21    "rawSpec": "2.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.2"
     24  },
     25  "_requiredBy": [
     26    "/bonjour"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
     29  "_spec": "2.0.2",
     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/dns-txt/issues"
     38  },
     39  "coordinates": [
     40    55.6465696,
     41    12.5491067
     42  ],
    643  "dependencies": {
    744    "buffer-indexof": "^1.0.0"
    845  },
     46  "description": "Encode/decode DNS-SD TXT record RDATA fields",
    947  "devDependencies": {
    10     "tape": "^4.2.2",
    11     "standard": "^5.3.1"
     48    "standard": "^5.3.1",
     49    "tape": "^4.2.2"
    1250  },
    13   "scripts": {
    14     "test": "standard && tape test.js"
    15   },
    16   "repository": {
    17     "type": "git",
    18     "url": "https://github.com/watson/dns-txt.git"
    19   },
     51  "homepage": "https://github.com/watson/dns-txt",
    2052  "keywords": [
    2153    "rfc6763",
     
    3870    "discovery"
    3971  ],
    40   "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
    4172  "license": "MIT",
    42   "bugs": {
    43     "url": "https://github.com/watson/dns-txt/issues"
     73  "main": "index.js",
     74  "name": "dns-txt",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/watson/dns-txt.git"
    4478  },
    45   "homepage": "https://github.com/watson/dns-txt",
    46   "coordinates": [
    47     55.6465696,
    48     12.5491067
    49   ]
     79  "scripts": {
     80    "test": "standard && tape test.js"
     81  },
     82  "version": "2.0.2"
    5083}
Note: See TracChangeset for help on using the changeset viewer.