GithubHelp home page GithubHelp logo

isabella232 / node-cbor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zondax/node-cbor

0.0 0.0 0.0 5.05 MB

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.

License: MIT License

JavaScript 96.56% CSS 0.57% HTML 2.78% Dockerfile 0.09%

node-cbor's Introduction

CBOR

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

Pointers

This is a monorepo that holds a few related packages:

Tooling

  • Install with pnpm install -r, see. The important thing (for example) is that the cbor-cli package ends up depending on the local version of cbor.
  • monorepo-wide scripts:
    • install-global (make available everywhere) or install-local (use npx if you want to us it outside a package script) install all of the tooling that might be needed locally, but isn't needed on CI
    • deploy: build and deploy cbor-web and all of the actions
    • coverage: run tests and report coverage; look in coverage/lcov-report/index.html.
    • lint: run eslint over all projects

GitHub dependencies

If you really need to get at a specific rev from GitHub, you can no longer do npm install hildjj/node-cbor. Instead you need:

npm install https://gitpkg.now.sh/hildjj/node-cbor/packages/cbor?main

Supported Node.js versions

This project now only supports versions of Node that the Node team is currently supporting. Ava's support statement is what we will be using as well. Currently, that means Node 10+ is required. If you need to support an older version of Node (back to version 6), use cbor version 5.2.x, which will get nothing but security updates from here on out.

node-cbor's People

Contributors

hildjj avatar paroga avatar denlapaev avatar bridgear avatar kartben avatar dignifiedquire avatar kubqoa avatar olleolleolle avatar sake avatar victorb avatar wiktor-k avatar achingbrain avatar greenkeeperio-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.