forked from juliangiuca/whoisjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_args": [
[
{
"name": "domaincheck",
"raw": "domaincheck",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/home/morteza/www/nik/whois"
],
[
{
"name": "domaincheck",
"raw": "domaincheck@latest",
"rawSpec": "latest",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/home/morteza/www/nik/whois"
]
],
"_from": "domaincheck@latest",
"_id": "domaincheck@0.1.2",
"_inCache": true,
"_installable": true,
"_location": "/domaincheck",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/domaincheck-0.1.2.tgz_1468127420919_0.05737235816195607"
},
"_npmUser": {
"email": "ziaeemehr@nikmodern.com",
"name": "mort3za"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"name": "domaincheck",
"raw": "domaincheck@latest",
"rawSpec": "latest",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"/"
],
"_resolved": "https://registry.npmjs.org/domaincheck/-/domaincheck-0.1.2.tgz",
"_shasum": "eb4f0d59de271dfef4ea0be19d425116fd13709b",
"_shrinkwrap": null,
"_spec": "domaincheck@latest",
"_where": "/home/morteza/www/nik/whois",
"author": {
"email": "domaincheck@eggandjam.com",
"name": "Julian Giuca"
},
"bugs": {
"url": "https://github.com/localtoast/Whoisjs/issues"
},
"dependencies": {
"underscore": "1.4.x"
},
"description": "A whois client for Node",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "eb4f0d59de271dfef4ea0be19d425116fd13709b",
"tarball": "https://registry.npmjs.org/domaincheck/-/domaincheck-0.1.2.tgz"
},
"homepage": "https://github.com/mort3za/domaincheck",
"keywords": [
"dns",
"domain",
"whois"
],
"license": "MIT",
"main": "whoisjs.js",
"maintainers": [
{
"email": "ziaeemehr@nikmodern.com",
"name": "mort3za"
}
],
"name": "domaincheck",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://mort3za@github.com/mort3za/domaincheck.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.2"
}