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: "MIT LICENSE" 804 results 1,788 files checked 826.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.
Complete Match Node Modules.4184 / Fresh Node_Modules.4184/fresh/README.md

README

...s.getHeader('ETag'), 'last-modified': res.getHeader('Last-Modified') }) } server.listen(3000) ``` ## License [MIT](LICENSE) [npm-image]: https://img.shields.io/npm/v/fresh.svg [npm-url]: https://npmjs.org/package/fresh [node-version-image]: https://img.shields.io/node/v/fresh.svg [node-version-url]: https://nodejs.org/...

Complete Match Node Modules.4184 / Encodeurl Node_Modules.4184/encodeurl/README.md

README

...g-url] [rfc-3986]: https://tools.ietf.org/html/rfc3986 [whatwg-url]: https://url.spec.whatwg.org/ ## License [MIT](LICENSE)

Complete Match Node Modules.4184 / Vary Node_Modules.4184/vary/README.md

README

...(probably) ' + (isMobile ? '' : 'not ') + 'a mobile user') }) ``` ## Testing ```sh $ npm test ``` ## License [MIT](LICENSE) [npm-image]: https://img.shields.io/npm/v/vary.svg [npm-url]: https://npmjs.org/package/vary [node-version-image]: https://img.shields.io/node/v/vary.svg [node-version-url]: https://nodejs.org/en/...

Complete Match Node Modules.4184 / Toidentifier Node_Modules.4184/toidentifier/README.md

README

...d. 3. Join the words together with no separator. 4. Remove all non-word (`[0-9a-z_]`) characters. ## License [MIT](LICENSE) [codecov-image]: https://img.shields.io/codecov/c/github/component/toidentifier.svg [codecov-url]: https://codecov.io/gh/component/toidentifier [downloads-image]: https://img.shields.io/npm/dm/toi...

Complete Match Node Modules / Memory Pager Node_Modules/memory-pager/README.md

README

...s updated. #### `var buf = pages.toBuffer()` Concat all pages allocated pages into a single buffer ## License MIT

Complete Match Node Modules / Socket.io Parser Node_Modules/socket.io-parser/Readme.md

Readme

...ncodedPackets[i]); } }); ``` See the test suite for more examples of how socket.io-parser is used. ## License MIT

Complete Match Node Modules / Append Field Node_Modules/append-field/README.md

README

...Field(store, key, value)` Adds the field named `key` with the value `value` to the object `store`. ## License MIT

Complete Match Node Modules / Array Flatten Node_Modules/array-flatten/README.md

README

...[1, 2, 3, [4, [5], 6], 7, 8, 9] (function () { flatten(arguments) //=> [1, 2, 3] })(1, [2, 3]) ``` ## License MIT [npm-image]: https://img.shields.io/npm/v/array-flatten.svg?style=flat [npm-url]: https://npmjs.org/package/array-flatten [downloads-image]: https://img.shields.io/npm/dm/array-flatten.svg?style=flat [downl...

Complete Match Node Modules / Path To Regexp Node_Modules/path-to-regexp/Readme.md

Readme

...library in use at [express-route-tester](http://forbeslindesay.github.com/express-route-tester/). ## License MIT

Complete Match Node Modules / Socket.io Adapter Node_Modules/socket.io-adapter/Readme.md

Readme

...p of this, please take a look at [socket.io-redis](https://github.com/learnboost/socket.io-redis). ## License MIT

Complete Match Node Modules / Escape Html Node_Modules/escape-html/Readme.md

Readme

...0.67% (194 runs sampled) many special characters x 3,175,826 ops/sec ±0.65% (193 runs sampled) ``` ## License MIT

Complete Match Node Modules / Object Assign Node_Modules/object-assign/readme.md

Readme

...Related - [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()` ## License MIT © [Sindre Sorhus](https://sindresorhus.com)