Repository URL to install this package:
|
Version:
5.0.0-rc.11 ▾
|
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var assert = true;
var async_hooks = ">= 8";
var buffer_ieee754 = "< 0.9.7";
var buffer = true;
var child_process = true;
var cluster = true;
var console = true;
var constants = true;
var crypto = true;
var _debug_agent = ">= 1 && < 8";
var _debugger = "< 8";
var dgram = true;
var dns = true;
var domain = true;
var events = true;
var freelist = "< 6";
var fs = true;
var _http_agent = ">= 0.11.1";
var _http_client = ">= 0.11.1";
var _http_common = ">= 0.11.1";
var _http_incoming = ">= 0.11.1";
var _http_outgoing = ">= 0.11.1";
var _http_server = ">= 0.11.1";
var http = true;
var http2 = ">= 8.8";
var https = true;
var inspector = ">= 8.0.0";
var _linklist = "< 8";
var module$1 = true;
var net = true;
var os = true;
var path = true;
var perf_hooks = ">= 8.5";
var process = ">= 1";
var punycode = true;
var querystring = true;
var readline = true;
var repl = true;
var smalloc = ">= 0.11.5 && < 3";
var _stream_duplex = ">= 0.9.4";
var _stream_transform = ">= 0.9.4";
var _stream_wrap = ">= 1.4.1";
var _stream_passthrough = ">= 0.9.4";
var _stream_readable = ">= 0.9.4";
var _stream_writable = ">= 0.9.4";
var stream = true;
var string_decoder = true;
var sys = true;
var timers = true;
var _tls_common = ">= 0.11.13";
var _tls_legacy = ">= 0.11.3 && < 10";
var _tls_wrap = ">= 0.11.3";
var tls = true;
var trace_events = ">= 10";
var tty = true;
var url = true;
var util = true;
var v8 = ">= 1";
var vm = true;
var wasi = ">= 13.4 && < 13.5";
var worker_threads = ">= 11.7";
var zlib = true;
var core = {
assert: assert,
async_hooks: async_hooks,
buffer_ieee754: buffer_ieee754,
buffer: buffer,
child_process: child_process,
cluster: cluster,
console: console,
constants: constants,
crypto: crypto,
_debug_agent: _debug_agent,
_debugger: _debugger,
dgram: dgram,
dns: dns,
domain: domain,
events: events,
freelist: freelist,
fs: fs,
"fs/promises": [
">= 10 && < 10.1",
">= 14"
],
_http_agent: _http_agent,
_http_client: _http_client,
_http_common: _http_common,
_http_incoming: _http_incoming,
_http_outgoing: _http_outgoing,
_http_server: _http_server,
http: http,
http2: http2,
https: https,
inspector: inspector,
_linklist: _linklist,
module: module$1,
net: net,
"node-inspect/lib/_inspect": ">= 7.6.0 && < 12",
"node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12",
"node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12",
os: os,
path: path,
perf_hooks: perf_hooks,
process: process,
punycode: punycode,
querystring: querystring,
readline: readline,
repl: repl,
smalloc: smalloc,
_stream_duplex: _stream_duplex,
_stream_transform: _stream_transform,
_stream_wrap: _stream_wrap,
_stream_passthrough: _stream_passthrough,
_stream_readable: _stream_readable,
_stream_writable: _stream_writable,
stream: stream,
string_decoder: string_decoder,
sys: sys,
timers: timers,
_tls_common: _tls_common,
_tls_legacy: _tls_legacy,
_tls_wrap: _tls_wrap,
tls: tls,
trace_events: trace_events,
tty: tty,
url: url,
util: util,
"v8/tools/arguments": ">= 10 && < 12",
"v8/tools/codemap": [
">= 4.4.0 && < 5",
">= 5.2.0 && < 12"
],
"v8/tools/consarray": [
">= 4.4.0 && < 5",
">= 5.2.0 && < 12"
],
"v8/tools/csvparser": [
">= 4.4.0 && < 5",
">= 5.2.0 && < 12"
],
"v8/tools/logreader": [
">= 4.4.0 && < 5",
">= 5.2.0 && < 12"
],
"v8/tools/profile_view": [
">= 4.4.0 && < 5",
">= 5.2.0 && < 12"
],
"v8/tools/splaytree": [
">= 4.4.0 && < 5",
">= 5.2.0 && < 12"
],
v8: v8,
vm: vm,
wasi: wasi,
worker_threads: worker_threads,
zlib: zlib
};
exports._debug_agent = _debug_agent;
exports._debugger = _debugger;
exports._http_agent = _http_agent;
exports._http_client = _http_client;
exports._http_common = _http_common;
exports._http_incoming = _http_incoming;
exports._http_outgoing = _http_outgoing;
exports._http_server = _http_server;
exports._linklist = _linklist;
exports._stream_duplex = _stream_duplex;
exports._stream_passthrough = _stream_passthrough;
exports._stream_readable = _stream_readable;
exports._stream_transform = _stream_transform;
exports._stream_wrap = _stream_wrap;
exports._stream_writable = _stream_writable;
exports._tls_common = _tls_common;
exports._tls_legacy = _tls_legacy;
exports._tls_wrap = _tls_wrap;
exports.assert = assert;
exports.async_hooks = async_hooks;
exports.buffer = buffer;
exports.buffer_ieee754 = buffer_ieee754;
exports.child_process = child_process;
exports.cluster = cluster;
exports.console = console;
exports.constants = constants;
exports.crypto = crypto;
exports.default = core;
exports.dgram = dgram;
exports.dns = dns;
exports.domain = domain;
exports.events = events;
exports.freelist = freelist;
exports.fs = fs;
exports.http = http;
exports.http2 = http2;
exports.https = https;
exports.inspector = inspector;
exports.module = module$1;
exports.net = net;
exports.os = os;
exports.path = path;
exports.perf_hooks = perf_hooks;
exports.process = process;
exports.punycode = punycode;
exports.querystring = querystring;
exports.readline = readline;
exports.repl = repl;
exports.smalloc = smalloc;
exports.stream = stream;
exports.string_decoder = string_decoder;
exports.sys = sys;
exports.timers = timers;
exports.tls = tls;
exports.trace_events = trace_events;
exports.tty = tty;
exports.url = url;
exports.util = util;
exports.v8 = v8;
exports.vm = vm;
exports.wasi = wasi;
exports.worker_threads = worker_threads;
exports.zlib = zlib;
//# sourceMappingURL=core.json.js.map