UNPKG

@whatwg-node/router

Version:
37 lines (36 loc) 894 B
{ "name": "@whatwg-node/router", "version": "0.0.3-alpha-20221230003229-556f2f2", "description": "Fetch API compliant HTTP Router", "sideEffects": false, "dependencies": { "@whatwg-node/fetch": "0.5.4-alpha-20221230003229-556f2f2", "@whatwg-node/server": "0.5.1-alpha-20221230003229-556f2f2", "itty-router": "3.0.10", "tslib": "^2.3.1" }, "repository": { "type": "git", "url": "ardatan/whatwg-node", "directory": "packages/router" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" } }