2024-04-29 02:57:30 +00:00
|
|
|
{
|
|
|
|
"name": "@std/http",
|
2024-10-10 09:46:27 +00:00
|
|
|
"version": "1.0.8",
|
2024-04-29 02:57:30 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./mod.ts",
|
|
|
|
"./cookie": "./cookie.ts",
|
|
|
|
"./etag": "./etag.ts",
|
|
|
|
"./file-server": "./file_server.ts",
|
2024-09-11 11:23:59 +00:00
|
|
|
"./unstable-header": "./unstable_header.ts",
|
|
|
|
"./unstable-method": "./unstable_method.ts",
|
2024-04-29 02:57:30 +00:00
|
|
|
"./negotiation": "./negotiation.ts",
|
|
|
|
"./server-sent-event-stream": "./server_sent_event_stream.ts",
|
|
|
|
"./status": "./status.ts",
|
2024-09-11 11:23:59 +00:00
|
|
|
"./unstable-signed-cookie": "./unstable_signed_cookie.ts",
|
2024-08-07 12:35:13 +00:00
|
|
|
"./user-agent": "./user_agent.ts",
|
2024-09-12 03:50:47 +00:00
|
|
|
"./unstable-route": "./unstable_route.ts"
|
2024-04-29 02:57:30 +00:00
|
|
|
}
|
|
|
|
}
|