package.json
1.24 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
{
"name": "ip",
"version": "0.3.2",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"homepage": "https://github.com/indutny/node-ip",
"repository": {
"type": "git",
"url": "http://github.com/indutny/node-ip.git"
},
"main": "lib/ip",
"devDependencies": {
"mocha": "~1.3.2"
},
"scripts": {
"test": "mocha --reporter spec test/*-test.js"
},
"gitHead": "978e13d19531c9d9172044654df9dfb7ed116e45",
"description": "IP address utilities for node.js",
"bugs": {
"url": "https://github.com/indutny/node-ip/issues"
},
"_id": "ip@0.3.2",
"_shasum": "7d5ed34326688b36b6ab81f1865ea8266c28f0db",
"_from": "ip@latest",
"_npmVersion": "1.4.28",
"_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": "7d5ed34326688b36b6ab81f1865ea8266c28f0db",
"tarball": "http://registry.npmjs.org/ip/-/ip-0.3.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/ip/-/ip-0.3.2.tgz"
}