@nestjs/common • 6.11.11 Nest - modern, fast, powerful node.js web framework (@common) DIRECT 22 March 3, 2020 @nestjs/swagger • 3.1.0 Nest - modern, fast, powerful node.js web framework (@swagger) DIRECT 2 July 15, 2019 @types/body-parser • 1.19.5 TypeScript definitions for body-parser INDIRECT 3 November 6, 2023 @types/bson • 4.0.5 TypeScript definitions for bson INDIRECT 2 July 29, 2021 @types/connect • 3.4.38 TypeScript definitions for connect INDIRECT 2 November 7, 2023 @types/express-serve-static-core • 4.19.6 TypeScript definitions for express-serve-static-core INDIRECT 6 September 25, 2024 @types/express • 4.17.21 TypeScript definitions for express DIRECT 11 November 7, 2023 @types/http-errors • 2.0.4 TypeScript definitions for http-errors INDIRECT 0 November 7, 2023 @types/mime • 1.3.5 TypeScript definitions for mime INDIRECT 0 November 7, 2023 @types/mongodb • 3.6.20 TypeScript definitions for MongoDB INDIRECT 3 July 7, 2021 @types/mongoose • 5.11.97 Stub TypeScript definitions entry for mongoose, which provides its own types definitions DIRECT 35 June 3, 2021 @types/node • 22.13.10 TypeScript definitions for node INDIRECT 1 March 8, 2025 @types/qs • 6.9.18 TypeScript definitions for qs INDIRECT 0 January 14, 2025 @types/range-parser • 1.2.7 TypeScript definitions for range-parser INDIRECT 0 November 7, 2023 @types/send • 0.17.4 TypeScript definitions for send INDIRECT 3 November 7, 2023 @types/serve-static • 1.15.7 TypeScript definitions for serve-static INDIRECT 5 April 3, 2024 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 February 2, 2022 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 January 14, 2017 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 July 9, 2015 axios • 0.19.2 Promise based HTTP client for the browser and node.js INDIRECT 3 January 22, 2020 bl • 2.2.1 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 9 August 26, 2020 bluebird • 3.5.1 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 October 4, 2017 body-parser • 1.20.3 Node.js body parsing middleware INDIRECT 40 September 9, 2024 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 January 28, 2022 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 February 12, 2025 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 March 3, 2025 content-disposition • 0.5.4 Create and parse Content-Disposition header INDIRECT 1 December 10, 2021 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 January 29, 2023 cookie-signature • 1.0.6 Sign and unsign cookies INDIRECT 0 February 3, 2015 cookie • 0.7.1 HTTP server cookie parsing and serialization INDIRECT 0 October 3, 2024 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 August 31, 2021 debug • 2.6.9 small debugging utility INDIRECT 1 September 22, 2017 debug • 3.1.0 small debugging utility INDIRECT 1 September 26, 2017 depd • 2.0.0 Deprecate all the things INDIRECT 0 October 26, 2018 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 March 20, 2022 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 December 17, 2024 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 May 25, 2015 encodeurl • 1.0.2 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 January 22, 2018 encodeurl • 2.0.0 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 March 29, 2024 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 December 6, 2024 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 February 5, 2024 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 January 15, 2025 es6-iterator • 2.0.3 Iterator abstraction based on ES6 specification INDIRECT 8 October 17, 2017 escape-html • 1.0.3 Escape string for use in HTML INDIRECT 0 September 1, 2015 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 September 13, 2017 event-emitter • 0.3.5 Environment agnostic event emitter INDIRECT 8 March 15, 2017 express • 4.21.2 Fast, unopinionated, minimalist web framework DIRECT 68 December 5, 2024 finalhandler • 1.3.1 Node.js final http responder INDIRECT 9 September 11, 2024 follow-redirects • 1.5.10 HTTP and HTTPS modules that follow redirects. INDIRECT 2 November 19, 2018 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 May 31, 2021 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 September 14, 2017 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 October 12, 2023 get-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 February 22, 2025 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 January 2, 2025 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 December 4, 2024 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 December 2, 2024 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 March 10, 2024 http-errors • 2.0.0 Create HTTP error objects INDIRECT 5 December 18, 2021 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 August 22, 2018 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 July 17, 2019 is-promise • 2.2.2 Test whether an object looks like a promises-a+ promise INDIRECT 0 April 25, 2020 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 December 10, 2015 lodash • 4.17.14 Lodash modular utilities. INDIRECT 0 July 10, 2019 lru-queue • 0.1.0 LRU Queue INDIRECT 9 April 26, 2014 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 December 19, 2024 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 September 8, 2014 memory-pager • 1.5.0 Access memory using small fixed sized buffers INDIRECT 0 January 9, 2019 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 November 16, 2023 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 January 18, 2016 mime-db • 1.52.0 Media Type Database INDIRECT 0 February 21, 2022 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 March 12, 2022 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 November 25, 2017 mongoose • 5.13.23 Mongoose MongoDB ODM DIRECT 34 December 17, 2024 mpath • 0.8.4 {G,S}et object values using MongoDB-like path notation INDIRECT 0 September 1, 2021 mquery • 3.2.5 Expressive query building for MongoDB INDIRECT 6 March 29, 2021 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 May 16, 2017 ms • 2.1.2 Tiny millisecond conversion utility INDIRECT 0 June 6, 2019 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 December 8, 2020 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 January 23, 2022 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 February 5, 2025 on-finished • 2.4.1 Execute a callback when a request closes, finishes, or errors INDIRECT 1 February 22, 2022 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 April 16, 2019 path-to-regexp • 0.1.12 Express style path to RegExp utility INDIRECT 0 December 5, 2024 path-to-regexp • 3.0.0 Express style path to RegExp utility INDIRECT 0 January 14, 2019 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 June 19, 2019 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 June 1, 2021 range-parser • 1.2.1 Range header field string parser INDIRECT 0 May 11, 2019 raw-body • 2.5.2 Get and validate the raw body of a readable stream. INDIRECT 10 February 21, 2023 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 February 23, 2023 regexp-clone • 1.0.0 Clone RegExps with options INDIRECT 0 June 7, 2019 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 April 25, 2018 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 May 10, 2020 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 April 8, 2018 saslprep • 1.0.3 SASLprep: Stringprep Profile for User Names and Passwords, rfc4013. INDIRECT 2 May 1, 2019 send • 0.19.0 Better streaming static file server with Range and conditional-GET support INDIRECT 18 September 10, 2024 serve-static • 1.16.2 Serve static files INDIRECT 21 September 11, 2024 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 December 10, 2024 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 14 December 11, 2024 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 15 December 11, 2024 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 17 December 11, 2024 sift • 13.5.2 MongoDB query filtering in JavaScript INDIRECT 0 April 23, 2021 sliced • 1.0.1 A faster Node.js alternative to Array.prototype.slice.call(arguments) INDIRECT 0 July 14, 2015 sparse-bitfield • 3.0.3 Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer INDIRECT 1 March 5, 2017 statuses • 2.0.1 HTTP status utility INDIRECT 0 January 3, 2021 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 March 30, 2018 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 November 14, 2021 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 April 26, 2019 typegoose • 5.9.1 Define Mongoose models using TypeScript classes. DIRECT 1 September 6, 2019 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 October 9, 2024 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 June 14, 2015 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 October 7, 2015 utils-merge • 1.0.1 merge() utility function INDIRECT 0 September 20, 2017 uuid • 7.0.1 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 February 25, 2020 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 September 24, 2017