- 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-service-types/package.json
rceaed42 r59329aa 1 1 { 2 "name": "multicast-dns-service-types", 3 "version": "1.1.0", 2 "_args": [ 3 [ 4 "multicast-dns-service-types@1.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "multicast-dns-service-types@1.1.0", 10 "_id": "multicast-dns-service-types@1.1.0", 11 "_inBundle": false, 12 "_integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", 13 "_location": "/multicast-dns-service-types", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "multicast-dns-service-types@1.1.0", 19 "name": "multicast-dns-service-types", 20 "escapedName": "multicast-dns-service-types", 21 "rawSpec": "1.1.0", 22 "saveSpec": null, 23 "fetchSpec": "1.1.0" 24 }, 25 "_requiredBy": [ 26 "/bonjour" 27 ], 28 "_resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", 29 "_spec": "1.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mathias Buus", 33 "url": "@mafintosh" 34 }, 35 "bugs": { 36 "url": "https://github.com/mafintosh/multicast-dns-service-types/issues" 37 }, 38 "dependencies": {}, 4 39 "description": "Parse and stringify mdns service types", 5 "main": "index.js",6 "dependencies": {},7 40 "devDependencies": { 8 41 "standard": "^3.5.0", 9 42 "tape": "^4.0.0" 10 43 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/mafintosh/multicast-dns-service-types.git" 14 }, 15 "scripts": { 16 "test": "standard && tape test.js" 17 }, 18 "author": "Mathias Buus (@mafintosh)", 19 "license": "MIT", 44 "homepage": "https://github.com/mafintosh/multicast-dns-service-types", 20 45 "keywords": [ 21 46 "mdns", … … 24 49 "conf" 25 50 ], 26 "bugs": { 27 "url": "https://github.com/mafintosh/multicast-dns-service-types/issues" 51 "license": "MIT", 52 "main": "index.js", 53 "name": "multicast-dns-service-types", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/mafintosh/multicast-dns-service-types.git" 28 57 }, 29 "homepage": "https://github.com/mafintosh/multicast-dns-service-types" 58 "scripts": { 59 "test": "standard && tape test.js" 60 }, 61 "version": "1.1.0" 30 62 }
Note:
See TracChangeset
for help on using the changeset viewer.