node-libs-browser

WebJar for node-libs-browser

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

node-libs-browser
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

node-libs-browser
WebJar for node-libs-browser
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/webpack/node-libs-browser

Download node-libs-browser

How to add to project

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

Dependencies

compile (23)

Group / Artifact Type Version
org.webjars.npm : buffer jar [4.3.0,5)
org.webjars.npm : string_decoder jar [1.0.0,2)
org.webjars.npm : punycode jar [1.2.4,2)
org.webjars.npm : timers-browserify jar [2.0.4,3)
org.webjars.npm : url jar [0.11.0,0.12)
org.webjars.npm : path-browserify jar [0.0.1]
org.webjars.npm : util jar [0.11.0,0.12)
org.webjars.npm : constants-browserify jar [1.0.0,2)
org.webjars.npm : domain-browser jar [1.1.1,2)
org.webjars.npm : events jar [3.0.0,4)
org.webjars.npm : console-browserify jar [1.1.0,2)
org.webjars.npm : stream-http jar [2.7.2,3)
org.webjars.npm : process jar [0.11.10,0.12)
org.webjars.npm : crypto-browserify jar [3.11.0,4)
org.webjars.npm : querystring-es3 jar [0.2.0,0.3)
org.webjars.npm : vm-browserify jar [1.0.1,2)
org.webjars.npm : stream-browserify jar [2.0.1,3)
org.webjars.npm : readable-stream jar [2.3.3,3)
org.webjars.npm : browserify-zlib jar [0.2.0,0.3)
org.webjars.npm : tty-browserify jar [0.0.0]
org.webjars.npm : https-browserify jar [1.0.0,2)
org.webjars.npm : os-browserify jar [0.3.0,0.4)
org.webjars.npm : assert jar [1.1.1,2)

Project Modules

There are no modules declared in this project.

node-libs-browser

The node core libs for in-browser usage.

NOTE: This library is deprecated and won't accept Pull Requests that include Breaking Changes or new Features. Only bugfixes are accepted.

dependencies status

Exports a hash [object] of absolute paths to each lib, keyed by lib names. Modules without browser replacements are null.

Some modules have mocks in the mock directory. These are replacements with minimal functionality.

lib name browser implementation mock implementation
assert defunctzombie/commonjs-assert ---
buffer feross/buffer buffer.js
child_process --- ---
cluster --- ---
console Raynos/console-browserify console.js
constants juliangruber/constants-browserify ---
crypto crypto-browserify/crypto-browserify ---
dgram --- ---
dns --- dns.js
domain bevry/domain-browser ---
events Gozala/events ---
fs --- ---
http jhiesey/stream-http ---
https substack/https-browserify ---
module --- ---
net --- net.js
os CoderPuppy/os-browserify ---
path substack/path-browserify ---
process shtylman/node-process process.js
punycode bestiejs/punycode.js ---
querystring mike-spainhower/querystring ---
readline --- ---
repl --- ---
stream substack/stream-browserify ---
string_decoder rvagg/string_decoder ---
sys defunctzombie/node-util ---
timers jryans/timers-browserify ---
tls --- tls.js
tty substack/tty-browserify tty.js
url defunctzombie/node-url ---
util defunctzombie/node-util ---
vm substack/vm-browserify ---
zlib devongovett/browserify-zlib ---

Outdated versions

buffer

The current buffer implementation uses feross/[email protected] because feross/[email protected] relies on typed arrays. This will be dropped as soon as IE9 is not a typical browser target anymore.

punycode

The current punycode implementation uses bestiejs/[email protected] because bestiejs/[email protected] requires modern JS engines that understand const and let. It will be removed someday since it has already been deprecated from the node API.

License

MIT

org.webjars.npm

webpack

Versions

Version
2.2.1
2.2.0
2.1.0
2.0.0
1.1.1
1.0.0
0.5.3
0.5.2