| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dbe9e50 commit f0ef221
42 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1385,21 +1385,61 @@ The externally maintained libraries used by Node.js are: | |||
| 1385 | 1385 | ||
| 1386 | 1386 | - minimatch, located at deps/minimatch, is licensed as follows: | |
| 1387 | 1387 | """ | |
| 1388 | - The ISC License | ||
| 1388 | + # Blue Oak Model License | ||
| 1389 | 1389 | ||
| 1390 | - Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors | ||
| 1390 | + Version 1.0.0 | ||
| 1391 | 1391 | ||
| 1392 | - Permission to use, copy, modify, and/or distribute this software for any | ||
| 1393 | - purpose with or without fee is hereby granted, provided that the above | ||
| 1394 | - copyright notice and this permission notice appear in all copies. | ||
| 1392 | + ## Purpose | ||
| 1395 | 1393 | ||
| 1396 | - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 1397 | - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 1398 | - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 1399 | - ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 1400 | - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 1401 | - ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR | ||
| 1402 | - IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 1394 | + This license gives everyone as much permission to work with | ||
| 1395 | + this software as possible, while protecting contributors | ||
| 1396 | + from liability. | ||
| 1397 | + | ||
| 1398 | + ## Acceptance | ||
| 1399 | + | ||
| 1400 | + In order to receive this license, you must agree to its | ||
| 1401 | + rules. The rules of this license are both obligations | ||
| 1402 | + under that agreement and conditions to your license. | ||
| 1403 | + You must not do anything with this software that triggers | ||
| 1404 | + a rule that you cannot or will not follow. | ||
| 1405 | + | ||
| 1406 | + ## Copyright | ||
| 1407 | + | ||
| 1408 | + Each contributor licenses you to do everything with this | ||
| 1409 | + software that would otherwise infringe that contributor's | ||
| 1410 | + copyright in it. | ||
| 1411 | + | ||
| 1412 | + ## Notices | ||
| 1413 | + | ||
| 1414 | + You must ensure that everyone who gets a copy of | ||
| 1415 | + any part of this software from you, with or without | ||
| 1416 | + changes, also gets the text of this license or a link to | ||
| 1417 | + <https://blueoakcouncil.org/license/1.0.0>. | ||
| 1418 | + | ||
| 1419 | + ## Excuse | ||
| 1420 | + | ||
| 1421 | + If anyone notifies you in writing that you have not | ||
| 1422 | + complied with [Notices](#notices), you can keep your | ||
| 1423 | + license by taking all practical steps to comply within 30 | ||
| 1424 | + days after the notice. If you do not do so, your license | ||
| 1425 | + ends immediately. | ||
| 1426 | + | ||
| 1427 | + ## Patent | ||
| 1428 | + | ||
| 1429 | + Each contributor licenses you to do everything with this | ||
| 1430 | + software that would otherwise infringe any patent claims | ||
| 1431 | + they can license or become able to license. | ||
| 1432 | + | ||
| 1433 | + ## Reliability | ||
| 1434 | + | ||
| 1435 | + No contributor can revoke this license. | ||
| 1436 | + | ||
| 1437 | + ## No Liability | ||
| 1438 | + | ||
| 1439 | + **_As far as the law allows, this software comes as is, | ||
| 1440 | + without any warranty or condition, and no contributor | ||
| 1441 | + will be liable to anyone for any damages related to this | ||
| 1442 | + software or this license, under any kind of legal claim._** | ||
| 1403 | 1443 | """ | |
| 1404 | 1444 | ||
| 1405 | 1445 | - npm, located at deps/npm, is licensed as follows: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,55 @@ | |||
| 1 | + # Blue Oak Model License | ||
| 2 | + | ||
| 3 | + Version 1.0.0 | ||
| 4 | + | ||
| 5 | + ## Purpose | ||
| 6 | + | ||
| 7 | + This license gives everyone as much permission to work with | ||
| 8 | + this software as possible, while protecting contributors | ||
| 9 | + from liability. | ||
| 10 | + | ||
| 11 | + ## Acceptance | ||
| 12 | + | ||
| 13 | + In order to receive this license, you must agree to its | ||
| 14 | + rules. The rules of this license are both obligations | ||
| 15 | + under that agreement and conditions to your license. | ||
| 16 | + You must not do anything with this software that triggers | ||
| 17 | + a rule that you cannot or will not follow. | ||
| 18 | + | ||
| 19 | + ## Copyright | ||
| 20 | + | ||
| 21 | + Each contributor licenses you to do everything with this | ||
| 22 | + software that would otherwise infringe that contributor's | ||
| 23 | + copyright in it. | ||
| 24 | + | ||
| 25 | + ## Notices | ||
| 26 | + | ||
| 27 | + You must ensure that everyone who gets a copy of | ||
| 28 | + any part of this software from you, with or without | ||
| 29 | + changes, also gets the text of this license or a link to | ||
| 30 | + <https://blueoakcouncil.org/license/1.0.0>. | ||
| 31 | + | ||
| 32 | + ## Excuse | ||
| 33 | + | ||
| 34 | + If anyone notifies you in writing that you have not | ||
| 35 | + complied with [Notices](#notices), you can keep your | ||
| 36 | + license by taking all practical steps to comply within 30 | ||
| 37 | + days after the notice. If you do not do so, your license | ||
| 38 | + ends immediately. | ||
| 39 | + | ||
| 40 | + ## Patent | ||
| 41 | + | ||
| 42 | + Each contributor licenses you to do everything with this | ||
| 43 | + software that would otherwise infringe any patent claims | ||
| 44 | + they can license or become able to license. | ||
| 45 | + | ||
| 46 | + ## Reliability | ||
| 47 | + | ||
| 48 | + No contributor can revoke this license. | ||
| 49 | + | ||
| 50 | + ## No Liability | ||
| 51 | + | ||
| 52 | + **_As far as the law allows, this software comes as is, | ||
| 53 | + without any warranty or condition, and no contributor | ||
| 54 | + will be liable to anyone for any damages related to this | ||
| 55 | + software or this license, under any kind of legal claim._** | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -163,7 +163,7 @@ var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true })) | |||
| 163 | 163 | ### minimatch.escape(pattern, options = {}) | |
| 164 | 164 | ||
| 165 | 165 | Escape all magic characters in a glob pattern, so that it will | |
| 166 | - only ever match literal strings | ||
| 166 | + only ever match literal strings. | ||
| 167 | 167 | ||
| 168 | 168 | If the `windowsPathsNoEscape` option is used, then characters are | |
| 169 | 169 | escaped by wrapping in `[]`, because a magic character wrapped in | |
@@ -238,7 +238,7 @@ Perform a case-insensitive match. | |||
| 238 | 238 | ||
| 239 | 239 | When used with `{nocase: true}`, create regular expressions that | |
| 240 | 240 | are case-insensitive, but leave string match portions untouched. | |
| 241 | - Has no effect when used without `{nocase: true}` | ||
| 241 | + Has no effect when used without `{nocase: true}`. | ||
| 242 | 242 | ||
| 243 | 243 | Useful when some other form of case-insensitive matching is used, | |
| 244 | 244 | or if the original string representation is useful in some other | |
@@ -354,7 +354,6 @@ is equivalent in all cases). | |||
| 354 | 354 | pattern are preserved. | |
| 355 | 355 | - `2` (or higher) - Much more aggressive optimizations, suitable | |
| 356 | 356 | for use with file-walking cases: | |
| 357 | - | ||
| 358 | 357 | - Remove cases where a double-dot `..` follows a pattern | |
| 359 | 358 | portion that is not `**`, `.`, or empty `''`. Remove empty | |
| 360 | 359 | and `.` portions of the pattern, where safe to do so (ie, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments