package.json 2.58 KB
{
  "_args": [
    [
      {
        "raw": "ip@^1.1.4",
        "scope": null,
        "escapedName": "ip",
        "name": "ip",
        "rawSpec": "^1.1.4",
        "spec": ">=1.1.4 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/socks"
    ]
  ],
  "_from": "ip@>=1.1.4 <2.0.0",
  "_id": "ip@1.1.4",
  "_inCache": true,
  "_location": "/ip",
  "_nodeVersion": "6.8.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/ip-1.1.4.tgz_1477939130667_0.25871887686662376"
  },
  "_npmUser": {
    "name": "indutny",
    "email": "fedor@indutny.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ip@^1.1.4",
    "scope": null,
    "escapedName": "ip",
    "name": "ip",
    "rawSpec": "^1.1.4",
    "spec": ">=1.1.4 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/socks"
  ],
  "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.4.tgz",
  "_shasum": "de8247ffef940451832550fba284945e6e039bfb",
  "_shrinkwrap": null,
  "_spec": "ip@^1.1.4",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/socks",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/node-ip/issues"
  },
  "dependencies": {},
  "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  "devDependencies": {
    "jscs": "^2.1.1",
    "jshint": "^2.8.0",
    "mocha": "~1.3.2"
  },
  "directories": {},
  "dist": {
    "shasum": "de8247ffef940451832550fba284945e6e039bfb",
    "tarball": "https://registry.npmjs.org/ip/-/ip-1.1.4.tgz"
  },
  "gitHead": "d413771ed7497ce61ddc5071a44549e2804482bf",
  "homepage": "https://github.com/indutny/node-ip",
  "license": "MIT",
  "main": "lib/ip",
  "maintainers": [
    {
      "name": "bcbailey",
      "email": "brad@memoryleak.org"
    },
    {
      "name": "fedor.indutny",
      "email": "fedor.indutny@gmail.com"
    },
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    },
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    }
  ],
  "name": "ip",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/node-ip.git"
  },
  "scripts": {
    "fix": "jscs lib/*.js test/*.js --fix",
    "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
  },
  "version": "1.1.4"
}