compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
125 lines (124 loc) • 3.15 kB
JSON
{
"_args": [
[
"connect-timeout@~1.6.2",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "connect-timeout@>=1.6.2 <1.7.0",
"_id": "connect-timeout@1.6.2",
"_inCache": true,
"_installable": true,
"_location": "/connect-timeout",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "connect-timeout",
"raw": "connect-timeout@~1.6.2",
"rawSpec": "~1.6.2",
"scope": null,
"spec": ">=1.6.2 <1.7.0",
"type": "range"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz",
"_shasum": "de9a5ec61e33a12b6edaab7b5f062e98c599b88e",
"_shrinkwrap": null,
"_spec": "connect-timeout@~1.6.2",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect",
"bugs": {
"url": "https://github.com/expressjs/timeout/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"debug": "~2.2.0",
"http-errors": "~1.3.1",
"ms": "0.7.1",
"on-headers": "~1.0.0"
},
"description": "timeout middleware",
"devDependencies": {
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"supertest": "~0.15.0"
},
"directories": {},
"dist": {
"shasum": "de9a5ec61e33a12b6edaab7b5f062e98c599b88e",
"tarball": "http://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "f0042a0555ae52f4407be39a7635715234443417",
"homepage": "https://github.com/expressjs/timeout",
"license": "MIT",
"maintainers": [
{
"name": "aaron",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "connect-timeout",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/timeout.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks test/"
},
"version": "1.6.2"
}