UNPKG

cbor2

Version:

Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).

59 lines (58 loc) 1.32 kB
{ "name": "cbor2", "version": "2.0.1", "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", "exports": { ".": "./lib/index.js", "./comment": "./lib/comment.js", "./decoder": "./lib/decoder.js", "./diagnostic": "./lib/diagnostic.js", "./encoder": "./lib/encoder.js", "./simple": "./lib/simple.js", "./sorts": "./lib/sorts.js", "./tag": "./lib/tag.js", "./types": "./lib/types.js", "./utils": "./lib/utils.js", "./writer": "./lib/writer.js" }, "files": [ "lib" ], "type": "module", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/hildjj/cbor2.git" }, "homepage": "https://github.com/hildjj/cbor2", "keywords": [ "coap", "cbor", "json", "rfc7049", "rfc8949", "rfc8742" ], "author": { "name": "Joe Hildebrand", "email": "joe-github@cursive.net" }, "contributors": [ { "name": "İrfan Bilaloğlu", "email": "irfanbilaloglu@gmail.com", "url": "https://github.com/irfan798" }, { "name": "Mark Wubben", "url": "https://novemberborn.net" } ], "license": "MIT", "dependencies": { "@cto.af/wtf8": "0.0.2" }, "engines": { "node": ">=20" } }