UNPKG

@whatwg-node/router

Version:
36 lines (35 loc) 780 B
{ "name": "@whatwg-node/router", "version": "0.3.0", "description": "Fetch API compliant HTTP Router", "sideEffects": false, "dependencies": { "@whatwg-node/fetch": "^0.8.0", "@whatwg-node/server": "^0.7.0", "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" } }