UNPKG

cbor-object

Version:

CBOR: deterministic encoder/decoder, diagnostic notation encoder/decoder, and utilities

36 lines (35 loc) 760 B
{ "name": "cbor-object", "version": "1.0.20", "description": "CBOR: deterministic encoder/decoder, diagnostic notation encoder/decoder, and utilities", "homepage": "https://github.com/cyberphone/CBOR.js#cborjs", "repository": { "type": "git", "url": "git+https://github.com/cyberphone/CBOR.js.git#main" }, "keywords": [ "CBOR", "RFC8949", "Deterministic, API" ], "exports": { ".": { "import": "./mjs/index.mjs", "require": "./cjs/index.cjs" } }, "scripts": { "test": "node ./test-all.mjs" }, "author": { "name": "Anders Rundgren", "email": "anders.rundgren.net@gmail.com" }, "engines": { "node": ">=14.18.1" }, "license": "MIT", "dependencies": { "npm": "*" } }