accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 1643845928 acorn-globals • 1.0.9 Detect global variables in JavaScript using acorn INDIRECT 1 1446470613 acorn • 1.2.2 ECMAScript parser INDIRECT 0 1432799218 acorn • 2.7.0 ECMAScript parser INDIRECT 0 1451903485 align-text • 0.1.4 Align the text in a string. INDIRECT 4 1454377857 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 1436478175 asap • 1.0.0 High-priority task queue for Node.js and browsers INDIRECT 0 1373406469 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 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 batch • 0.6.1 Simple async batch with concurrency control and progress reporting. INDIRECT 0 1494969109 body-parser • 1.20.5 Node.js body parsing middleware INDIRECT 43 1777053323 brace-expansion • 1.1.14 Brace expansion as known from sh/bash INDIRECT 2 1775913902 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1643346157 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 camelcase • 1.2.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1438425493 center-align • 0.1.3 Center-align the text in a string. INDIRECT 6 1454366541 character-parser • 1.2.1 Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly. INDIRECT 0 1405513639 clean-css • 3.4.28 A well-tested CSS minifier INDIRECT 4 1500037671 commander • 2.20.3 the complete solution for node.js command-line programs DIRECT 0 1570772424 commander • 2.6.0 the complete solution for node.js command-line programs INDIRECT 0 1419869774 commander • 2.8.1 the complete solution for node.js command-line programs INDIRECT 1 1429907256 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 constantinople • 3.0.2 Determine whether a JavaScript expression evaluates to a constant (using UglifyJS) INDIRECT 1 1437498807 content-disposition • 0.5.4 Create and parse Content-Disposition header INDIRECT 1 1639176934 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 1675020359 cookie-signature • 1.0.7 Sign and unsign cookies INDIRECT 0 1681343950 cookie • 0.7.2 HTTP server cookie parsing and serialization INDIRECT 0 1728272488 css-parse • 1.0.4 CSS parser INDIRECT 0 1347907450 css-stringify • 1.0.5 CSS compiler INDIRECT 0 1363361556 css • 1.0.8 CSS parser / stringifier using css-parse and css-stringify INDIRECT 2 1363361625 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 depd • 1.1.2 Deprecate all the things INDIRECT 0 1515736023 depd • 2.0.0 Deprecate all the things INDIRECT 0 1540576375 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 1647802992 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 1432581508 encodeurl • 2.0.0 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1711670622 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 escape-html • 1.0.3 Escape string for use in HTML INDIRECT 0 1441082842 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 1505270624 express • 4.22.2 Fast, unopinionated, minimalist web framework DIRECT 70 1778525400 finalhandler • 1.3.2 Node.js final http responder INDIRECT 9 1764604790 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 1622503382 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 1505365392 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 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 graceful-readlink • 1.0.1 graceful fs.readlink INDIRECT 0 1423714736 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasown • 2.0.3 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1776463926 http-errors • 1.8.1 Create HTTP error objects INDIRECT 5 1636932034 http-errors • 2.0.1 Create HTTP error objects INDIRECT 5 1763665942 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1563330499 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-promise • 1.0.1 Test whether an object looks like a promises-a+ promise INDIRECT 0 1400593135 is-promise • 2.2.2 Test whether an object looks like a promises-a+ promise INDIRECT 0 1587838086 jade • 1.11.0 A clean, whitespace-sensitive template language for writing HTML DIRECT 46 1434085987 jasmine-core • 2.99.1 Official packaging of Jasmine's core files for use by Node.js projects. DIRECT 0 1518044954 jstransformer • 0.0.2 Normalize the API of any jstransformer INDIRECT 3 1428807432 kind-of • 3.2.2 Get the native type of a value. INDIRECT 1 1494958901 lazy-cache • 1.0.4 Cache requires to be lazy-loaded when needed. INDIRECT 0 1461378861 lodash • 3.10.1 The modern build of lodash modular utilities. DIRECT 0 1438668306 longest • 1.0.1 Get the longest item in an array. INDIRECT 0 1427801901 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 1410150744 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 1700155732 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 1453085636 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1511571199 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 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 1642902613 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 on-finished • 2.4.1 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1645546248 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 1555388186 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-to-regexp • 0.1.13 Express style path to RegExp utility INDIRECT 0 1774539760 promise • 2.0.0 Bare bones Promises/A+ implementation INDIRECT 1 1362450762 promise • 6.1.0 Bare bones Promises/A+ implementation INDIRECT 1 1421233463 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 1622509048 range-parser • 1.2.1 Range header field string parser INDIRECT 0 1557534457 raw-body • 2.5.3 Get and validate the raw body of a readable stream. INDIRECT 10 1764084228 repeat-string • 1.6.1 Repeat the given string n times. Fastest implementation for repeating a string. INDIRECT 0 1477241640 right-align • 0.1.3 Right-align the text in a string. INDIRECT 5 1433829496 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 send • 0.19.2 Better streaming static file server with Range and conditional-GET support INDIRECT 18 1765826944 serve-index • 1.9.2 Serve directory listings DIRECT 15 1769093644 serve-static • 1.16.3 Serve static files INDIRECT 20 1765825976 side-channel-list • 1.0.1 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1775667313 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 17 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 18 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 20 1733936433 statuses • 1.5.0 HTTP status utility INDIRECT 0 1522201397 statuses • 2.0.2 HTTP status utility INDIRECT 0 1749239761 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 1636928349 transformers • 2.1.0 String/Data transformations for use in templating libraries, static site generators and web frameworks INDIRECT 10 1373674285 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 1556287189 uglify-to-browserify • 1.0.2 A transform to make UglifyJS work in browserify. INDIRECT 0 1391604002 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 1434313819 utils-merge • 1.0.1 merge() utility function INDIRECT 0 1505866719 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 1506217631 void-elements • 2.0.1 Array of "void elements" defined by the HTML specification. INDIRECT 0 1422416810 window-size • 0.1.0 Reliable way to to get the height and width of the terminal/console in a node.js environment. INDIRECT 0 1392435708 with • 4.0.3 Compile time `with` for strict mode JavaScript INDIRECT 3 1428355067 wordwrap • 0.0.3 Wrap those words. Show them at what columns to start and stop. INDIRECT 0 1431018298 yargs • 3.10.0 Light-weight option parsing with an argv hash. No optstrings attached. INDIRECT 13 1432873936