process

WebJar for process

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bowergithub.defunctzombie
Идентификатор

Идентификатор

node-process
Последняя версия

Последняя версия

0.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

process
WebJar for process
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/defunctzombie/node-process

Скачать node-process

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.defunctzombie/node-process/ -->
<dependency>
    <groupId>org.webjars.bowergithub.defunctzombie</groupId>
    <artifactId>node-process</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.defunctzombie/node-process/
implementation 'org.webjars.bowergithub.defunctzombie:node-process:0.5.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.defunctzombie/node-process/
implementation ("org.webjars.bowergithub.defunctzombie:node-process:0.5.2")
'org.webjars.bowergithub.defunctzombie:node-process:jar:0.5.2'
<dependency org="org.webjars.bowergithub.defunctzombie" name="node-process" rev="0.5.2">
  <artifact name="node-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.defunctzombie', module='node-process', version='0.5.2')
)
libraryDependencies += "org.webjars.bowergithub.defunctzombie" % "node-process" % "0.5.2"
[org.webjars.bowergithub.defunctzombie/node-process "0.5.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

process

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

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

browser implementation

The goal of this module is not to be a full-fledged alternative to the builtin process module. This module mostly exists to provide the nextTick functionality and little more. We keep this module lean because it will often be included by default by tools like browserify when it detects a module has used the process global.

It also exposes a "browser" member (i.e. process.browser) which is true in this implementation but undefined in node. This can be used in isomorphic code that adjusts it's behavior depending on which environment it's running in.

If you are looking to provide other process methods, I suggest you monkey patch them onto the process global in your app. A list of user created patches is below.

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 browserify module will properly handle this field when bundling your files.

Версии библиотеки

Версия
0.5.2