JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1823
  • Score
    100M100P100Q113633F

The C++ bson parser for the node.js mongodb driver.

Package Exports

  • bson-ext

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bson-ext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bson-ext

linux build status windows build status

This module contains the C++ BSON parser only and is not meant to be used in isolation from the bson NPM module. It lives in it's own module so it can be an optional dependency for the bson module.

Testing

npm test

Prebuilt Binaries

bson-ext uses node-pre-gyp to publish and install prebuilt binaries. This means you don't need the full toolchain installed and configured correctly to use this module.

License

Apache 2