![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/connect/ |
{ "name": "connect", "description": "High performance middleware framework", "version": "3.7.0", "author": "TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com)", "contributors": [ "Douglas Christopher Wilson <[email protected]>", "Jonathan Ong <[email protected]>", "Tim Caswell <[email protected]>" ], "keywords": [ "framework", "web", "middleware", "connect", "rack" ], "repository": "senchalabs/connect", "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.2", "parseurl": "~1.3.3", "utils-merge": "1.0.1" }, "devDependencies": { "eslint": "4.19.1", "mocha": "6.1.4", "nyc": "14.1.1", "supertest": "4.0.2" }, "license": "MIT", "files": [ "LICENSE", "HISTORY.md", "README.md", "SECURITY.md", "index.js" ], "engines": { "node": ">= 0.10.0" }, "scripts": { "lint": "eslint .", "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/", "test-cov": "nyc --reporter=html --reporter=text npm test", "test-travis": "nyc --reporter=text npm test" } }