{
  "_from": "is2@2.0.1",
  "_id": "is2@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-+WaJvnaA7aJySz2q/8sLjMb2Mw14KTplHmSwcSpZ/fWJPkUmqw3YTzSWbPJ7OAwRvdYTWF2Wg+yYJ1AdP5Z8CA==",
  "_location": "/is2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is2@2.0.1",
    "name": "is2",
    "escapedName": "is2",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/tcp-port-used"
  ],
  "_resolved": "https://registry.npmjs.org/is2/-/is2-2.0.1.tgz",
  "_shasum": "8ac355644840921ce435d94f05d3a94634d3481a",
  "_spec": "is2@2.0.1",
  "_where": "/Users/naboo/github/nextstrain/auspice/docs-src/node_modules/tcp-port-used",
  "author": {
    "name": "Enrico Marino",
    "email": "enrico.marino@email.com"
  },
  "bugs": {
    "url": "http://github.com/stdarg/is/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "deep-is": "^0.1.3",
    "ip-regex": "^2.1.0",
    "is-url": "^1.2.2"
  },
  "deprecated": false,
  "description": "A type checking library where each exported function returns either true or false and does not throw. Also added tests.",
  "devDependencies": {
    "jsdom": "0.5.0",
    "mocha": "5.0.1",
    "mongodb": "3.0.2"
  },
  "engines": {
    "node": ">=v0.10.0"
  },
  "homepage": "http://github.com/stdarg/is2",
  "keywords": [
    "type",
    "check",
    "checker",
    "checking",
    "utilities",
    "network",
    "networking",
    "credit",
    "card",
    "validation"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": "Edmond Meinfelder <edmond@stdarg.com>, Chris Oyler <christopher.oyler@gmail.com>",
  "name": "is2",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/stdarg/is2.git"
  },
  "scripts": {
    "test": "mocha -C --reporter list tests.js"
  },
  "tags": [
    "type",
    "check",
    "checker",
    "checking",
    "utilities",
    "network",
    "networking",
    "credit",
    "card",
    "validation"
  ],
  "version": "2.0.1"
}
