package.json
1.29 KB
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
{
"name": "ip",
"version": "0.3.3",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"homepage": "https://github.com/indutny/node-ip",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/node-ip.git"
},
"main": "lib/ip",
"devDependencies": {
"mocha": "~1.3.2"
},
"scripts": {
"test": "mocha --reporter spec test/*-test.js"
},
"license": "MIT",
"gitHead": "7798e2d222718087863d8a5a99e3c02f3a30e2b9",
"description": "IP address utilities for node.js",
"bugs": {
"url": "https://github.com/indutny/node-ip/issues"
},
"_id": "ip@0.3.3",
"_shasum": "8ee8309e92f0b040d287f72efaca1a21702d3fb4",
"_from": "ip@latest",
"_npmVersion": "2.9.0",
"_nodeVersion": "2.0.0",
"_npmUser": {
"name": "indutny",
"email": "fedor@indutny.com"
},
"maintainers": [
{
"name": "fedor.indutny",
"email": "fedor.indutny@gmail.com"
},
{
"name": "mmalecki",
"email": "me@mmalecki.com"
},
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"dist": {
"shasum": "8ee8309e92f0b040d287f72efaca1a21702d3fb4",
"tarball": "http://registry.npmjs.org/ip/-/ip-0.3.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/ip/-/ip-0.3.3.tgz"
}