Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

[DEPRECATED] The node core libs for in browser usage.

License

NotificationsYou must be signed in to change notification settings

webpack/node-libs-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 arenull.

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

lib namebrowser implementationmock implementation
assertdefunctzombie/commonjs-assert---
bufferfeross/bufferbuffer.js
child_process------
cluster------
consoleRaynos/console-browserifyconsole.js
constantsjuliangruber/constants-browserify---
cryptocrypto-browserify/crypto-browserify---
dgram------
dns---dns.js
domainbevry/domain-browser---
eventsGozala/events---
fs------
httpjhiesey/stream-http---
httpssubstack/https-browserify---
module------
net---net.js
osCoderPuppy/os-browserify---
pathsubstack/path-browserify---
processshtylman/node-processprocess.js
punycodebestiejs/punycode.js---
querystringmike-spainhower/querystring---
readline------
repl------
streamsubstack/stream-browserify---
string_decoderrvagg/string_decoder---
sysdefunctzombie/node-util---
timersjryans/timers-browserify---
tls---tls.js
ttysubstack/tty-browserifytty.js
urldefunctzombie/node-url---
utildefunctzombie/node-util---
vmsubstack/vm-browserify---
zlibdevongovett/browserify-zlib---

Outdated versions

buffer

The currentbuffer implementation uses feross/buffer@4.x because feross/buffer@5.x relies ontyped arrays.This will be dropped as soon as IE9 is not a typical browser target anymore.

punycode

The currentpunycode implementation uses bestiejs/punycode.js@1.x because bestiejs/punycode.js@2.x requires modern JS engines that understandconst andlet.It will be removed someday since it has already beendeprecated from the node API.

License

MIT

About

[DEPRECATED] The node core libs for in browser usage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors22


[8]ページ先頭

©2009-2025 Movatter.jp