1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "dns-equal",
|
3 |
|
|
"version": "1.0.0",
|
4 |
|
|
"description": "Compare DNS record strings for equality",
|
5 |
|
|
"main": "index.js",
|
6 |
|
|
"dependencies": {},
|
7 |
|
|
"devDependencies": {
|
8 |
|
|
"standard": "^5.4.1"
|
9 |
|
|
},
|
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 |
|
|
},
|
17 |
|
|
"keywords": [
|
18 |
|
|
"dns",
|
19 |
|
|
"compare",
|
20 |
|
|
"comparing",
|
21 |
|
|
"equal",
|
22 |
|
|
"equality",
|
23 |
|
|
"match",
|
24 |
|
|
"downcase",
|
25 |
|
|
"lowercase",
|
26 |
|
|
"case-insensitive"
|
27 |
|
|
],
|
28 |
|
|
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
|
29 |
|
|
"license": "MIT",
|
30 |
|
|
"bugs": {
|
31 |
|
|
"url": "https://github.com/watson/dns-equal/issues"
|
32 |
|
|
},
|
33 |
|
|
"homepage": "https://github.com/watson/dns-equal#readme",
|
34 |
|
|
"coordinates": [
|
35 |
|
|
56.010004025953165,
|
36 |
|
|
11.961870541375674
|
37 |
|
|
]
|
38 |
|
|
}
|