UNPKG

cbor

Version:

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

48 lines (47 loc) 1.28 kB
{ "name": "cbor", "version": "10.0.11", "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).", "main": "./lib/cbor.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/hildjj/node-cbor.git", "directory": "packages/cbor" }, "homepage": "https://github.com/hildjj/node-cbor/tree/main/packages/cbor", "directories": { "lib": "lib" }, "browser": { "fs": false }, "keywords": [ "coap", "cbor", "json", "rfc7049", "rfc8949" ], "author": { "name": "Joe Hildebrand", "email": "joe-github@cursive.net" }, "contributors": [ "Patrick Gansterer <paroga@paroga.com> (http://paroga.com/)", "Artyom Yagilev <github@scorpi.org> (http://scorpi.org/)", "Denis Lapaev <den@lapaev.me> (http://lapaev.me/)", "Ruben Bridgewater <ruben@bridgewater.de>", "Burt Harris <Burt_Harris_cbor@azxs.33mail.com>", "Jakub Arbet <hi@jakubarbet.me> (https://jakubarbet.me/)", "Rouzbeh Karimi <rouzweltt@gmail.com> (https://github.com/rouzwelt)" ], "types": "./types/lib/cbor.d.ts", "dependencies": { "nofilter": "^3.0.2" }, "license": "MIT", "readmeFilename": "README.md", "engines": { "node": ">=20" } }