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: "ls swap" 992 results 1,788 files checked 968.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.4184 / Mime Node_Modules.4184/mime/README.md

README

....lookup('htm'); // => 'text/html' ``` ### mime.default_type Sets the mime type returned when `mime.lookup` fails to find the extension searched for. (Default is `application/octet-stream`.) ### mime.extension(type) Get the default extension for `type` ```js mime.extension('text/html'); // => 'html' mime.extension('appl...

Related Match Node Modules.4184 / Isarray Node_Modules.4184/isarray/README.md

README

...``js var isArray = require('isarray'); console.log(isArray([])); // => true console.log(isArray({})); // => false ``` ## Installation With [npm](http://npmjs.org) do ```bash $ npm install isarray ``` Then bundle for the browser with [browserify](https://github.com/substack/browserify). With [component](http://component...

Related Match Node Modules.4184 / Setprototypeof Node_Modules.4184/setprototypeof/README.md

README

...) var obj = {} setPrototypeOf(obj, { foo: function () { return 'bar' } }) obj.foo() // bar ``` TypeScript is also supported: ```typescript import setPrototypeOf from 'setprototypeof' ```

Related Match Node Modules.4184 / String Decoder Node_Modules.4184/string_decoder/README.md

README

...ity advance notice of changes. See [readable-stream](https://github.com/nodejs/readable-stream) for more details.

Related Match Node Modules.4184 / Hasown Node_Modules.4184/hasown/README.md

README

...js const assert = require('assert'); const hasOwn = require('hasown'); assert.equal(hasOwn({}, 'toString'), false); assert.equal(hasOwn([], 'length'), true); assert.equal(hasOwn({ a: 42 }, 'a'), true); ``` ## Tests Simply clone the repo, `npm install`, and run `npm test` [package-url]: https://npmjs.org/package/hasown...

Related Match Node Modules.4184 / Cookie Signature Node_Modules.4184/cookie-signature/Readme.md

Readme

...'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'luna').should.be.false; ``` ## License (The MIT License) Copyright (c) 2012 LearnBoost <tj@learnboost.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...

Related Match Node Modules.4184 / Express Session / Node Modules / Cookie Signature Node_Modules.4184/express-session/node_modules/cookie-signature/Readme.md

Readme

...'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'luna').should.be.false; ``` ## License (The MIT License) Copyright (c) 2012 LearnBoost <tj@learnboost.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...

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

README

...Identifier (URI): Generic Syntax][rfc-3986] - [WHATWG URL Living Standard][whatwg-url] [rfc-3986]: https://tools.ietf.org/html/rfc3986 [whatwg-url]: https://url.spec.whatwg.org/ ## License [MIT](LICENSE)

Related Match Node Modules.4184 / Gopd Node_Modules.4184/gopd/README.md

README

...l(typeof gOPD, 'function', 'descriptors supported'); // use gOPD like Object.getOwnPropertyDescriptor here } else { assert.ok(!gOPD, 'descriptors not supported'); } ``` [package-url]: https://npmjs.org/package/gopd [npm-version-svg]: https://versionbadg.es/ljharb/gopd.svg [deps-svg]: https://david-dm.org/ljharb/gopd.sv...

Related Match Node Modules.4184 / Bcryptjs / Dist Node_Modules.4184/bcryptjs/dist/README.md

README

...mpiler. * **[bcrypt.min.js.gz](https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.min.js.gz)** has also been gzipped using `-9`.

Related Match Node Modules / Body Parser Node_Modules/body-parser/SECURITY.md

SECURITY

...ent owner(s) of `body-parser`. This information can be found in the npm registry using the command `npm owner ls body-parser`. If unsure or unable to get the information from the above, open an issue in the [project issue tracker](https://github.com/expressjs/body-parser/issues) asking for the current contact informati...