{ "name": "cbor", "version": "10.0.9", "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 (http://paroga.com/)", "Artyom Yagilev (http://scorpi.org/)", "Denis Lapaev (http://lapaev.me/)", "Ruben Bridgewater ", "Burt Harris ", "Jakub Arbet (https://jakubarbet.me/)", "Rouzbeh Karimi (https://github.com/rouzwelt)" ], "types": "./types/lib/cbor.d.ts", "dependencies": { "nofilter": "^3.0.2" }, "license": "MIT", "readmeFilename": "README.md", "engines": { "node": ">=20" } }