{
  "_args": [
    [
      "unordered-set@^1.1.0",
      "/home/unitech/keymetrics/cloud-functions/node_modules/dns-discovery"
    ]
  ],
  "_from": "unordered-set@>=1.1.0 <2.0.0",
  "_id": "unordered-set@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/unordered-set",
  "_nodeVersion": "4.2.6",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/unordered-set-1.1.0.tgz_1454954768514_0.567512724082917"
  },
  "_npmUser": {
    "email": "mathiasbuus@gmail.com",
    "name": "mafintosh"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "unordered-set",
    "raw": "unordered-set@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/dns-discovery"
  ],
  "_resolved": "https://registry.npmjs.org/unordered-set/-/unordered-set-1.1.0.tgz",
  "_shasum": "2ba7ef316edd0b9590cc547c74f76a2f164fecca",
  "_shrinkwrap": null,
  "_spec": "unordered-set@^1.1.0",
  "_where": "/home/unitech/keymetrics/cloud-functions/node_modules/dns-discovery",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/unordered-set/issues"
  },
  "dependencies": {},
  "description": "A couple of functions that make it easy to maintain an unordered set as an array in an efficient way",
  "devDependencies": {
    "standard": "^6.0.4",
    "tape": "^4.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "2ba7ef316edd0b9590cc547c74f76a2f164fecca",
    "tarball": "https://registry.npmjs.org/unordered-set/-/unordered-set-1.1.0.tgz"
  },
  "gitHead": "97787688aba10779b6989a4c5115d709bed658ae",
  "homepage": "https://github.com/mafintosh/unordered-set",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "mathiasbuus@gmail.com",
      "name": "mafintosh"
    }
  ],
  "name": "unordered-set",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/unordered-set.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "1.1.0"
}
