mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"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 <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"
|
|
}
|
|
}
|