Changeset 59329aa for trip-planner-front/node_modules/dns-equal
- 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-equal/package.json
rceaed42 r59329aa 1 1 { 2 "name": "dns-equal", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "dns-equal@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "dns-equal@1.0.0", 10 "_id": "dns-equal@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", 13 "_location": "/dns-equal", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "dns-equal@1.0.0", 19 "name": "dns-equal", 20 "escapedName": "dns-equal", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/bonjour" 27 ], 28 "_resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", 29 "_spec": "1.0.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/dns-equal/issues" 38 }, 39 "coordinates": [ 40 56.010004025953165, 41 11.961870541375674 42 ], 43 "dependencies": {}, 4 44 "description": "Compare DNS record strings for equality", 5 "main": "index.js",6 "dependencies": {},7 45 "devDependencies": { 8 46 "standard": "^5.4.1" 9 47 }, 10 "scripts": { 11 "test": "standard && node test.js" 12 }, 13 "repository": { 14 "type": "git", 15 "url": "git+https://github.com/watson/dns-equal.git" 16 }, 48 "homepage": "https://github.com/watson/dns-equal#readme", 17 49 "keywords": [ 18 50 "dns", … … 26 58 "case-insensitive" 27 59 ], 28 "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",29 60 "license": "MIT", 30 "bugs": { 31 "url": "https://github.com/watson/dns-equal/issues" 61 "main": "index.js", 62 "name": "dns-equal", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/watson/dns-equal.git" 32 66 }, 33 "homepage": "https://github.com/watson/dns-equal#readme", 34 "coordinates": [ 35 56.010004025953165, 36 11.961870541375674 37 ] 67 "scripts": { 68 "test": "standard && node test.js" 69 }, 70 "version": "1.0.0" 38 71 }
Note:
See TracChangeset
for help on using the changeset viewer.