JSPM

browser-process

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 315
  • Score
    100M100P100Q82116F
  • License MIT

Process in your browser!

Package Exports

  • browser-process

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 (browser-process) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

browser-process

NPM version david-dm-status-badge david-dm-status-badge

browser-process is an in-browser process module that emulates parts of the Node JS process API.

Using

npm install browser-process

Building

Prerequisites:

  • Node and NPM

Release:

npm install

This compiles the TypeScript sources into JavaScript files, sourcemaps and TypeScript definitions in the dist directory.

Testing and development

npm test

(NOTE: This will launch multiple web browsers!). You may need to change karma.conf.js if you do not have Firefox installed.

Use npm start to run tests incrementally as you develop.

License

browser-process is licensed under the MIT License. See LICENSE for details.