Changeset 59329aa for trip-planner-front/node_modules/bonjour/package.json
- 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/bonjour/package.json
rceaed42 r59329aa 1 1 { 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 ], 6 43 "dependencies": { 7 44 "array-flatten": "^2.1.0", … … 12 49 "multicast-dns-service-types": "^1.1.0" 13 50 }, 51 "description": "A Bonjour/Zeroconf implementation in pure JavaScript", 14 52 "devDependencies": { 15 53 "after-all": "^2.0.2", … … 17 55 "tape": "^4.5.1" 18 56 }, 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", 26 58 "keywords": [ 27 59 "bonjour", … … 37 69 "dns-sd" 38 70 ], 39 "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",40 71 "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" 43 77 }, 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" 49 82 }
Note:
See TracChangeset
for help on using the changeset viewer.