UNPKG

bhttp-js

Version:

A BHTTP (Binary Representation of HTTP Messages) Encoder and Decoder

41 lines 943 B
{ "name": "bhttp-js", "version": "0.3.6", "description": "A BHTTP (Binary Representation of HTTP Messages) Encoder and Decoder", "keywords": [ "bhttp", "rfc9292" ], "author": "Ajitomi Daisuke", "homepage": "https://github.com/dajiaji/bhttp-js#readme", "repository": { "type": "git", "url": "git+https://github.com/dajiaji/bhttp-js.git" }, "license": "MIT", "bugs": { "url": "https://github.com/dajiaji/bhttp-js/issues" }, "main": "./script/mod.js", "module": "./esm/mod.js", "types": "./types/mod.d.ts", "exports": { ".": { "import": "./esm/mod.js", "require": "./script/mod.js" }, "./package.json": "./package.json" }, "scripts": { "test": "node test_runner.js" }, "engines": { "node": ">=16.0.0" }, "devDependencies": { "@types/node": "^20.9.0", "picocolors": "^1.0.0", "@deno/shim-deno": "~0.18.0" }, "_generatedBy": "dnt@dev" }