package.json 1.97 KB
{
  "_from": "connect@2.8.8",
  "_id": "connect@2.8.8",
  "_inBundle": false,
  "_integrity": "sha1-uav4yvC9l3PLPeopNEEZhyWCRG0=",
  "_location": "/connect",
  "_phantomChildren": {
    "debug": "2.6.9"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "connect@2.8.8",
    "name": "connect",
    "escapedName": "connect",
    "rawSpec": "2.8.8",
    "saveSpec": null,
    "fetchSpec": "2.8.8"
  },
  "_requiredBy": [
    "/google-calendar/express"
  ],
  "_resolved": "https://registry.npmjs.org/connect/-/connect-2.8.8.tgz",
  "_shasum": "b9abf8caf0bd9773cb3dea29344119872582446d",
  "_spec": "connect@2.8.8",
  "_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\google-calendar\\node_modules\\express",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/senchalabs/connect/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer-crc32": "0.2.1",
    "bytes": "0.2.0",
    "cookie": "0.1.0",
    "cookie-signature": "1.0.1",
    "debug": "*",
    "formidable": "1.0.14",
    "fresh": "0.2.0",
    "methods": "0.0.1",
    "pause": "0.0.1",
    "qs": "0.6.5",
    "send": "0.1.4",
    "uid2": "0.0.2"
  },
  "deprecated": "connect 2.x series is deprecated",
  "description": "High performance middleware framework",
  "devDependencies": {
    "dox": "*",
    "jade": "*",
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/senchalabs/connect#readme",
  "keywords": [
    "framework",
    "web",
    "middleware",
    "connect",
    "rack"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
    }
  ],
  "main": "index",
  "name": "connect",
  "repository": {
    "type": "git",
    "url": "git://github.com/senchalabs/connect.git"
  },
  "scripts": {
    "test": "make"
  },
  "version": "2.8.8"
}