package.json 3.52 KB
{
  "_args": [
    [
      {
        "raw": "connect@^3.6.0",
        "scope": null,
        "escapedName": "connect",
        "name": "connect",
        "rawSpec": "^3.6.0",
        "spec": ">=3.6.0 <4.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/karma"
    ]
  ],
  "_from": "connect@>=3.6.0 <4.0.0",
  "_id": "connect@3.6.0",
  "_inCache": true,
  "_location": "/connect",
  "_nodeVersion": "4.7.3",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/connect-3.6.0.tgz_1487391440284_0.8698382510337979"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {
    "debug": "2.6.1",
    "encodeurl": "1.0.1",
    "escape-html": "1.0.3",
    "on-finished": "2.3.0",
    "parseurl": "1.3.1",
    "statuses": "1.3.1",
    "unpipe": "1.0.0"
  },
  "_requested": {
    "raw": "connect@^3.6.0",
    "scope": null,
    "escapedName": "connect",
    "name": "connect",
    "rawSpec": "^3.6.0",
    "spec": ">=3.6.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/connect/-/connect-3.6.0.tgz",
  "_shasum": "f09a4f7dcd17324b663b725c815bdb1c4158a46e",
  "_shrinkwrap": null,
  "_spec": "connect@^3.6.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/karma",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca",
    "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.1",
    "finalhandler": "1.0.0",
    "parseurl": "~1.3.1",
    "utils-merge": "1.0.0"
  },
  "description": "High performance middleware framework",
  "devDependencies": {
    "istanbul": "0.4.5",
    "mocha": "3.2.0",
    "supertest": "2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f09a4f7dcd17324b663b725c815bdb1c4158a46e",
    "tarball": "https://registry.npmjs.org/connect/-/connect-3.6.0.tgz"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "index.js"
  ],
  "gitHead": "2fa751469f1298913d1f66ccf00b00b37be9f77b",
  "homepage": "https://github.com/senchalabs/connect#readme",
  "keywords": [
    "framework",
    "web",
    "middleware",
    "connect",
    "rack"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.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": {
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  },
  "version": "3.6.0"
}