Site Search
Search LifeStyle Racing
Search public page files, titles, headings, and visible text with stronger weighting for exact matches, filenames, headings, sections, and motorsport-related synonyms.
Query: "Email Deals, New Drops, and Build Updates"
1,380 results
1,788 files checked
1,458.7 ms
Best for static page content. Product database search, account-only data, and forum content would need an additional database or API-backed layer later if you want those included too.
Related Match
Node Modules / Mongoose / Node Modules / Ms
Node_Modules/mongoose/node_modules/ms/readme.md
...s(ms('10 hours'), { long: true }) // "10 hours" ``` ## Features - Works both in [Node.js](https://nodejs.org) and in the browser - If a number is supplied to `ms`, a string with a unit is returned - If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) - If you...
Related Match
Node Modules / Ms
Node_Modules/ms/readme.md
..." ms(ms('10 hours'), { long: true }) // "10 hours" ``` ## Features - Works both in [node](https://nodejs.org) and in the browser. - If a number is supplied to `ms`, a string with a unit is returned. - If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`). - If...
Related Match
Node Modules / Parseurl
Node_Modules/parseurl/README.md
...ailable through the [npm registry](https://www.npmjs.com/). Installation is done using the [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): ```sh $ npm install parseurl ``` ## API ```js var parseurl = require('parseurl') ``` ### parseurl(req) Parse the URL of the given re...
Related Match
Node Modules / Socket.io Adapter / Node Modules / Ms
Node_Modules/socket.io-adapter/node_modules/ms/readme.md
...s(ms('10 hours'), { long: true }) // "10 hours" ``` ## Features - Works both in [Node.js](https://nodejs.org) and in the browser - If a number is supplied to `ms`, a string with a unit is returned - If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) - If you...
Related Match
Node Modules / Engine.io / Node Modules / Ms
Node_Modules/engine.io/node_modules/ms/readme.md
...s(ms('10 hours'), { long: true }) // "10 hours" ``` ## Features - Works both in [Node.js](https://nodejs.org) and in the browser - If a number is supplied to `ms`, a string with a unit is returned - If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) - If you...
Related Match
Node Modules / Object Assign
Node_Modules/object-assign/readme.md
...p://www.2ality.com/2014/01/object-assign.html) [ponyfill](https://ponyfill.com) ## Use the built-in Node.js 4 and up, as well as every evergreen browser (Chrome, Edge, Firefox, Opera, Safari), support `Object.assign()` :tada:. If you target only those environments, then by all means, use `Object.assign()` instead of th...
Related Match
Node Modules / Range Parser
Node_Modules/range-parser/README.md
...ailable through the [npm registry](https://www.npmjs.com/). Installation is done using the [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): ```sh $ npm install range-parser ``` ## API ```js var parseRange = require('range-parser') ``` ### parseRange(size, header, options)...
Related Match
Node Modules / Mquery / Node Modules / Ms
Node_Modules/mquery/node_modules/ms/readme.md
...s(ms('10 hours'), { long: true }) // "10 hours" ``` ## Features - Works both in [Node.js](https://nodejs.org) and in the browser - If a number is supplied to `ms`, a string with a unit is returned - If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) - If you...
Related Match
Node Modules / Sift
Node_Modules/sift/README.md
...e](#gte), [\$gt](#gt), [\$lte](#lte), [\$lt](#lt), [\$eq](#eq), [\$ne](#ne), [\$mod](#mod), [\$all](#all), [\$and](#and), [\$or](#or), [\$nor](#nor), [\$not](#not), [\$size](#size), [\$type](#type), [\$regex](#regex), [\$where](#where), [\$elemMatch](#elemmatch) - Regexp searches - Supports node.js, and web - Custom Op...
Related Match
Node Modules / Has Property Descriptors
Node_Modules/has-property-descriptors/README.md
...-url] [![npm badge][npm-badge-png]][package-url] Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. ## Example ```js var hasPropertyDescriptors = require('has-property-descriptors'); var assert = require('assert'); assert.equal(hasPropertyDescriptors(), true); // will...
Related Match
Node Modules / Vary
Node_Modules/vary/README.md
...s. This will append the header if not already listed, otherwise leaves it listed in the current location. The new header string is returned. ```js // Get header string appending "Origin" to "Accept, User-Agent" vary.append('Accept, User-Agent', 'Origin') ``` ## Examples ### Updating the Vary header when content is base...
Related Match
Node Modules / Toidentifier
Node_Modules/toidentifier/README.md
...ifier(string) Given a string as the argument, it will be transformed according to the following rules and the new string will be returned: 1. Split into words separated by space characters (`0x20`). 2. Upper case the first character of each word. 3. Join the words together with no separator. 4. Remove all non-word (`[0...