abstract-leveldown • 2.6.3 An abstract prototype matching the LevelDOWN API INDIRECT 1 1504613012 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 bindings • 1.2.1 Helper module for loading your native module's .node file INDIRECT 0 1403979205 bl • 1.2.3 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 1599126736 buffer-alloc-unsafe • 1.1.0 A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`. INDIRECT 0 1527635920 buffer-alloc • 1.2.0 A [ponyfill](https://ponyfill.com) for `Buffer.alloc`. INDIRECT 2 1527637266 buffer-fill • 1.0.0 A [ponyfill](https://ponyfill.com) for `Buffer.fill`. INDIRECT 0 1527636952 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.9 Robustly `.call.bind()` a function INDIRECT 18 1775749088 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 decompress-response • 3.3.0 Decompress a HTTP response if needed INDIRECT 1 1496432628 deep-extend • 0.6.0 Recursive object extending INDIRECT 0 1527012797 deferred-leveldown • 1.2.2 For handling delayed-open on LevelDOWN compatible libraries INDIRECT 2 1501447198 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 delegates • 1.0.0 delegate methods and accessors to another property INDIRECT 0 1450122969 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 duplexify • 3.7.1 Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input INDIRECT 12 1549298243 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 errno • 0.1.8 libuv errno details exposed INDIRECT 1 1608122763 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 es-object-atoms • 1.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 fast-future • 1.0.2 A really fast way to run a callback in the future INDIRECT 0 1481917163 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 1524753752 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 github-from-package • 0.0.0 return the github url from a package.json file INDIRECT 0 1356779572 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 has • 1.0.4 Object.prototype.hasOwnProperty.call shortcut DIRECT 0 1696353285 hasown • 2.0.3 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1776463926 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 26 1734542407 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 length-prefixed-stream • 1.6.0 Streaming length prefixed buffers INDIRECT 10 1529569576 level-codec • 7.0.1 Levelup's encoding logic INDIRECT 0 1502724247 level-errors • 1.0.5 Error types for LevelUP INDIRECT 2 1502794757 level-iterator-stream • 1.3.1 Turn a leveldown iterator into a readable stream INDIRECT 9 1439789073 level-packager • 1.2.1 LevelUP package helper for distributing with a LevelDOWN-compatible back-end INDIRECT 15 1482853725 level • 1.7.0 Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN) DIRECT 106 1495034206 leveldown • 1.7.2 A Node.js LevelDB binding, primary backend for LevelUP INDIRECT 94 1496919894 levelup • 1.3.9 Fast & simple storage - a Node.js-style LevelDB wrapper INDIRECT 14 1501072949 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 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 multileveldown • 2.3.1 multilevel implemented using leveldowns with reconnect support DIRECT 34 1517401725 nan • 2.6.2 Native Abstractions for Node.js: C++ header for Node 0.8 -> 7 compatibility INDIRECT 0 1492029518 node-abi • 2.30.1 Get the Node ABI for a given target and runtime, and vice versa. INDIRECT 1 1630439183 noop-logger • 0.1.1 A logger that does exactly nothing. INDIRECT 0 1455640851 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 numeric-id-map • 1.1.0 Data structure that maps entries to numeric ids INDIRECT 0 1439734114 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 prebuild-install • 2.5.3 A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform INDIRECT 89 1523884920 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 protocol-buffers-encodings • 1.2.0 Base encodings for protocol-buffers INDIRECT 4 1659462968 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 1406011849 pump • 1.0.3 pipe streams together and close all of them if one of them closes DIRECT 3 1510865056 pump • 2.0.1 pipe streams together and close all of them if one of them closes INDIRECT 3 1516638147 readable-stream • 1.1.14 Streams3, a user-land copy of the stream library from Node.js v0.11.x INDIRECT 4 1460563294 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 signed-varint • 2.0.1 efficiently store signed integers in varint INDIRECT 1 1478351854 simple-concat • 1.0.1 Super-minimalist version of `concat-stream`. Less than 15 lines! INDIRECT 0 1594960584 simple-get • 2.8.2 Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines. INDIRECT 5 1643794743 stream-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 1705518913 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1455006606 tar-fs • 1.16.6 filesystem bindings for tar-stream INDIRECT 53 1758035204 tar-stream • 1.6.2 tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. INDIRECT 48 1537619777 to-buffer • 1.2.2 Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back. INDIRECT 30 1758755621 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 27 1734539188 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 varint • 5.0.0 protobuf-style varint bytes - use msb to create integer values of varying sizes INDIRECT 0 1478286939 varint • 5.0.2 protobuf-style varint bytes - use msb to create integer values of varying sizes INDIRECT 0 1601312830 which-pm-runs • 1.1.0 Detects what package manager executes the process INDIRECT 0 1645170042 which-typed-array • 1.1.20 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1768425914 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945