{
  "_args": [
    [
      "connect@^3.6.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/karma"
    ]
  ],
  "_from": "connect@>=3.6.0 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "connect@3.7.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/connect",
  "_nodeVersion": "8.16.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/connect_3.7.0_1558141124976_0.264369821190348"
  },
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "connect",
    "raw": "connect@^3.6.0",
    "rawSpec": "^3.6.0",
    "scope": null,
    "spec": ">=3.6.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  "_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
  "_shrinkwrap": null,
  "_spec": "connect@^3.6.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/karma",
  "author": {
    "email": "tj@vision-media.ca",
    "name": "TJ Holowaychuk",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/senchalabs/connect/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com"
    },
    {
      "name": "Tim Caswell",
      "email": "tim@creationix.com"
    }
  ],
  "dependencies": {
    "debug": "2.6.9",
    "finalhandler": "1.1.2",
    "parseurl": "~1.3.3",
    "utils-merge": "1.0.1"
  },
  "description": "High performance middleware framework",
  "devDependencies": {
    "eslint": "4.19.1",
    "mocha": "6.1.4",
    "nyc": "14.1.1",
    "supertest": "4.0.2"
  },
  "directories": {},
  "dist": {
    "fileCount": 6,
    "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc31jFCRA9TVsSAnZWagAAzyQQAJv9KkmLZJH2DparCeDX\nHmgdsEcBRDLnNoVOqBSaga9/lrXEbXkIhBz12g6AhOUsWB9Y9Yd8rxkp6OlZ\nWWXe/v+stD7B/LDlTudYs6Bs0p0c1+l3i2AQPFfQMFGpR2XP9hsVuOg8niph\nHkmVdMSqPO8SfW5S2f0JIqtE6ZECJhRZeJcFVBsMdV65/68dJ9Lx6vSvpWcg\npOVu5AYV8zBKwTxgRlGCsS9ptKNYxYB4FT/pbYD6yOBJm/ImPjVcYVD3JGMj\nN6iYZbMMswcSWbBGHQCrxzLxXxntbmVriQuYCpzK6yaSmmXphgUWy0NaJ2Hh\nJ6JBAetozgOJtlXPbvQEnm2nk++MegiMx//VMIUZiwJR+CWyXNzWDmVsNhgL\nJX9W70dpfTjZH1HtLvPixKLXua+CGQmnFeQ/NpUNnzskBcWQ02xbS7jUOFIu\nV3cRRLAuIDqrzDtcvCv2700QATu1runGxQBpX0mjzxq5I4FChHO+XsKjf2L/\neh3Mi4B1oR05RYLhf1Q2XGy2M9O5cH2SNGJEfgxaR8b26zpFPmtRRI/YRsAW\nB+KgcFV7tvFbkDlJCZz6R59SgJW7FUeqKFbToDGjMyAG1PUEu9Mk4+y2i280\niyIfMRBtkL+qLC3j9/hyklGxFAOy/E+Yzq9TqTY4yMnEZjEO4SJ5JhFus/1L\n2iNT\r\n=MkMu\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
    "tarball": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
    "unpackedSize": 95219
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "gitHead": "fa8916e6350e01262e86ccee82f490c65e04c728",
  "homepage": "https://github.com/senchalabs/connect#readme",
  "keywords": [
    "connect",
    "framework",
    "middleware",
    "rack",
    "web"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "name": "connect",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/senchalabs/connect.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "test-travis": "nyc --reporter=text npm test"
  },
  "version": "3.7.0"
}
