Skip to main content
Module

x/oak_commons/deno.json

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Latest
File
{ "name": "@oak/commons", "version": "0.10.1", "exports": { "./cookie_map": "./cookie_map.ts", "./form_data": "./form_data.ts", "./http_errors": "./http_errors.ts", "./media_types": "./media_types.ts", "./method": "./method.ts", "./range": "./range.ts", "./server_sent_event": "./server_sent_event.ts", "./status": "./status.ts" }, "publish": { "exclude": [ "*.test.ts", "*.bench.ts", "_fixtures", ".github", ".vscode", "deps_test.ts" ] }, "tasks": { "bench": "deno bench --allow-read", "test": "deno test --allow-read" }, "lock": false, "fmt": { "exclude": ["README.md"] }}