Changeset 59329aa for trip-planner-front/node_modules/dns-txt
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/dns-txt/package.json
rceaed42 r59329aa 1 1 { 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 ], 6 43 "dependencies": { 7 44 "buffer-indexof": "^1.0.0" 8 45 }, 46 "description": "Encode/decode DNS-SD TXT record RDATA fields", 9 47 "devDependencies": { 10 " tape": "^4.2.2",11 " standard": "^5.3.1"48 "standard": "^5.3.1", 49 "tape": "^4.2.2" 12 50 }, 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", 20 52 "keywords": [ 21 53 "rfc6763", … … 38 70 "discovery" 39 71 ], 40 "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",41 72 "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" 44 78 }, 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" 50 83 }
Note:
See TracChangeset
for help on using the changeset viewer.