Changeset 59329aa for trip-planner-front/node_modules/multicast-dns
- 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/multicast-dns/package.json
rceaed42 r59329aa 1 1 { 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" 8 24 }, 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 ], 10 45 "dependencies": { 11 46 "dns-packet": "^1.3.1", 12 47 "thunky": "^1.0.2" 13 48 }, 49 "description": "Low level multicast-dns implementation in pure javascript", 14 50 "devDependencies": { 15 51 "standard": "^10.0.3", 16 52 "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"26 53 }, 27 54 "homepage": "https://github.com/mafintosh/multicast-dns", … … 37 64 "avahi" 38 65 ], 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" 43 77 }
Note:
See TracChangeset
for help on using the changeset viewer.