|
832 | 832 | ] |
833 | 833 | }, |
834 | 834 | { |
| 835 | + // Reason: npm license field is "SEE LICENSE IN README.md"; README references Anthropic's |
| 836 | + // Commercial Terms of Service (not an OSS license). No LICENSE file found in |
| 837 | + // github.com/anthropics/claude-agent-sdk-typescript. Needs manual resolution. |
835 | 838 | "name": "@anthropic-ai/claude-agent-sdk", |
836 | | - "licenseDetail": [ |
| 839 | + "fullLicenseText": [ |
837 | 840 | "© Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service." |
838 | 841 | ] |
839 | 842 | }, |
840 | 843 | { |
| 844 | + // Reason: npm package declares MIT but no public repository found for |
| 845 | + // @github/blackbird-external-ingest-utils. Needs manual resolution. |
841 | 846 | "name": "@github/blackbird-external-ingest-utils", |
842 | | - "licenseDetail": [ |
| 847 | + "fullLicenseText": [ |
843 | 848 | "MIT License" |
844 | 849 | ] |
845 | 850 | }, |
846 | 851 | { |
| 852 | + // Reason: npm package has no repository URL; source is in microsoft/dev-tunnels |
| 853 | + // under ts/src/connections. MIT license confirmed in repo root LICENSE file. |
847 | 854 | "name": "@microsoft/dev-tunnels-connections", |
848 | | - "licenseDetail": [ |
849 | | - "MIT License" |
850 | | - ] |
| 855 | + "fullLicenseTextUri": "https://raw.githubusercontent.com/microsoft/dev-tunnels/6cc48487bcc96697afc0e86a2c06b30341b43d95/LICENSE" |
851 | 856 | }, |
852 | 857 | { |
| 858 | + // Reason: npm package has no repository URL; source is in microsoft/dev-tunnels |
| 859 | + // under ts/src/contracts. MIT license confirmed in repo root LICENSE file. |
853 | 860 | "name": "@microsoft/dev-tunnels-contracts", |
854 | | - "licenseDetail": [ |
855 | | - "MIT License" |
856 | | - ] |
| 861 | + "fullLicenseTextUri": "https://raw.githubusercontent.com/microsoft/dev-tunnels/6cc48487bcc96697afc0e86a2c06b30341b43d95/LICENSE" |
857 | 862 | }, |
858 | 863 | { |
| 864 | + // Reason: npm package has no repository URL; source is in microsoft/dev-tunnels |
| 865 | + // under ts/src/management. MIT license confirmed in repo root LICENSE file. |
859 | 866 | "name": "@microsoft/dev-tunnels-management", |
860 | | - "licenseDetail": [ |
861 | | - "MIT License" |
862 | | - ] |
| 867 | + "fullLicenseTextUri": "https://raw.githubusercontent.com/microsoft/dev-tunnels/6cc48487bcc96697afc0e86a2c06b30341b43d95/LICENSE" |
863 | 868 | }, |
864 | 869 | { |
| 870 | + // Reason: No LICENSE file in repo; license text is in README.md under "LICENSE" heading. |
865 | 871 | "name": "brorand", |
866 | | - "licenseDetail": [ |
| 872 | + "fullLicenseText": [ |
867 | 873 | "This software is licensed under the MIT License.", |
868 | 874 | "", |
869 | 875 | "Copyright Fedor Indutny, 2014.", |
|
876 | 882 | ] |
877 | 883 | }, |
878 | 884 | { |
| 885 | + // Reason: No LICENSE file in repo; BSD-2-Clause declared in package.json but no |
| 886 | + // license text or copyright year found in repo. Needs manual resolution. |
879 | 887 | "name": "emitter-listener", |
880 | | - "licenseDetail": [ |
| 888 | + "fullLicenseText": [ |
881 | 889 | "BSD-2-Clause" |
882 | 890 | ] |
883 | 891 | }, |
884 | 892 | { |
| 893 | + // Reason: No LICENSE file in repo; license text is in README.md under "LICENSE" heading. |
| 894 | + // Copyright year from LICENCE.md uses placeholder format but author is confirmed. |
885 | 895 | "name": "bignumber.js", |
886 | | - "licenseDetail": [ |
| 896 | + "fullLicenseText": [ |
887 | 897 | "Copyright © <2026> Michael Mclaughlin", |
888 | 898 | "", |
889 | 899 | "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 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:", |
|
894 | 904 | ] |
895 | 905 | }, |
896 | 906 | { |
| 907 | + // Reason: No LICENSE file in repo; license text is in README.md under "LICENSE" heading. |
897 | 908 | "name": "miller-rabin", |
898 | | - "licenseDetail": [ |
| 909 | + "fullLicenseText": [ |
899 | 910 | "This software is licensed under the MIT License.", |
900 | 911 | "", |
901 | 912 | "Copyright Fedor Indutny, 2014.", |
|
912 | 923 | "fullLicenseTextUri": "https://raw.githubusercontent.com/googleapis/google-cloud-node-core/76ba85a7f55c6e82943008b4eceb07a0f58b39e1/LICENSE" |
913 | 924 | }, |
914 | 925 | { |
| 926 | + // Reason: No repository URL in npm; repository is crypto-browserify/randombytes (now at |
| 927 | + // browserify/randombytes). MIT license confirmed in repo LICENSE file. |
915 | 928 | "name": "randombytes", |
916 | | - "licenseDetail": [ |
| 929 | + "fullLicenseText": [ |
917 | 930 | "MIT License", |
918 | 931 | "", |
919 | 932 | "Copyright (c) 2017 crypto-browserify", |
|
0 commit comments