@@ -500,6 +500,57 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
500500FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
501501DEALINGS IN THE SOFTWARE.
502502
503+ ## sort-package-json
504+
505+ This package includes bundled code from
506+ [ sort-package-json] ( https://github.com/keithamus/sort-package-json ) .
507+
508+ License: MIT
509+
510+ Copyright (c) 2015 Keith Cirkel
511+
512+ The bundled code also contains MIT-licensed code from:
513+
514+ - detect-indent 7.0.2, copyright Sindre Sorhus
515+ - detect-newline 4.0.1, copyright Sindre Sorhus
516+ - git-hooks-list 4.2.1, copyright fisker Cheung
517+ - is-plain-obj 4.1.0, copyright Sindre Sorhus
518+ - sort-object-keys 2.1.0, copyright Keith Cirkel
519+
520+ Permission is hereby granted, free of charge, to any person obtaining a copy
521+ of this software and associated documentation files (the "Software"), to deal
522+ in the Software without restriction, including without limitation the rights
523+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
524+ copies of the Software, and to permit persons to whom the Software is
525+ furnished to do so, subject to the following conditions:
526+
527+ The above copyright notices and this permission notice shall be included in all
528+ copies or substantial portions of the Software.
529+
530+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
531+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
532+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
533+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
534+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
535+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
536+ SOFTWARE.
537+
538+ The bundled code also contains semver 7.8.5, licensed under the ISC License:
539+
540+ Copyright (c) Isaac Z. Schlueter and Contributors
541+
542+ Permission to use, copy, modify, and/or distribute this software for any
543+ purpose with or without fee is hereby granted, provided that the above
544+ copyright notice and this permission notice appear in all copies.
545+
546+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
547+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
548+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
549+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
550+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
551+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
552+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
553+
503554## tinyexec
504555
505556This package includes bundled code from [ tinyexec] ( https://github.com/tinylibs/tinyexec ) .
0 commit comments