UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

154 lines (153 loc) 3.87 kB
{ "_args": [ [ "connect@2.30.2", "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/railway-routes/node_modules/express" ] ], "_from": "connect@2.30.2", "_id": "connect@2.30.2", "_inCache": true, "_installable": true, "_location": "/connect", "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "name": "connect", "raw": "connect@2.30.2", "rawSpec": "2.30.2", "scope": null, "spec": "2.30.2", "type": "version" }, "_requiredBy": [ "/railway-routes/express" ], "_resolved": "https://registry.npmjs.org/connect/-/connect-2.30.2.tgz", "_shasum": "8da9bcbe8a054d3d318d74dfec903b5c39a1b609", "_shrinkwrap": null, "_spec": "connect@2.30.2", "_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/railway-routes/node_modules/express", "author": { "email": "tj@vision-media.ca", "name": "TJ Holowaychuk", "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": { "basic-auth-connect": "1.0.0", "body-parser": "~1.13.3", "bytes": "2.1.0", "compression": "~1.5.2", "connect-timeout": "~1.6.2", "content-type": "~1.0.1", "cookie": "0.1.3", "cookie-parser": "~1.3.5", "cookie-signature": "1.0.6", "csurf": "~1.8.3", "debug": "~2.2.0", "depd": "~1.0.1", "errorhandler": "~1.4.2", "express-session": "~1.11.3", "finalhandler": "0.4.0", "fresh": "0.3.0", "http-errors": "~1.3.1", "method-override": "~2.3.5", "morgan": "~1.6.1", "multiparty": "3.3.2", "on-headers": "~1.0.0", "parseurl": "~1.3.0", "pause": "0.1.0", "qs": "4.0.0", "response-time": "~2.3.1", "serve-favicon": "~2.3.0", "serve-index": "~1.7.2", "serve-static": "~1.10.0", "type-is": "~1.6.6", "utils-merge": "1.0.0", "vhost": "~3.0.1" }, "description": "High performance middleware framework", "devDependencies": { "dox": "~0.4.6", "istanbul": "0.3.17", "mocha": "2.2.5", "should": "7.0.2" }, "directories": {}, "dist": { "shasum": "8da9bcbe8a054d3d318d74dfec903b5c39a1b609", "tarball": "http://registry.npmjs.org/connect/-/connect-2.30.2.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "History.md", "LICENSE", "Readme.md", "index.js", "lib/" ], "gitHead": "5412f50bba39cc2e1f2448fd4ca125fdeeef1bf9", "homepage": "https://github.com/senchalabs/connect", "keywords": [ "connect", "framework", "middleware", "rack", "web" ], "license": "MIT", "maintainers": [ { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "creationix", "email": "tim@creationix.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "name": "connect", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/senchalabs/connect.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 spec --check-leaks test/" }, "version": "2.30.2" }