JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1566
  • Score
    100M100P100Q108692F
  • License Apache-2.0

Compatibility layer for Node.js builtins and globals in Bare

Package Exports

  • bare-node-runtime/global
  • bare-node-runtime/imports
  • bare-node-runtime/package
  • bare-node-runtime/unsupported

Readme

bare-node-runtime

Compatibility layer for Node.js builtins and globals in Bare.

npm i bare-node-runtime

Usage

require('bare-node-runtime/global')

require('some-nodejs-package', {
  with: { imports: 'bare-node-runtime/imports' }
})

License

Apache-2.0