Sha256: eafcf62b4fc2e69b8ac4213dc7ad2831be3804f23b8cd80b8331f1a121f189a5

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

# process

```require('process');``` just like any other module.

Works in node.js and browsers via the browser.js shim provided with the module.

## package manager notes

If you are writing a bundler to package modules for client side use, make sure you use the ```browser``` field hint in package.json.

See https://gist.github.com/4339901 for details.

The [script](https://github.com/shtylman/node-script) module will properly handle this field.


Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
sprockets-browserify-0.2.0 node_modules/browserify/node_modules/insert-module-globals/node_modules/process/README.md
ruby-wisp-source-0.8.0 vendor/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/README.md
ruby-wisp-source-0.7.0 vendor/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/README.md