cbor-object
Version:
CBOR: deterministic encoder/decoder, diagnostic notation encoder/decoder, and utilities
32 lines (31 loc) • 747 B
JSON
{
"name": "cbor-object",
"version": "1.0.12",
"description": "CBOR: deterministic encoder/decoder, diagnostic notation encoder/decoder, and utilities",
"homepage": "https://github.com/cyberphone/CBOR.js#cborjs",
"repository": {
"type": "git",
"url": "https://github.com/cyberphone/CBOR.js/tree/main/npm"
},
"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": "*"
}
}