core/node_modules/connect/package.json
2018-03-01 22:42:18 +01:00

92 lines
2.1 KiB
JSON

{
"name": "connect",
"version": "2.12.0",
"description": "High performance middleware framework",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/connect.git"
},
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"dependencies": {
"batch": "0.5.0",
"qs": "0.6.6",
"cookie-signature": "1.0.1",
"buffer-crc32": "0.2.1",
"cookie": "0.1.0",
"send": "0.1.4",
"bytes": "0.2.1",
"fresh": "0.2.0",
"pause": "0.0.1",
"uid2": "0.0.3",
"debug": ">= 0.7.3 < 1",
"methods": "0.1.0",
"raw-body": "1.1.2",
"negotiator": "0.3.0",
"multiparty": "2.2.0"
},
"devDependencies": {
"should": ">= 2.0.2 < 3",
"mocha": ">= 1.13.0 < 2",
"jade": ">= 0.35.0 < 1",
"dox": ">= 0.4.4 < 1"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make"
},
"bugs": {
"url": "https://github.com/senchalabs/connect/issues"
},
"homepage": "https://github.com/senchalabs/connect",
"_id": "connect@2.12.0",
"dist": {
"shasum": "31d8fa0dcacdf1908d822bd2923be8a2d2a7ed9a",
"tarball": "https://registry.npmjs.org/connect/-/connect-2.12.0.tgz"
},
"_from": "connect@>=2.12.0 <2.13.0",
"_npmVersion": "1.3.14",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "creationix",
"email": "tim@creationix.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"deprecated": "connect 2.x series is deprecated",
"directories": {},
"_shasum": "31d8fa0dcacdf1908d822bd2923be8a2d2a7ed9a",
"_resolved": "https://registry.npmjs.org/connect/-/connect-2.12.0.tgz",
"readme": "ERROR: No README data found!"
}