@electron/get • 1.14.1 Utility for downloading artifacts from different versions of Electron DIRECT 66 1647294923 @sindresorhus/is • 0.14.0 Type check values: `is.string('🦄') //=> true` INDIRECT 0 1544716808 @szmarczak/http-timer • 1.1.2 Timings for HTTP requests INDIRECT 1 1546619937 @types/node • 14.18.63 TypeScript definitions for Node.js DIRECT 0 1695502207 boolean • 3.2.0 boolean converts lots of things to boolean. INDIRECT 0 1645005384 buffer-crc32 • 0.2.13 A pure javascript CRC32 algorithm that plays nice with binary data INDIRECT 0 1479778108 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 cacheable-request • 6.1.0 Wrap native HTTP requests with RFC compliant cache support INDIRECT 14 1559888139 clone-response • 1.0.3 Clone a Node.js HTTP response stream INDIRECT 1 1658070045 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 1521645450 config-chain • 1.1.13 HANDLE CONFIGURATION ONCE AND FOR ALL INDIRECT 2 1622745356 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 decompress-response • 3.3.0 Decompress a HTTP response if needed INDIRECT 1 1496432628 defer-to-connect • 1.1.3 The safe way to handle the `connect` socket event INDIRECT 0 1580233775 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 detect-node • 2.1.0 Detect Node.JS (as opposite to browser environment) (reliable) INDIRECT 0 1621146884 encodeurl • 1.0.2 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1516591169 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 env-paths • 2.2.1 Get paths for storing things like data, config, cache, etc INDIRECT 0 1615206666 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es6-error • 4.1.1 Easily-extendable error for use with ES6 classes INDIRECT 0 1514992237 escape-string-regexp • 4.0.0 Escape RegExp special characters INDIRECT 0 1587627085 fd-slicer • 1.1.0 safely create multiple ReadStream or WriteStream objects from the same file descriptor INDIRECT 1 1528068502 fs-extra • 8.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1561741356 get-stream • 4.1.0 Get a stream as a string, buffer, or array INDIRECT 4 1538471503 get-stream • 5.2.0 Get a stream as a string, buffer, or array INDIRECT 4 1597007197 globalthis • 1.0.4 ECMAScript spec-compliant polyfill/shim for `globalThis` INDIRECT 7 1714444559 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 got • 9.6.0 Simplified HTTP requests INDIRECT 25 1547701446 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 json-buffer • 3.0.0 JSON parse & stringify that supports binary via bops & base64 INDIRECT 0 1500312568 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 keyv • 3.1.0 Simple key-value storage with support for multiple backends INDIRECT 1 1534886243 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 lowercase-keys • 1.0.1 Lowercase the keys of an object INDIRECT 0 1521791528 lowercase-keys • 2.0.0 Lowercase the keys of an object INDIRECT 0 1556596803 matcher • 3.0.0 Simple wildcard matching INDIRECT 1 1587917565 mimic-response • 1.0.1 Mimic a Node.js HTTP response stream INDIRECT 0 1531308307 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 normalize-url • 4.5.1 Normalize a URL INDIRECT 0 1621862022 npm-conf • 1.1.3 Get the npm config INDIRECT 4 1509439504 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 p-cancelable • 1.1.0 Create a promise that can be canceled INDIRECT 0 1552034587 pend • 1.2.0 dead-simple optimistic async helper INDIRECT 0 1416779572 pify • 3.0.0 Promisify a callback-style function INDIRECT 0 1495952728 prepend-http • 2.0.0 Prepend `http://` to humanized URLs like todomvc.com and localhost INDIRECT 0 1506153538 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 progress • 2.0.3 Flexible ascii progress bar INDIRECT 0 1544029078 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 responselike • 1.0.2 A response-like object for mocking a Node.js HTTP response stream INDIRECT 1 1502988435 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 semver-compare • 1.0.0 compare two semver version strings, returning -1, 0, or 1 INDIRECT 0 1415426038 serialize-error • 7.0.1 Serialize/deserialize an error into a plain object INDIRECT 1 1589279754 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 to-readable-stream • 1.0.0 Convert a string/Buffer/Uint8Array to a readable stream INDIRECT 0 1525169760 tunnel • 0.0.6 Node HTTP/HTTPS Agents for tunneling proxies INDIRECT 0 1536647955 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 url-parse-lax • 3.0.0 Lax url.parse() with support for protocol-less URLs & IPs INDIRECT 1 1509741338 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 yauzl • 2.10.0 yet another unzip library for node INDIRECT 3 1530590433