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: "Jump By Aero System"
967 results
1,788 files checked
997.1 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
MyWebsite / Node Modules / Mime
MyWebsite/Node_Modules/mime/README.md
...}); mime.lookup('x-sft'); // => 'text/x-some-format' ``` The first entry in the extensions array is returned by `mime.extension()`. E.g. ```js mime.extension('text/x-some-format'); // => 'x-sf' ``` ### mime.load(filepath) Load mappings from an Apache ".types" format file ```js mime.load('./my_project.types'); ``` The...
Related Match
MyWebsite / Node Modules / Xtend
MyWebsite/Node_Modules/xtend/README.md
...es/stability-badges) Extend like a boss xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence. ## Examples ```js var extend = require("xtend") // extend returns a...
Related Match
MyWebsite / Node Modules / Merge Descriptors
MyWebsite/Node_Modules/merge-descriptors/README.md
...n, source, false) Defines `source`'s descriptors on `destination` if `destination` does not have a descriptor by the same name. The return value is the `destination` object. ## License [MIT](LICENSE) [npm-image]: https://img.shields.io/npm/v/merge-descriptors.svg [npm-url]: https://npmjs.org/package/merge-descriptors [...
Related Match
MyWebsite / Node Modules / Isarray
MyWebsite/Node_Modules/isarray/README.md
...ber/isarray ``` ## License (MIT) Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rig...
Related Match
MyWebsite / Node Modules / Object Assign
MyWebsite/Node_Modules/object-assign/readme.md
...Edge, Firefox, Opera, Safari), support `Object.assign()` :tada:. If you target only those environments, then by all means, use `Object.assign()` instead of this package. ## Install ``` $ npm install --save object-assign ``` ## Usage ```js const objectAssign = require('object-assign'); objectAssign({foo: 0}, {bar: 1});...
Related Match
MyWebsite / Node Modules / String Decoder
MyWebsite/Node_Modules/string_decoder/README.md
....com/nodejs/node) repo given a specific Node version. ## Streams Working Group `string_decoder` is maintained by the Streams Working Group, which oversees the development and maintenance of the Streams API within Node.js. The responsibilities of the Streams Working Group include: * Addressing stream issues on the Node....
Related Match
MyWebsite / Node Modules / Mime Db
MyWebsite/Node_Modules/mime-db/README.md
...ompressible` - leave out if you don't know, otherwise `true`/`false` to indicate whether the data represented by the type is typically compressible. - `extensions` - include an array of file extensions that are associated with the type. - `notes` - human-readable notes about the type, typically what the type is. - `sou...
Related Match
MyWebsite / Node Modules / Cookie Signature
MyWebsite/Node_Modules/cookie-signature/Readme.md
...e.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 files (the 'Software'), to deal in the Software without restriction, including without limitation the rig...
Related Match
MyWebsite / Node Modules / Express Session / Node Modules / Cookie Signature
MyWebsite/Node_Modules/express-session/node_modules/cookie-signature/Readme.md
...e.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 files (the 'Software'), to deal in the Software without restriction, including without limitation the rig...
Related Match
MyWebsite / Node Modules / Toidentifier
MyWebsite/Node_Modules/toidentifier/README.md
...ansformed 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-9a-z_]`) characters. ## License [MIT](LICENSE) [codecov-im...
Related Match
MyWebsite / Node Modules / Bcryptjs / Dist
MyWebsite/Node_Modules/bcryptjs/dist/README.md
...ap](https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.min.map)** contains the source map generated by Closure Compiler. * **[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
MyWebsite / Node Modules / Express
MyWebsite/Node_Modules/express/Readme.md
...ting * Focus on high performance * Super-high test coverage * HTTP helpers (redirection, caching, etc) * View system supporting 14+ template engines * Content negotiation * Executable for generating applications quickly ## Docs & Community * [Website and Documentation](http://expressjs.com/) - [[website repo](https://g...