UNPKG

@whatwg-node/server

Version:

Fetch API compliant HTTP Server adapter

44 lines 1.08 kB
{ "name": "@whatwg-node/server", "version": "0.10.0-alpha-20240726141316-c6ce93b3598457ebe73b3b725986723af8f5e609", "description": "Fetch API compliant HTTP Server adapter", "sideEffects": false, "dependencies": { "@whatwg-node/fetch": "^0.9.19", "tslib": "^2.6.3" }, "repository": { "type": "git", "url": "ardatan/whatwg-node", "directory": "packages/server" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }