UNPKG

node-fastcgi

Version:

Create FastCGI applications in node. Near drop-in replacement for node's http module.

40 lines (39 loc) 1.07 kB
{ "name": "node-fastcgi", "version": "2.0.0", "description": "Create FastCGI applications in node. Near drop-in replacement for node's http module.", "keywords": [ "fcgi", "fastcgi", "server" ], "homepage": "https://github.com/fbbdev/node-fastcgi#readme", "author": { "name": "Fabio Massaioli", "email": "fabio.massaioli@gmail.com" }, "license": "MIT", "main": "./index.js", "engines": { "node": ">= 14.0.0" }, "dependencies": { "fastcgi-stream": "1.x" }, "repository": { "type": "git", "url": "https://github.com/fbbdev/node-fastcgi" }, "devDependencies": { "chai": "4.x", "fcgi-handler": "git+https://github.com/aredridel/fcgi-handler.git#afe16eae560280d5dd84241d0c45e5db0f939d25", "mocha": "10.x", "mocha-lcov-reporter": "1.x", "node-fetch": "3.x", "nyc": "15.x" }, "scripts": { "test": "mocha --exit", "coverage": "nyc --reporter=lcov npm test" } }