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: "LICENSE MIT"
804 results
1,788 files checked
946.5 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 / Qs
Node_Modules/qs/LICENSE.md
BSD 3-Clause License Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of...
Complete Match
MyWebsite / Node Modules / Process Nextick Args
MyWebsite/Node_Modules/process-nextick-args/license.md
...out restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be...
Complete Match
MyWebsite / Node Modules / Webidl Conversions
MyWebsite/Node_Modules/webidl-conversions/LICENSE.md
# The BSD 2-Clause License Copyright (c) 2014, Domenic Denicola All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of condi...
Complete Match
MyWebsite / Node Modules / Qs
MyWebsite/Node_Modules/qs/LICENSE.md
BSD 3-Clause License Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of...
Complete Match
Node Modules.4184 / Process Nextick Args
Node_Modules.4184/process-nextick-args/license.md
...out restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be...
Complete Match
Node Modules.4184 / Webidl Conversions
Node_Modules.4184/webidl-conversions/LICENSE.md
# The BSD 2-Clause License Copyright (c) 2014, Domenic Denicola All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of condi...
Complete Match
Node Modules.4184 / Qs
Node_Modules.4184/qs/LICENSE.md
BSD 3-Clause License Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of...
Complete Match
Node Modules / Memory Pager
Node_Modules/memory-pager/README.md
...that was 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
...er.add(encodedPackets[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
...`appendField(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
...2) //=> [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=fla...
Complete Match
Node Modules / Path To Regexp
Node_Modules/path-to-regexp/Readme.md
...of this library in use at [express-route-tester](http://forbeslindesay.github.com/express-route-tester/). ## License MIT