package.json 1.24 KB
{
  "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"
}