source: trip-planner-front/node_modules/dns-txt/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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 ],
43 "dependencies": {
44 "buffer-indexof": "^1.0.0"
45 },
46 "description": "Encode/decode DNS-SD TXT record RDATA fields",
47 "devDependencies": {
48 "standard": "^5.3.1",
49 "tape": "^4.2.2"
50 },
51 "homepage": "https://github.com/watson/dns-txt",
52 "keywords": [
53 "rfc6763",
54 "6763",
55 "rfc6762",
56 "6762",
57 "dns",
58 "mdns",
59 "multicast",
60 "txt",
61 "rdata",
62 "dns-sd",
63 "encode",
64 "decode",
65 "parse",
66 "encoder",
67 "decoder",
68 "parser",
69 "service",
70 "discovery"
71 ],
72 "license": "MIT",
73 "main": "index.js",
74 "name": "dns-txt",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/watson/dns-txt.git"
78 },
79 "scripts": {
80 "test": "standard && tape test.js"
81 },
82 "version": "2.0.2"
83}
Note: See TracBrowser for help on using the repository browser.