package.json 1.76 KB
{
  "_from": "connect@2.6.2",
  "_id": "connect@2.6.2",
  "_inBundle": false,
  "_integrity": "sha1-LGbqZYPeYkdf4VugPl8HTlMFDvs=",
  "_location": "/connect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "connect@2.6.2",
    "name": "connect",
    "escapedName": "connect",
    "rawSpec": "2.6.2",
    "saveSpec": null,
    "fetchSpec": "2.6.2"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/connect/-/connect-2.6.2.tgz",
  "_shasum": "2c66ea6583de62475fe15ba03e5f074e53050efb",
  "_spec": "connect@2.6.2",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\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": {
    "bytes": "0.1.0",
    "cookie": "0.0.4",
    "cookie-signature": "0.0.1",
    "crc": "0.2.0",
    "debug": "*",
    "formidable": "1.0.11",
    "fresh": "0.1.0",
    "pause": "0.0.1",
    "qs": "0.5.1",
    "send": "0.1.0"
  },
  "deprecated": "connect 2.x series is deprecated",
  "description": "High performance middleware framework",
  "devDependencies": {
    "dox": "*",
    "jade": "*",
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">= 0.5.0"
  },
  "homepage": "https://github.com/senchalabs/connect#readme",
  "keywords": [
    "framework",
    "web",
    "middleware",
    "connect",
    "rack"
  ],
  "main": "index",
  "name": "connect",
  "repository": {
    "type": "git",
    "url": "git://github.com/senchalabs/connect.git"
  },
  "scripts": {
    "test": "make"
  },
  "version": "2.6.2"
}