@js-utils-kit/constants 0.2.0 β 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +114 -35
- package/dist/index.d.mts +114 -35
- package/dist/index.mjs +2 -2
- package/package.json +17 -16
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const e={accessibility:`Accessibility improvements (a11y)`,ansible:`Ansible playbooks and automation`,api:`API implementation or contracts`,assets:`Static assets like images, fonts, media`,auth:`Authentication and authorization logic`,aws:`AWS-related configuration or services`,azure:`Azure-related configuration or services`,babel:`Babel configuration or transforms`,backend:`Backend services and server-side logic`,build:`Build system configuration`,"build-scripts":`Scripts related to building the project`,cache:`Caching mechanisms and logic`,cd:`Continuous deployment setup`,changelog:`Changelog generation and updates`,chore:`General maintenance tasks`,ci:`Continuous integration setup`,"ci-config":`CI configuration files`,"ci-tests":`Tests executed in CI pipelines`,cli:`Command-line interface`,client:`Client-side logic`,compliance:`Compliance, audits, or policy-related changes`,components:`Reusable components`,config:`Configuration files and settings`,contrib:`Community or contributor-related changes`,core:`Core application or library logic`,css:`CSS and styling changes`,db:`Database-related changes`,demo:`Demo or example implementations`,deploy:`Deployment configuration and scripts`,deps:`Production dependencies`,"deps-dev":`Development dependencies`,desktop:`Desktop application logic`,devops:`DevOps tooling and processes`,docker:`Dockerfiles and container configuration`,docs:`General documentation`,dotfiles:`Dotfiles and editor configuration`,e2e:`End-to-end tests`,eslint:`ESLint configuration and rules`,examples:`Example code and samples`,fixtures:`Test fixtures and sample data`,format:`Code formatting changes`,frontend:`Frontend application logic`,gcp:`Google Cloud Platform related changes`,helm:`Helm charts and Kubernetes packaging`,i18n:`Internationalization`,images:`Image assets`,infra:`Infrastructure configuration`,integration:`Integration-related logic`,jest:`Jest configuration or tests`,k8s:`Kubernetes resources`,l10n:`Localization and translations`,layout:`Layout-related UI changes`,lib:`Shared libraries`,lint:`Linting rules and fixes`,logging:`Logging-related changes`,metrics:`Metrics and monitoring data`,mobile:`Mobile application logic`,mocha:`Mocha configuration or tests`,mocks:`Mock data and utilities`,monorepo:`Monorepo configuration`,observability:`Observability tooling (logs, metrics, traces)`,ops:`Operational tooling and scripts`,orm:`ORM configuration or models`,packages:`Multiple or shared packages`,parcel:`Parcel bundler configuration`,perf:`Performance improvements`,permissions:`Permission and access control logic`,pkg:`Package-related changes`,prettier:`Prettier configuration`,profiling:`Profiling and performance analysis`,readme:`README documentation`,release:`Release preparation and metadata`,responsive:`Responsive design changes`,rollup:`Rollup bundler configuration`,scripts:`Automation and helper scripts`,sdk:`SDK implementation or changes`,security:`Security-related fixes or improvements`,server:`Server-side logic`,storage:`Storage systems and data persistence`,storybook:`Storybook configuration and stories`,styles:`Styling and theming`,terraform:`Terraform infrastructure code`,test:`General testing changes`,theme:`UI themes`,tsc:`TypeScript compiler configuration`,tutorials:`Tutorial content`,ui:`User interface changes`,unit:`Unit tests`,ux:`User experience improvements`,vite:`Vite tooling and configuration`,web:`Web-related functionality`,webpack:`Webpack configuration`,workspace:`Workspace or monorepo configuration`},t=Object.keys(e),n={feat:{type:`feat`,title:`Feature`,icon:`β¨`,description:`Introduce a new feature`,allowsBreakingChange:!0,defaultReleaseType:`minor`,isReleaseRelevant:!0,deprecated:!1},fix:{type:`fix`,title:`Bug Fix`,icon:`π`,description:`Fix a bug`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},docs:{type:`docs`,title:`Documentation`,icon:`π`,description:`Documentation only changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},style:{type:`style`,title:`Style`,icon:`π¨`,description:`Formatting or style changes that do not affect code behavior`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},refactor:{type:`refactor`,title:`Refactor`,icon:`π§Ή`,description:`Code change that neither fixes a bug nor adds a feature`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},perf:{type:`perf`,title:`Performance`,icon:`β‘`,description:`Improve performance`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},test:{type:`test`,title:`Tests`,icon:`π§ͺ`,description:`Add or update tests`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},build:{type:`build`,title:`Build`,icon:`ποΈ`,description:`Changes affecting build system or dependencies`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ci:{type:`ci`,title:`CI`,icon:`π€`,description:`CI/CD related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},chore:{type:`chore`,title:`Chore`,icon:`π§`,description:`Maintenance tasks`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},revert:{type:`revert`,title:`Revert`,icon:`βͺ`,description:`Revert a previous commit`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},deps:{type:`deps`,title:`Dependencies`,icon:`π¦`,description:`Update, add, or remove dependencies`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},config:{type:`config`,title:`Configuration`,icon:`βοΈ`,description:`Configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},security:{type:`security`,title:`Security`,icon:`π`,description:`Security fixes or vulnerability mitigation`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},types:{type:`types`,title:`Types`,icon:`π`,description:`Type definitions or TypeScript-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},lint:{type:`lint`,title:`Lint`,icon:`π§Ή`,description:`Linting rules or fixes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},format:{type:`format`,title:`Format`,icon:`ποΈ`,description:`Code formatting changes (prettier, etc.)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},release:{type:`release`,title:`Release`,icon:`π·οΈ`,description:`Release-related changes (versioning, tags, changelog)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},meta:{type:`meta`,title:`Meta`,icon:`π§©`,description:`Repository metadata (README, templates, tooling)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},infra:{type:`infra`,title:`Infrastructure`,icon:`π`,description:`Infrastructure or environment-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},hotfix:{type:`hotfix`,title:`Hotfix`,icon:`π`,description:`Critical production fix applied quickly`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},version:{type:`version`,title:`Version`,icon:`π’`,description:`Version bumps without code changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workflow:{type:`workflow`,title:`Workflow`,icon:`π`,description:`Workflow-related changes (GitHub Actions, hooks)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},package:{type:`package`,title:`Package`,icon:`π¦`,description:`Package-level changes in a monorepo`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workspace:{type:`workspace`,title:`Workspace`,icon:`π§±`,description:`Workspace or monorepo configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},api:{type:`api`,title:`API`,icon:`π`,description:`API surface or contract changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},"BREAKING CHANGE":{type:`BREAKING CHANGE`,title:`Breaking Change`,icon:`π₯`,description:`An explicit breaking change as defined by the Conventional Commits specification`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},db:{type:`db`,title:`Database`,icon:`ποΈ`,description:`Database schema, migrations, or queries`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},data:{type:`data`,title:`Data`,icon:`π`,description:`Data fixes, seeds, or transformations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ui:{type:`ui`,title:`UI`,icon:`π¨`,description:`UI-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ux:{type:`ux`,title:`UX`,icon:`π§ `,description:`User experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},accessibility:{type:`accessibility`,title:`Accessibility`,icon:`βΏ`,description:`Accessibility improvements (a11y)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},backend:{type:`backend`,title:`Backend`,icon:`π₯οΈ`,description:`Backend logic changes`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},frontend:{type:`frontend`,title:`Frontend`,icon:`π`,description:`Frontend logic changes`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},logging:{type:`logging`,title:`Logging`,icon:`π`,description:`Logging changes or improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},monitoring:{type:`monitoring`,title:`Monitoring`,icon:`π‘`,description:`Monitoring, metrics, or tracing`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},stability:{type:`stability`,title:`Stability`,icon:`π‘οΈ`,description:`Stability and reliability improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},optimization:{type:`optimization`,title:`Optimization`,icon:`π`,description:`Code or runtime optimizations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},dx:{type:`dx`,title:`Developer Experience`,icon:`π§βπ»`,description:`Developer experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},tooling:{type:`tooling`,title:`Tooling`,icon:`π οΈ`,description:`Developer tools or internal utilities`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},scripts:{type:`scripts`,title:`Scripts`,icon:`π`,description:`Automation or helper script changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},cleanup:{type:`cleanup`,title:`Cleanup`,icon:`π§½`,description:`Code cleanup without behavior changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},migration:{type:`migration`,title:`Migration`,icon:`π`,description:`Migration-related changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},rollback:{type:`rollback`,title:`Rollback`,icon:`β©οΈ`,description:`Rollback changes after a bad release`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1}},r=Object.keys(n),i=`abcdefghijklmnopqrstuvwxyz`,a=`ABCDEFGHIJKLMNOPQRSTUVWXYZ`,o=`0123456789`,s=i+a+o,c=[`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`,`OPTIONS`,`CONNECT`,`TRACE`],l={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTH_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,BANDWIDTH_LIMIT_EXCEEDED:509,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},u=Math.PI,d=Math.PI*2,f=Math.E,p=Math.SQRT2,m=Math.SQRT1_2,h=Math.LN2,g=Math.LN10,_=Math.LOG2E,v=Math.LOG10E,y=2**53-1,b=-(2**53-1),x=Number.MAX_VALUE,S=Number.MIN_VALUE,C=2**-52,w=1e3,T=60*w,E=60*T,D=24*E;7*D,30.4375*D,365.25*D;const O=u/180,k=180/u;exports.ALPHANUMERIC=s,exports.CM_TO_MM=10,exports.COMMIT_SCOPES=e,exports.COMMIT_SCOPE_VALUES=t,exports.COMMIT_TYPES=n,exports.COMMIT_TYPE_VALUES=r,exports.DAY=D,exports.DEFAULT_RADIX=10,exports.DEG_TO_RAD=O,exports.DIGITS=o,exports.E=f,exports.EMPTY_STRING=``,exports.EPSILON=C,exports.GAS=8.314462618,exports.GRAVITY=9.80665,exports.HOUR=E,exports.HTTP_METHODS=c,exports.HTTP_STATUS=l,exports.KG_TO_G=1e3,exports.KM_TO_M=1e3,exports.LN_10=g,exports.LN_2=h,exports.LOG10_E=v,exports.LOG2_E=_,exports.LOWERCASE_ALPHABET=i,exports.MAX_SAFE_INT=y,exports.MAX_VALUE=x,exports.MINUTE=T,exports.MIN_SAFE_INT=b,exports.MIN_VALUE=S,exports.MONTH_AVG=26298e5,exports.M_TO_CM=100,exports.NEGATIVE_INFINITY=-1/0,exports.NEW_LINE=`
|
|
2
|
-
`,exports.PI=u,exports.PLANCK=662607015e-42,exports.POSITIVE_INFINITY=1/0,exports.RAD_TO_DEG=
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e={accessibility:`Accessibility improvements (a11y)`,ansible:`Ansible playbooks and automation`,api:`API implementation or contracts`,assets:`Static assets like images, fonts, media`,auth:`Authentication and authorization logic`,aws:`AWS-related configuration or services`,azure:`Azure-related configuration or services`,babel:`Babel configuration or transforms`,backend:`Backend services and server-side logic`,build:`Build system configuration`,"build-scripts":`Scripts related to building the project`,cache:`Caching mechanisms and logic`,cd:`Continuous deployment setup`,changelog:`Changelog generation and updates`,chore:`General maintenance tasks`,ci:`Continuous integration setup`,"ci-config":`CI configuration files`,"ci-tests":`Tests executed in CI pipelines`,cli:`Command-line interface`,client:`Client-side logic`,compliance:`Compliance, audits, or policy-related changes`,components:`Reusable components`,config:`Configuration files and settings`,contrib:`Community or contributor-related changes`,core:`Core application or library logic`,css:`CSS and styling changes`,db:`Database-related changes`,demo:`Demo or example implementations`,deploy:`Deployment configuration and scripts`,deps:`Production dependencies`,"deps-dev":`Development dependencies`,desktop:`Desktop application logic`,devops:`DevOps tooling and processes`,docker:`Dockerfiles and container configuration`,docs:`General documentation`,dotfiles:`Dotfiles and editor configuration`,e2e:`End-to-end tests`,eslint:`ESLint configuration and rules`,examples:`Example code and samples`,fixtures:`Test fixtures and sample data`,format:`Code formatting changes`,frontend:`Frontend application logic`,gcp:`Google Cloud Platform related changes`,helm:`Helm charts and Kubernetes packaging`,i18n:`Internationalization`,images:`Image assets`,infra:`Infrastructure configuration`,integration:`Integration-related logic`,jest:`Jest configuration or tests`,k8s:`Kubernetes resources`,l10n:`Localization and translations`,layout:`Layout-related UI changes`,lib:`Shared libraries`,lint:`Linting rules and fixes`,logging:`Logging-related changes`,metrics:`Metrics and monitoring data`,mobile:`Mobile application logic`,mocha:`Mocha configuration or tests`,mocks:`Mock data and utilities`,monorepo:`Monorepo configuration`,observability:`Observability tooling (logs, metrics, traces)`,ops:`Operational tooling and scripts`,orm:`ORM configuration or models`,packages:`Multiple or shared packages`,parcel:`Parcel bundler configuration`,perf:`Performance improvements`,permissions:`Permission and access control logic`,pkg:`Package-related changes`,prettier:`Prettier configuration`,profiling:`Profiling and performance analysis`,readme:`README documentation`,release:`Release preparation and metadata`,responsive:`Responsive design changes`,rollup:`Rollup bundler configuration`,scripts:`Automation and helper scripts`,sdk:`SDK implementation or changes`,security:`Security-related fixes or improvements`,server:`Server-side logic`,storage:`Storage systems and data persistence`,storybook:`Storybook configuration and stories`,styles:`Styling and theming`,terraform:`Terraform infrastructure code`,test:`General testing changes`,theme:`UI themes`,tsc:`TypeScript compiler configuration`,tutorials:`Tutorial content`,ui:`User interface changes`,unit:`Unit tests`,ux:`User experience improvements`,vite:`Vite tooling and configuration`,web:`Web-related functionality`,webpack:`Webpack configuration`,workspace:`Workspace or monorepo configuration`},t=Object.keys(e),n={feat:{type:`feat`,title:`Features`,icon:`β¨`,description:`Introduce a new feature`,allowsBreakingChange:!0,defaultReleaseType:`minor`,isReleaseRelevant:!0,deprecated:!1},fix:{type:`fix`,title:`Bug Fixes`,icon:`π`,description:`Fix a bug`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},docs:{type:`docs`,title:`Documentation`,icon:`π`,description:`Documentation only changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},style:{type:`style`,title:`Styling`,icon:`π¨`,description:`Formatting or style changes that do not affect code behavior`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},refactor:{type:`refactor`,title:`Refactors`,icon:`π§Ή`,description:`Code change that neither fixes a bug nor adds a feature`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},perf:{type:`perf`,title:`Performance Improvements`,icon:`β‘`,description:`Improve performance`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},test:{type:`test`,title:`Tests`,icon:`π§ͺ`,description:`Add or update tests`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},build:{type:`build`,title:`Build System`,icon:`ποΈ`,description:`Changes affecting build system or dependencies`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ci:{type:`ci`,title:`Continuous Integration`,icon:`π€`,description:`CI/CD related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},chore:{type:`chore`,title:`Chores`,icon:`π§`,description:`Maintenance tasks`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},revert:{type:`revert`,title:`Reverts`,icon:`βͺ`,description:`Revert a previous commit`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},deps:{type:`deps`,title:`Dependency Updates`,icon:`π¦`,description:`Update, add, or remove dependencies`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},config:{type:`config`,title:`Configuration`,icon:`βοΈ`,description:`Configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},security:{type:`security`,title:`Security Fixes`,icon:`π`,description:`Security fixes or vulnerability mitigation`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},types:{type:`types`,title:`Type Changes`,icon:`π`,description:`Type definitions or TypeScript-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},lint:{type:`lint`,title:`Linting`,icon:`π§Ή`,description:`Linting rules or fixes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},format:{type:`format`,title:`Formatting`,icon:`ποΈ`,description:`Code formatting changes (prettier, etc.)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},release:{type:`release`,title:`Release Process`,icon:`π·οΈ`,description:`Release-related changes (versioning, tags, changelog)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},meta:{type:`meta`,title:`Repository Meta`,icon:`π§©`,description:`Repository metadata (README, templates, tooling)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},infra:{type:`infra`,title:`Infrastructure`,icon:`π`,description:`Infrastructure or environment-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},hotfix:{type:`hotfix`,title:`Hotfixes`,icon:`π`,description:`Critical production fix applied quickly`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},version:{type:`version`,title:`Versioning`,icon:`π’`,description:`Version bumps without code changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workflow:{type:`workflow`,title:`Workflows`,icon:`π`,description:`Workflow-related changes (GitHub Actions, hooks)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},package:{type:`package`,title:`Package Changes`,icon:`π¦`,description:`Package-level changes in a monorepo`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},workspace:{type:`workspace`,title:`Workspace Changes`,icon:`π§±`,description:`Workspace or monorepo configuration changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},api:{type:`api`,title:`API Changes`,icon:`π`,description:`API surface or contract changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},"BREAKING CHANGE":{type:`BREAKING CHANGE`,title:`Breaking Changes`,icon:`π₯`,description:`An explicit breaking change as defined by the Conventional Commits specification`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},db:{type:`db`,title:`Database Changes`,icon:`ποΈ`,description:`Database schema, migrations, or queries`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},data:{type:`data`,title:`Data Changes`,icon:`π`,description:`Data fixes, seeds, or transformations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ui:{type:`ui`,title:`UI Changes`,icon:`π¨`,description:`UI-related changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},ux:{type:`ux`,title:`UX Improvements`,icon:`π§ `,description:`User experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},accessibility:{type:`accessibility`,title:`Accessibility Improvements`,icon:`βΏ`,description:`Accessibility improvements (a11y)`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},backend:{type:`backend`,title:`Backend Changes`,icon:`π₯οΈ`,description:`Backend logic changes`,allowsBreakingChange:!0,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},frontend:{type:`frontend`,title:`Frontend Changes`,icon:`π`,description:`Frontend logic changes`,allowsBreakingChange:!1,defaultReleaseType:`patch`,isReleaseRelevant:!0,deprecated:!1},logging:{type:`logging`,title:`Logging`,icon:`π`,description:`Logging changes or improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},monitoring:{type:`monitoring`,title:`Monitoring`,icon:`π‘`,description:`Monitoring, metrics, or tracing`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},stability:{type:`stability`,title:`Stability Improvements`,icon:`π‘οΈ`,description:`Stability and reliability improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},optimization:{type:`optimization`,title:`Optimization Improvements`,icon:`π`,description:`Code or runtime optimizations`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},dx:{type:`dx`,title:`Developer Experience`,icon:`π§βπ»`,description:`Developer experience improvements`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},tooling:{type:`tooling`,title:`Tooling`,icon:`π οΈ`,description:`Developer tools or internal utilities`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},scripts:{type:`scripts`,title:`Scripts`,icon:`π`,description:`Automation or helper script changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},cleanup:{type:`cleanup`,title:`Cleanup`,icon:`π§½`,description:`Code cleanup without behavior changes`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1},migration:{type:`migration`,title:`Migrations`,icon:`π`,description:`Migration-related changes`,allowsBreakingChange:!0,defaultReleaseType:`major`,isReleaseRelevant:!0,deprecated:!1},rollback:{type:`rollback`,title:`Rollbacks`,icon:`β©οΈ`,description:`Rollback changes after a bad release`,allowsBreakingChange:!1,defaultReleaseType:`none`,isReleaseRelevant:!1,deprecated:!1}},r=Object.keys(n),i=`abcdefghijklmnopqrstuvwxyz`,a=`ABCDEFGHIJKLMNOPQRSTUVWXYZ`,o=`0123456789`,s=i+a+o,c=[`GET`,`POST`,`PUT`,`PATCH`,`DELETE`,`HEAD`,`OPTIONS`,`CONNECT`,`TRACE`],l={CONTINUE:100,SWITCHING_PROTOCOLS:101,PROCESSING:102,EARLY_HINTS:103,OK:200,CREATED:201,ACCEPTED:202,NON_AUTHORITATIVE_INFORMATION:203,NO_CONTENT:204,RESET_CONTENT:205,PARTIAL_CONTENT:206,MULTI_STATUS:207,ALREADY_REPORTED:208,IM_USED:226,MULTIPLE_CHOICES:300,MOVED_PERMANENTLY:301,FOUND:302,SEE_OTHER:303,NOT_MODIFIED:304,USE_PROXY:305,TEMPORARY_REDIRECT:307,PERMANENT_REDIRECT:308,BAD_REQUEST:400,UNAUTHORIZED:401,PAYMENT_REQUIRED:402,FORBIDDEN:403,NOT_FOUND:404,METHOD_NOT_ALLOWED:405,NOT_ACCEPTABLE:406,PROXY_AUTH_REQUIRED:407,REQUEST_TIMEOUT:408,CONFLICT:409,GONE:410,LENGTH_REQUIRED:411,PRECONDITION_FAILED:412,PAYLOAD_TOO_LARGE:413,URI_TOO_LONG:414,UNSUPPORTED_MEDIA_TYPE:415,RANGE_NOT_SATISFIABLE:416,EXPECTATION_FAILED:417,IM_A_TEAPOT:418,MISDIRECTED_REQUEST:421,UNPROCESSABLE_ENTITY:422,LOCKED:423,FAILED_DEPENDENCY:424,TOO_EARLY:425,UPGRADE_REQUIRED:426,PRECONDITION_REQUIRED:428,TOO_MANY_REQUESTS:429,REQUEST_HEADER_FIELDS_TOO_LARGE:431,UNAVAILABLE_FOR_LEGAL_REASONS:451,INTERNAL_SERVER_ERROR:500,NOT_IMPLEMENTED:501,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504,HTTP_VERSION_NOT_SUPPORTED:505,VARIANT_ALSO_NEGOTIATES:506,INSUFFICIENT_STORAGE:507,LOOP_DETECTED:508,BANDWIDTH_LIMIT_EXCEEDED:509,NOT_EXTENDED:510,NETWORK_AUTHENTICATION_REQUIRED:511},u=Math.PI,d=Math.PI*2,f=Math.E,p=Math.SQRT2,m=Math.SQRT1_2,h=Math.LN2,g=Math.LN10,_=Math.LOG2E,v=Math.LOG10E,y=2**53-1,b=-(2**53-1),x=Number.MAX_VALUE,S=Number.MIN_VALUE,C=2**-52,w={SH:`#!/bin/sh`,BASH:`#!/bin/bash`,ENV_BASH:`#!/usr/bin/env bash`,DASH:`#!/bin/dash`,ASH:`#!/bin/ash`,KSH:`#!/bin/ksh`,ZSH:`#!/usr/bin/env zsh`,FISH:`#!/usr/bin/env fish`,NODE:`#!/usr/bin/env node`,NODE_DIRECT:`#!/usr/bin/node`,NODE_NO_WARNINGS:`#!/usr/bin/env -S node --no-warnings`,NODE_INSPECT:`#!/usr/bin/env -S node --inspect`,NODE_LOADER_TS_NODE:`#!/usr/bin/env -S node --loader ts-node/esm`,NODE_EXPERIMENTAL_MODULES:`#!/usr/bin/env -S node --experimental-modules`,JITI:`#!/usr/bin/env jiti`,TS_NODE:`#!/usr/bin/env ts-node`,TS_NODE_ESM:`#!/usr/bin/env ts-node-esm`,TSX:`#!/usr/bin/env tsx`,DENO:`#!/usr/bin/env deno`,DENO_RUN:`#!/usr/bin/env -S deno run`,DENO_ALLOW_ALL:`#!/usr/bin/env -S deno run --allow-all`,DENO_ALLOW_ENV:`#!/usr/bin/env -S deno run --allow-env`,DENO_ALLOW_NET:`#!/usr/bin/env -S deno run --allow-net`,DENO_ALLOW_READ:`#!/usr/bin/env -S deno run --allow-read`,DENO_ALLOW_WRITE:`#!/usr/bin/env -S deno run --allow-write`,DENO_ALLOW_FS:`#!/usr/bin/env -S deno run --allow-read --allow-write`,DENO_EXT_JS:`#!/usr/bin/env -S deno run --ext=js`,BUN:`#!/usr/bin/env bun`,BUN_RUN:`#!/usr/bin/env -S bun run`,PYTHON:`#!/usr/bin/python`,ENV_PYTHON:`#!/usr/bin/env python`,PYTHON3:`#!/usr/bin/python3`,ENV_PYTHON3:`#!/usr/bin/env python3`,PYPY:`#!/usr/bin/env pypy`,PYPY3:`#!/usr/bin/env pypy3`,RUBY:`#!/usr/bin/ruby`,ENV_RUBY:`#!/usr/bin/env ruby`,PERL:`#!/usr/bin/perl`,ENV_PERL:`#!/usr/bin/env perl`,PHP:`#!/usr/bin/php`,ENV_PHP:`#!/usr/bin/env php`,LUA:`#!/usr/bin/lua`,ENV_LUA:`#!/usr/bin/env lua`,TCLSH:`#!/usr/bin/tclsh`,ENV_TCLSH:`#!/usr/bin/env tclsh`,RSCRIPT:`#!/usr/bin/env Rscript`,JULIA:`#!/usr/bin/env julia`,CARGO_SCRIPT:`#!/usr/bin/env -S cargo script`,RUST_SCRIPT:`#!/usr/bin/env -S rust-script`,JAVA:`#!/usr/bin/env java`,SWIFT:`#!/usr/bin/env swift`,POWERSHELL:`#!/usr/bin/pwsh`,ENV_POWERSHELL:`#!/usr/bin/env pwsh`,ENV:`#!/usr/bin/env`,ENV_SPLIT:`#!/usr/bin/env -S`,TRUE:`#!/bin/true`,FALSE:`#!/bin/false`},T=`0BSD,3D-Slicer-1.0,AAL,Abstyles,AdaCore-doc,Adobe-2006,Adobe-Display-PostScript,Adobe-Glyph,Adobe-Utopia,ADSL,Advanced-Cryptics-Dictionary,AFL-1.1,AFL-1.2,AFL-2.0,AFL-2.1,AFL-3.0,Afmparse,AGPL-1.0,AGPL-1.0-only,AGPL-1.0-or-later,AGPL-3.0,AGPL-3.0-only,AGPL-3.0-or-later,Aladdin,ALGLIB-Documentation,AMD-newlib,AMDPLPA,AML,AML-glslang,AMPAS,ANTLR-PD,ANTLR-PD-fallback,any-OSI,any-OSI-perl-modules,Apache-1.0,Apache-1.1,Apache-2.0,APAFML,APL-1.0,App-s2p,APSL-1.0,APSL-1.1,APSL-1.2,APSL-2.0,Arphic-1999,Artistic-1.0,Artistic-1.0-cl8,Artistic-1.0-Perl,Artistic-2.0,Artistic-dist,Aspell-RU,ASWF-Digital-Assets-1.0,ASWF-Digital-Assets-1.1,Baekmuk,Bahyph,Barr,bcrypt-Solar-Designer,Beerware,Bitstream-Charter,Bitstream-Vera,BitTorrent-1.0,BitTorrent-1.1,blessing,BlueOak-1.0.0,Boehm-GC,Boehm-GC-without-fee,BOLA-1.1,Borceux,Brian-Gladman-2-Clause,Brian-Gladman-3-Clause,BSD-1-Clause,BSD-2-Clause,BSD-2-Clause-Darwin,BSD-2-Clause-first-lines,BSD-2-Clause-FreeBSD,BSD-2-Clause-NetBSD,BSD-2-Clause-Patent,BSD-2-Clause-pkgconf-disclaimer,BSD-2-Clause-Views,BSD-3-Clause,BSD-3-Clause-acpica,BSD-3-Clause-Attribution,BSD-3-Clause-Clear,BSD-3-Clause-flex,BSD-3-Clause-HP,BSD-3-Clause-LBNL,BSD-3-Clause-Modification,BSD-3-Clause-No-Military-License,BSD-3-Clause-No-Nuclear-License,BSD-3-Clause-No-Nuclear-License-2014,BSD-3-Clause-No-Nuclear-Warranty,BSD-3-Clause-Open-MPI,BSD-3-Clause-Sun,BSD-3-Clause-Tso,BSD-4-Clause,BSD-4-Clause-Shortened,BSD-4-Clause-UC,BSD-4.3RENO,BSD-4.3TAHOE,BSD-Advertising-Acknowledgement,BSD-Attribution-HPND-disclaimer,BSD-Inferno-Nettverk,BSD-Mark-Modifications,BSD-Protection,BSD-Source-beginning-file,BSD-Source-Code,BSD-Systemics,BSD-Systemics-W3Works,BSL-1.0,Buddy,BUSL-1.1,bzip2-1.0.5,bzip2-1.0.6,C-UDA-1.0,CAL-1.0,CAL-1.0-Combined-Work-Exception,Caldera,Caldera-no-preamble,CAPEC-tou,Catharon,CATOSL-1.1,CC-BY-1.0,CC-BY-2.0,CC-BY-2.5,CC-BY-2.5-AU,CC-BY-3.0,CC-BY-3.0-AT,CC-BY-3.0-AU,CC-BY-3.0-DE,CC-BY-3.0-IGO,CC-BY-3.0-NL,CC-BY-3.0-US,CC-BY-4.0,CC-BY-NC-1.0,CC-BY-NC-2.0,CC-BY-NC-2.5,CC-BY-NC-3.0,CC-BY-NC-3.0-DE,CC-BY-NC-4.0,CC-BY-NC-ND-1.0,CC-BY-NC-ND-2.0,CC-BY-NC-ND-2.5,CC-BY-NC-ND-3.0,CC-BY-NC-ND-3.0-DE,CC-BY-NC-ND-3.0-IGO,CC-BY-NC-ND-4.0,CC-BY-NC-SA-1.0,CC-BY-NC-SA-2.0,CC-BY-NC-SA-2.0-DE,CC-BY-NC-SA-2.0-FR,CC-BY-NC-SA-2.0-UK,CC-BY-NC-SA-2.5,CC-BY-NC-SA-3.0,CC-BY-NC-SA-3.0-DE,CC-BY-NC-SA-3.0-IGO,CC-BY-NC-SA-4.0,CC-BY-ND-1.0,CC-BY-ND-2.0,CC-BY-ND-2.5,CC-BY-ND-3.0,CC-BY-ND-3.0-DE,CC-BY-ND-4.0,CC-BY-SA-1.0,CC-BY-SA-2.0,CC-BY-SA-2.0-UK,CC-BY-SA-2.1-JP,CC-BY-SA-2.5,CC-BY-SA-3.0,CC-BY-SA-3.0-AT,CC-BY-SA-3.0-DE,CC-BY-SA-3.0-IGO,CC-BY-SA-4.0,CC-PDDC,CC-PDM-1.0,CC-SA-1.0,CC0-1.0,CDDL-1.0,CDDL-1.1,CDL-1.0,CDLA-Permissive-1.0,CDLA-Permissive-2.0,CDLA-Sharing-1.0,CECILL-1.0,CECILL-1.1,CECILL-2.0,CECILL-2.1,CECILL-B,CECILL-C,CERN-OHL-1.1,CERN-OHL-1.2,CERN-OHL-P-2.0,CERN-OHL-S-2.0,CERN-OHL-W-2.0,CFITSIO,check-cvs,checkmk,ClArtistic,Clips,CMU-Mach,CMU-Mach-nodoc,CNRI-Jython,CNRI-Python,CNRI-Python-GPL-Compatible,COIL-1.0,Community-Spec-1.0,Condor-1.1,copyleft-next-0.3.0,copyleft-next-0.3.1,Cornell-Lossless-JPEG,CPAL-1.0,CPL-1.0,CPOL-1.02,Cronyx,Crossword,CryptoSwift,CrystalStacker,CUA-OPL-1.0,Cube,curl,cve-tou,D-FSL-1.0,DEC-3-Clause,diffmark,DL-DE-BY-2.0,DL-DE-ZERO-2.0,DOC,DocBook-DTD,DocBook-Schema,DocBook-Stylesheet,DocBook-XML,Dotseqn,DRL-1.0,DRL-1.1,DSDP,dtoa,dvipdfm,ECL-1.0,ECL-2.0,eCos-2.0,EFL-1.0,EFL-2.0,eGenix,Elastic-2.0,Entessa,EPICS,EPL-1.0,EPL-2.0,ErlPL-1.1,ESA-PL-permissive-2.4,ESA-PL-strong-copyleft-2.4,ESA-PL-weak-copyleft-2.4,etalab-2.0,EUDatagrid,EUPL-1.0,EUPL-1.1,EUPL-1.2,Eurosym,Fair,FBM,FDK-AAC,Ferguson-Twofish,Frameworx-1.0,FreeBSD-DOC,FreeImage,FSFAP,FSFAP-no-warranty-disclaimer,FSFUL,FSFULLR,FSFULLRSD,FSFULLRWD,FSL-1.1-ALv2,FSL-1.1-MIT,FTL,Furuseth,fwlw,Game-Programming-Gems,GCR-docs,GD,generic-xts,GFDL-1.1,GFDL-1.1-invariants-only,GFDL-1.1-invariants-or-later,GFDL-1.1-no-invariants-only,GFDL-1.1-no-invariants-or-later,GFDL-1.1-only,GFDL-1.1-or-later,GFDL-1.2,GFDL-1.2-invariants-only,GFDL-1.2-invariants-or-later,GFDL-1.2-no-invariants-only,GFDL-1.2-no-invariants-or-later,GFDL-1.2-only,GFDL-1.2-or-later,GFDL-1.3,GFDL-1.3-invariants-only,GFDL-1.3-invariants-or-later,GFDL-1.3-no-invariants-only,GFDL-1.3-no-invariants-or-later,GFDL-1.3-only,GFDL-1.3-or-later,Giftware,GL2PS,Glide,Glulxe,GLWTPL,gnuplot,GPL-1.0,GPL-1.0+,GPL-1.0-only,GPL-1.0-or-later,GPL-2.0,GPL-2.0+,GPL-2.0-only,GPL-2.0-or-later,GPL-2.0-with-autoconf-exception,GPL-2.0-with-bison-exception,GPL-2.0-with-classpath-exception,GPL-2.0-with-font-exception,GPL-2.0-with-GCC-exception,GPL-3.0,GPL-3.0+,GPL-3.0-only,GPL-3.0-or-later,GPL-3.0-with-autoconf-exception,GPL-3.0-with-GCC-exception,Graphics-Gems,gSOAP-1.3b,gtkbook,Gutmann,HaskellReport,HDF5,hdparm,HIDAPI,Hippocratic-2.1,HP-1986,HP-1989,HPND,HPND-DEC,HPND-doc,HPND-doc-sell,HPND-export-US,HPND-export-US-acknowledgement,HPND-export-US-modify,HPND-export2-US,HPND-Fenneberg-Livingston,HPND-INRIA-IMAG,HPND-Intel,HPND-Kevlin-Henney,HPND-Markus-Kuhn,HPND-merchantability-variant,HPND-MIT-disclaimer,HPND-Netrek,HPND-Pbmplus,HPND-sell-MIT-disclaimer-xserver,HPND-sell-regexpr,HPND-sell-variant,HPND-sell-variant-critical-systems,HPND-sell-variant-MIT-disclaimer,HPND-sell-variant-MIT-disclaimer-rev,HPND-SMC,HPND-UC,HPND-UC-export-US,HTMLTIDY,hyphen-bulgarian,IBM-pibs,ICU,IEC-Code-Components-EULA,IJG,IJG-short,ImageMagick,iMatix,Imlib2,Info-ZIP,Inner-Net-2.0,InnoSetup,Intel,Intel-ACPI,Interbase-1.0,IPA,IPL-1.0,ISC,ISC-Veillard,ISO-permission,Jam,JasPer-2.0,jove,JPL-image,JPNIC,JSON,Kastrup,Kazlib,Knuth-CTAN,LAL-1.2,LAL-1.3,Latex2e,Latex2e-translated-notice,Leptonica,LGPL-2.0,LGPL-2.0+,LGPL-2.0-only,LGPL-2.0-or-later,LGPL-2.1,LGPL-2.1+,LGPL-2.1-only,LGPL-2.1-or-later,LGPL-3.0,LGPL-3.0+,LGPL-3.0-only,LGPL-3.0-or-later,LGPLLR,Libpng,libpng-1.6.35,libpng-2.0,libselinux-1.0,libtiff,libutil-David-Nugent,LiLiQ-P-1.1,LiLiQ-R-1.1,LiLiQ-Rplus-1.1,Linux-man-pages-1-para,Linux-man-pages-copyleft,Linux-man-pages-copyleft-2-para,Linux-man-pages-copyleft-var,Linux-OpenIB,LOOP,LPD-document,LPL-1.0,LPL-1.02,LPPL-1.0,LPPL-1.1,LPPL-1.2,LPPL-1.3a,LPPL-1.3c,lsof,Lucida-Bitmap-Fonts,LZMA-SDK-9.11-to-9.20,LZMA-SDK-9.22,Mackerras-3-Clause,Mackerras-3-Clause-acknowledgment,magaz,mailprio,MakeIndex,man2html,Martin-Birgmeier,McPhee-slideshow,metamail,Minpack,MIPS,MirOS,MIT,MIT-0,MIT-advertising,MIT-Click,MIT-CMU,MIT-enna,MIT-feh,MIT-Festival,MIT-Khronos-old,MIT-Modern-Variant,MIT-open-group,MIT-STK,MIT-testregex,MIT-Wu,MITNFA,MMIXware,MMPL-1.0.1,Motosoto,MPEG-SSG,mpi-permissive,mpich2,MPL-1.0,MPL-1.1,MPL-2.0,MPL-2.0-no-copyleft-exception,mplus,MS-LPL,MS-PL,MS-RL,MTLL,MulanPSL-1.0,MulanPSL-2.0,Multics,Mup,NAIST-2003,NASA-1.3,Naumen,NBPL-1.0,NCBI-PD,NCGL-UK-2.0,NCL,NCSA,Net-SNMP,NetCDF,Newsletr,NGPL,ngrep,NICTA-1.0,NIST-PD,NIST-PD-fallback,NIST-PD-TNT,NIST-Software,NLOD-1.0,NLOD-2.0,NLPL,Nokia,NOSL,Noweb,NPL-1.0,NPL-1.1,NPOSL-3.0,NRL,NTIA-PD,NTP,NTP-0,Nunit,O-UDA-1.0,OAR,OCCT-PL,OCLC-2.0,ODbL-1.0,ODC-By-1.0,OFFIS,OFL-1.0,OFL-1.0-no-RFN,OFL-1.0-RFN,OFL-1.1,OFL-1.1-no-RFN,OFL-1.1-RFN,OGC-1.0,OGDL-Taiwan-1.0,OGL-Canada-2.0,OGL-UK-1.0,OGL-UK-2.0,OGL-UK-3.0,OGTSL,OLDAP-1.1,OLDAP-1.2,OLDAP-1.3,OLDAP-1.4,OLDAP-2.0,OLDAP-2.0.1,OLDAP-2.1,OLDAP-2.2,OLDAP-2.2.1,OLDAP-2.2.2,OLDAP-2.3,OLDAP-2.4,OLDAP-2.5,OLDAP-2.6,OLDAP-2.7,OLDAP-2.8,OLFL-1.3,OML,OpenMDW-1.0,OpenPBS-2.3,OpenSSL,OpenSSL-standalone,OpenVision,OPL-1.0,OPL-UK-3.0,OPUBL-1.0,OSC-1.0,OSET-PL-2.1,OSL-1.0,OSL-1.1,OSL-2.0,OSL-2.1,OSL-3.0,OSSP,PADL,ParaType-Free-Font-1.3,Parity-6.0.0,Parity-7.0.0,PDDL-1.0,PHP-3.0,PHP-3.01,Pixar,pkgconf,Plexus,pnmstitch,PolyForm-Noncommercial-1.0.0,PolyForm-Small-Business-1.0.0,PostgreSQL,PPL,PSF-2.0,psfrag,psutils,Python-2.0,Python-2.0.1,python-ldap,Qhull,QPL-1.0,QPL-1.0-INRIA-2004,radvd,Rdisc,RHeCos-1.1,RPL-1.1,RPL-1.5,RPSL-1.0,RSA-MD,RSCPL,Ruby,Ruby-pty,SAX-PD,SAX-PD-2.0,Saxpath,SCEA,SchemeReport,Sendmail,Sendmail-8.23,Sendmail-Open-Source-1.1,SGI-B-1.0,SGI-B-1.1,SGI-B-2.0,SGI-OpenGL,SGMLUG-PM,SGP4,SHL-0.5,SHL-0.51,SimPL-2.0,SISSL,SISSL-1.2,SL,Sleepycat,SMAIL-GPL,SMLNJ,SMPPL,SNIA,snprintf,SOFA,softSurfer,Soundex,Spencer-86,Spencer-94,Spencer-99,SPL-1.0,ssh-keyscan,SSH-OpenSSH,SSH-short,SSLeay-standalone,SSPL-1.0,StandardML-NJ,SugarCRM-1.1.3,SUL-1.0,Sun-PPP,Sun-PPP-2000,SunPro,SWL,swrule,Symlinks,TAPR-OHL-1.0,TCL,TCP-wrappers,TekHVC,TermReadKey,TGPPL-1.0,ThirdEye,threeparttable,TMate,TORQUE-1.1,TOSL,TPDL,TPL-1.0,TrustedQSL,TTWL,TTYP0,TU-Berlin-1.0,TU-Berlin-2.0,Ubuntu-font-1.0,UCAR,UCL-1.0,ulem,UMich-Merit,Unicode-3.0,Unicode-DFS-2015,Unicode-DFS-2016,Unicode-TOU,UnixCrypt,Unlicense,Unlicense-libtelnet,Unlicense-libwhirlpool,UnRAR,UPL-1.0,URT-RLE,Vim,Vixie-Cron,VOSTROM,VSL-1.0,W3C,W3C-19980720,W3C-20150513,w3m,Watcom-1.0,Widget-Workshop,WordNet,Wsuipa,WTFNMFPL,WTFPL,wwl,wxWindows,X11,X11-distribute-modifications-variant,X11-no-permit-persons,X11-swapped,Xdebug-1.03,Xerox,Xfig,XFree86-1.1,xinetd,xkeyboard-config-Zinoviev,xlock,Xnet,xpp,XSkat,xzoom,YPL-1.0,YPL-1.1,Zed,Zeeff,Zend-2.0,Zimbra-1.3,Zimbra-1.4,Zlib,zlib-acknowledgement,ZPL-1.1,ZPL-2.0,ZPL-2.1`.split(`,`),E={"0BSD":{id:`0BSD`,name:`BSD Zero Clause License`,referenceNumber:422,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/0BSD.json`},"3D-Slicer-1.0":{id:`3D-Slicer-1.0`,name:`3D Slicer License v1.0`,referenceNumber:134,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/3D-Slicer-1.0.json`},AAL:{id:`AAL`,name:`Attribution Assurance License`,referenceNumber:94,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AAL.json`},Abstyles:{id:`Abstyles`,name:`Abstyles License`,referenceNumber:16,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Abstyles.json`},"AdaCore-doc":{id:`AdaCore-doc`,name:`AdaCore Doc License`,referenceNumber:291,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AdaCore-doc.json`},"Adobe-2006":{id:`Adobe-2006`,name:`Adobe Systems Incorporated Source Code License Agreement`,referenceNumber:373,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Adobe-2006.json`},"Adobe-Display-PostScript":{id:`Adobe-Display-PostScript`,name:`Adobe Display PostScript License`,referenceNumber:136,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Adobe-Display-PostScript.json`},"Adobe-Glyph":{id:`Adobe-Glyph`,name:`Adobe Glyph List License`,referenceNumber:345,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Adobe-Glyph.json`},"Adobe-Utopia":{id:`Adobe-Utopia`,name:`Adobe Utopia Font License`,referenceNumber:121,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Adobe-Utopia.json`},ADSL:{id:`ADSL`,name:`Amazon Digital Services License`,referenceNumber:242,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ADSL.json`},"Advanced-Cryptics-Dictionary":{id:`Advanced-Cryptics-Dictionary`,name:`Advanced Cryptics Dictionary License`,referenceNumber:511,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Advanced-Cryptics-Dictionary.json`},"AFL-1.1":{id:`AFL-1.1`,name:`Academic Free License v1.1`,referenceNumber:122,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AFL-1.1.json`},"AFL-1.2":{id:`AFL-1.2`,name:`Academic Free License v1.2`,referenceNumber:495,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AFL-1.2.json`},"AFL-2.0":{id:`AFL-2.0`,name:`Academic Free License v2.0`,referenceNumber:496,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AFL-2.0.json`},"AFL-2.1":{id:`AFL-2.1`,name:`Academic Free License v2.1`,referenceNumber:460,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AFL-2.1.json`},"AFL-3.0":{id:`AFL-3.0`,name:`Academic Free License v3.0`,referenceNumber:478,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AFL-3.0.json`},Afmparse:{id:`Afmparse`,name:`Afmparse License`,referenceNumber:560,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Afmparse.json`},"AGPL-1.0":{id:`AGPL-1.0`,name:`Affero General Public License v1.0`,referenceNumber:635,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/AGPL-1.0.json`},"AGPL-1.0-only":{id:`AGPL-1.0-only`,name:`Affero General Public License v1.0 only`,referenceNumber:660,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AGPL-1.0-only.json`},"AGPL-1.0-or-later":{id:`AGPL-1.0-or-later`,name:`Affero General Public License v1.0 or later`,referenceNumber:13,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AGPL-1.0-or-later.json`},"AGPL-3.0":{id:`AGPL-3.0`,name:`GNU Affero General Public License v3.0`,referenceNumber:90,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/AGPL-3.0.json`},"AGPL-3.0-only":{id:`AGPL-3.0-only`,name:`GNU Affero General Public License v3.0 only`,referenceNumber:687,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AGPL-3.0-only.json`},"AGPL-3.0-or-later":{id:`AGPL-3.0-or-later`,name:`GNU Affero General Public License v3.0 or later`,referenceNumber:380,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/AGPL-3.0-or-later.json`},Aladdin:{id:`Aladdin`,name:`Aladdin Free Public License`,referenceNumber:700,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Aladdin.json`},"ALGLIB-Documentation":{id:`ALGLIB-Documentation`,name:`ALGLIB Documentation License`,referenceNumber:91,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ALGLIB-Documentation.json`},"AMD-newlib":{id:`AMD-newlib`,name:`AMD newlib License`,referenceNumber:439,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AMD-newlib.json`},AMDPLPA:{id:`AMDPLPA`,name:`AMD's plpa_map.c License`,referenceNumber:645,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AMDPLPA.json`},AML:{id:`AML`,name:`Apple MIT License`,referenceNumber:615,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AML.json`},"AML-glslang":{id:`AML-glslang`,name:`AML glslang variant License`,referenceNumber:95,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AML-glslang.json`},AMPAS:{id:`AMPAS`,name:`Academy of Motion Picture Arts and Sciences BSD`,referenceNumber:260,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/AMPAS.json`},"ANTLR-PD":{id:`ANTLR-PD`,name:`ANTLR Software Rights Notice`,referenceNumber:375,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ANTLR-PD.json`},"ANTLR-PD-fallback":{id:`ANTLR-PD-fallback`,name:`ANTLR Software Rights Notice with license fallback`,referenceNumber:73,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ANTLR-PD-fallback.json`},"any-OSI":{id:`any-OSI`,name:`Any OSI License`,referenceNumber:347,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/any-OSI.json`},"any-OSI-perl-modules":{id:`any-OSI-perl-modules`,name:`Any OSI License - Perl Modules`,referenceNumber:401,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/any-OSI-perl-modules.json`},"Apache-1.0":{id:`Apache-1.0`,name:`Apache License 1.0`,referenceNumber:683,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Apache-1.0.json`},"Apache-1.1":{id:`Apache-1.1`,name:`Apache License 1.1`,referenceNumber:217,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Apache-1.1.json`},"Apache-2.0":{id:`Apache-2.0`,name:`Apache License 2.0`,referenceNumber:102,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Apache-2.0.json`},APAFML:{id:`APAFML`,name:`Adobe Postscript AFM License`,referenceNumber:127,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/APAFML.json`},"APL-1.0":{id:`APL-1.0`,name:`Adaptive Public License 1.0`,referenceNumber:155,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/APL-1.0.json`},"App-s2p":{id:`App-s2p`,name:`App::s2p License`,referenceNumber:414,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/App-s2p.json`},"APSL-1.0":{id:`APSL-1.0`,name:`Apple Public Source License 1.0`,referenceNumber:694,isOsiApproved:!0,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/APSL-1.0.json`},"APSL-1.1":{id:`APSL-1.1`,name:`Apple Public Source License 1.1`,referenceNumber:590,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/APSL-1.1.json`},"APSL-1.2":{id:`APSL-1.2`,name:`Apple Public Source License 1.2`,referenceNumber:581,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/APSL-1.2.json`},"APSL-2.0":{id:`APSL-2.0`,name:`Apple Public Source License 2.0`,referenceNumber:357,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/APSL-2.0.json`},"Arphic-1999":{id:`Arphic-1999`,name:`Arphic Public License`,referenceNumber:272,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Arphic-1999.json`},"Artistic-1.0":{id:`Artistic-1.0`,name:`Artistic License 1.0`,referenceNumber:377,isOsiApproved:!0,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Artistic-1.0.json`},"Artistic-1.0-cl8":{id:`Artistic-1.0-cl8`,name:`Artistic License 1.0 w/clause 8`,referenceNumber:477,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Artistic-1.0-cl8.json`},"Artistic-1.0-Perl":{id:`Artistic-1.0-Perl`,name:`Artistic License 1.0 (Perl)`,referenceNumber:409,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Artistic-1.0-Perl.json`},"Artistic-2.0":{id:`Artistic-2.0`,name:`Artistic License 2.0`,referenceNumber:631,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Artistic-2.0.json`},"Artistic-dist":{id:`Artistic-dist`,name:`Artistic License 1.0 (dist)`,referenceNumber:605,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Artistic-dist.json`},"Aspell-RU":{id:`Aspell-RU`,name:`Aspell Russian License`,referenceNumber:350,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Aspell-RU.json`},"ASWF-Digital-Assets-1.0":{id:`ASWF-Digital-Assets-1.0`,name:`ASWF Digital Assets License version 1.0`,referenceNumber:190,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ASWF-Digital-Assets-1.0.json`},"ASWF-Digital-Assets-1.1":{id:`ASWF-Digital-Assets-1.1`,name:`ASWF Digital Assets License 1.1`,referenceNumber:610,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ASWF-Digital-Assets-1.1.json`},Baekmuk:{id:`Baekmuk`,name:`Baekmuk License`,referenceNumber:564,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Baekmuk.json`},Bahyph:{id:`Bahyph`,name:`Bahyph License`,referenceNumber:525,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Bahyph.json`},Barr:{id:`Barr`,name:`Barr License`,referenceNumber:543,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Barr.json`},"bcrypt-Solar-Designer":{id:`bcrypt-Solar-Designer`,name:`bcrypt Solar Designer License`,referenceNumber:494,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/bcrypt-Solar-Designer.json`},Beerware:{id:`Beerware`,name:`Beerware License`,referenceNumber:429,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Beerware.json`},"Bitstream-Charter":{id:`Bitstream-Charter`,name:`Bitstream Charter Font License`,referenceNumber:216,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Bitstream-Charter.json`},"Bitstream-Vera":{id:`Bitstream-Vera`,name:`Bitstream Vera Font License`,referenceNumber:680,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Bitstream-Vera.json`},"BitTorrent-1.0":{id:`BitTorrent-1.0`,name:`BitTorrent Open Source License v1.0`,referenceNumber:224,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BitTorrent-1.0.json`},"BitTorrent-1.1":{id:`BitTorrent-1.1`,name:`BitTorrent Open Source License v1.1`,referenceNumber:352,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BitTorrent-1.1.json`},blessing:{id:`blessing`,name:`SQLite Blessing`,referenceNumber:617,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/blessing.json`},"BlueOak-1.0.0":{id:`BlueOak-1.0.0`,name:`Blue Oak Model License 1.0.0`,referenceNumber:515,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BlueOak-1.0.0.json`},"Boehm-GC":{id:`Boehm-GC`,name:`Boehm-Demers-Weiser GC License`,referenceNumber:251,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Boehm-GC.json`},"Boehm-GC-without-fee":{id:`Boehm-GC-without-fee`,name:`Boehm-Demers-Weiser GC License (without fee)`,referenceNumber:580,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Boehm-GC-without-fee.json`},"BOLA-1.1":{id:`BOLA-1.1`,name:`Buena Onda License Agreement v1.1`,referenceNumber:606,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BOLA-1.1.json`},Borceux:{id:`Borceux`,name:`Borceux license`,referenceNumber:81,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Borceux.json`},"Brian-Gladman-2-Clause":{id:`Brian-Gladman-2-Clause`,name:`Brian Gladman 2-Clause License`,referenceNumber:522,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Brian-Gladman-2-Clause.json`},"Brian-Gladman-3-Clause":{id:`Brian-Gladman-3-Clause`,name:`Brian Gladman 3-Clause License`,referenceNumber:476,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Brian-Gladman-3-Clause.json`},"BSD-1-Clause":{id:`BSD-1-Clause`,name:`BSD 1-Clause License`,referenceNumber:718,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-1-Clause.json`},"BSD-2-Clause":{id:`BSD-2-Clause`,name:`BSD 2-Clause "Simplified" License`,referenceNumber:431,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-2-Clause.json`},"BSD-2-Clause-Darwin":{id:`BSD-2-Clause-Darwin`,name:`BSD 2-Clause - Ian Darwin variant`,referenceNumber:244,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-2-Clause-Darwin.json`},"BSD-2-Clause-first-lines":{id:`BSD-2-Clause-first-lines`,name:`BSD 2-Clause - first lines requirement`,referenceNumber:524,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-2-Clause-first-lines.json`},"BSD-2-Clause-FreeBSD":{id:`BSD-2-Clause-FreeBSD`,name:`BSD 2-Clause FreeBSD License`,referenceNumber:537,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/BSD-2-Clause-FreeBSD.json`},"BSD-2-Clause-NetBSD":{id:`BSD-2-Clause-NetBSD`,name:`BSD 2-Clause NetBSD License`,referenceNumber:707,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/BSD-2-Clause-NetBSD.json`},"BSD-2-Clause-Patent":{id:`BSD-2-Clause-Patent`,name:`BSD-2-Clause Plus Patent License`,referenceNumber:305,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-2-Clause-Patent.json`},"BSD-2-Clause-pkgconf-disclaimer":{id:`BSD-2-Clause-pkgconf-disclaimer`,name:`BSD 2-Clause pkgconf disclaimer variant`,referenceNumber:29,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-2-Clause-pkgconf-disclaimer.json`},"BSD-2-Clause-Views":{id:`BSD-2-Clause-Views`,name:`BSD 2-Clause with views sentence`,referenceNumber:316,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-2-Clause-Views.json`},"BSD-3-Clause":{id:`BSD-3-Clause`,name:`BSD 3-Clause "New" or "Revised" License`,referenceNumber:290,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause.json`},"BSD-3-Clause-acpica":{id:`BSD-3-Clause-acpica`,name:`BSD 3-Clause acpica variant`,referenceNumber:5,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-acpica.json`},"BSD-3-Clause-Attribution":{id:`BSD-3-Clause-Attribution`,name:`BSD with attribution`,referenceNumber:575,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-Attribution.json`},"BSD-3-Clause-Clear":{id:`BSD-3-Clause-Clear`,name:`BSD 3-Clause Clear License`,referenceNumber:579,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-Clear.json`},"BSD-3-Clause-flex":{id:`BSD-3-Clause-flex`,name:`BSD 3-Clause Flex variant`,referenceNumber:318,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-flex.json`},"BSD-3-Clause-HP":{id:`BSD-3-Clause-HP`,name:`Hewlett-Packard BSD variant license`,referenceNumber:317,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-HP.json`},"BSD-3-Clause-LBNL":{id:`BSD-3-Clause-LBNL`,name:`Lawrence Berkeley National Labs BSD variant license`,referenceNumber:54,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-LBNL.json`},"BSD-3-Clause-Modification":{id:`BSD-3-Clause-Modification`,name:`BSD 3-Clause Modification`,referenceNumber:408,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-Modification.json`},"BSD-3-Clause-No-Military-License":{id:`BSD-3-Clause-No-Military-License`,name:`BSD 3-Clause No Military License`,referenceNumber:199,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-No-Military-License.json`},"BSD-3-Clause-No-Nuclear-License":{id:`BSD-3-Clause-No-Nuclear-License`,name:`BSD 3-Clause No Nuclear License`,referenceNumber:398,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.json`},"BSD-3-Clause-No-Nuclear-License-2014":{id:`BSD-3-Clause-No-Nuclear-License-2014`,name:`BSD 3-Clause No Nuclear License 2014`,referenceNumber:459,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.json`},"BSD-3-Clause-No-Nuclear-Warranty":{id:`BSD-3-Clause-No-Nuclear-Warranty`,name:`BSD 3-Clause No Nuclear Warranty`,referenceNumber:601,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.json`},"BSD-3-Clause-Open-MPI":{id:`BSD-3-Clause-Open-MPI`,name:`BSD 3-Clause Open MPI variant`,referenceNumber:489,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-Open-MPI.json`},"BSD-3-Clause-Sun":{id:`BSD-3-Clause-Sun`,name:`BSD 3-Clause Sun Microsystems`,referenceNumber:337,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-Sun.json`},"BSD-3-Clause-Tso":{id:`BSD-3-Clause-Tso`,name:`BSD 3-Clause Tso variant`,referenceNumber:650,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-3-Clause-Tso.json`},"BSD-4-Clause":{id:`BSD-4-Clause`,name:`BSD 4-Clause "Original" or "Old" License`,referenceNumber:294,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-4-Clause.json`},"BSD-4-Clause-Shortened":{id:`BSD-4-Clause-Shortened`,name:`BSD 4 Clause Shortened`,referenceNumber:214,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-4-Clause-Shortened.json`},"BSD-4-Clause-UC":{id:`BSD-4-Clause-UC`,name:`BSD-4-Clause (University of California-Specific)`,referenceNumber:343,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-4-Clause-UC.json`},"BSD-4.3RENO":{id:`BSD-4.3RENO`,name:`BSD 4.3 RENO License`,referenceNumber:229,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-4.3RENO.json`},"BSD-4.3TAHOE":{id:`BSD-4.3TAHOE`,name:`BSD 4.3 TAHOE License`,referenceNumber:497,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-4.3TAHOE.json`},"BSD-Advertising-Acknowledgement":{id:`BSD-Advertising-Acknowledgement`,name:`BSD Advertising Acknowledgement License`,referenceNumber:150,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Advertising-Acknowledgement.json`},"BSD-Attribution-HPND-disclaimer":{id:`BSD-Attribution-HPND-disclaimer`,name:`BSD with Attribution and HPND disclaimer`,referenceNumber:534,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Attribution-HPND-disclaimer.json`},"BSD-Inferno-Nettverk":{id:`BSD-Inferno-Nettverk`,name:`BSD-Inferno-Nettverk`,referenceNumber:583,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Inferno-Nettverk.json`},"BSD-Mark-Modifications":{id:`BSD-Mark-Modifications`,name:`BSD Mark Modifications License`,referenceNumber:128,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Mark-Modifications.json`},"BSD-Protection":{id:`BSD-Protection`,name:`BSD Protection License`,referenceNumber:339,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Protection.json`},"BSD-Source-beginning-file":{id:`BSD-Source-beginning-file`,name:`BSD Source Code Attribution - beginning of file variant`,referenceNumber:722,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Source-beginning-file.json`},"BSD-Source-Code":{id:`BSD-Source-Code`,name:`BSD Source Code Attribution`,referenceNumber:86,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Source-Code.json`},"BSD-Systemics":{id:`BSD-Systemics`,name:`Systemics BSD variant license`,referenceNumber:448,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Systemics.json`},"BSD-Systemics-W3Works":{id:`BSD-Systemics-W3Works`,name:`Systemics W3Works BSD variant license`,referenceNumber:445,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BSD-Systemics-W3Works.json`},"BSL-1.0":{id:`BSL-1.0`,name:`Boost Software License 1.0`,referenceNumber:591,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/BSL-1.0.json`},Buddy:{id:`Buddy`,name:`Buddy License`,referenceNumber:355,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Buddy.json`},"BUSL-1.1":{id:`BUSL-1.1`,name:`Business Source License 1.1`,referenceNumber:333,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/BUSL-1.1.json`},"bzip2-1.0.5":{id:`bzip2-1.0.5`,name:`bzip2 and libbzip2 License v1.0.5`,referenceNumber:598,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/bzip2-1.0.5.json`},"bzip2-1.0.6":{id:`bzip2-1.0.6`,name:`bzip2 and libbzip2 License v1.0.6`,referenceNumber:599,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/bzip2-1.0.6.json`},"C-UDA-1.0":{id:`C-UDA-1.0`,name:`Computational Use of Data Agreement v1.0`,referenceNumber:383,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/C-UDA-1.0.json`},"CAL-1.0":{id:`CAL-1.0`,name:`Cryptographic Autonomy License 1.0`,referenceNumber:22,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CAL-1.0.json`},"CAL-1.0-Combined-Work-Exception":{id:`CAL-1.0-Combined-Work-Exception`,name:`Cryptographic Autonomy License 1.0 (Combined Work Exception)`,referenceNumber:363,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.json`},Caldera:{id:`Caldera`,name:`Caldera License`,referenceNumber:202,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Caldera.json`},"Caldera-no-preamble":{id:`Caldera-no-preamble`,name:`Caldera License (without preamble)`,referenceNumber:430,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Caldera-no-preamble.json`},"CAPEC-tou":{id:`CAPEC-tou`,name:`Common Attack Pattern Enumeration and Classification License`,referenceNumber:621,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CAPEC-tou.json`},Catharon:{id:`Catharon`,name:`Catharon License`,referenceNumber:14,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Catharon.json`},"CATOSL-1.1":{id:`CATOSL-1.1`,name:`Computer Associates Trusted Open Source License 1.1`,referenceNumber:76,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CATOSL-1.1.json`},"CC-BY-1.0":{id:`CC-BY-1.0`,name:`Creative Commons Attribution 1.0 Generic`,referenceNumber:387,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-1.0.json`},"CC-BY-2.0":{id:`CC-BY-2.0`,name:`Creative Commons Attribution 2.0 Generic`,referenceNumber:697,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-2.0.json`},"CC-BY-2.5":{id:`CC-BY-2.5`,name:`Creative Commons Attribution 2.5 Generic`,referenceNumber:12,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-2.5.json`},"CC-BY-2.5-AU":{id:`CC-BY-2.5-AU`,name:`Creative Commons Attribution 2.5 Australia`,referenceNumber:237,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-2.5-AU.json`},"CC-BY-3.0":{id:`CC-BY-3.0`,name:`Creative Commons Attribution 3.0 Unported`,referenceNumber:32,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0.json`},"CC-BY-3.0-AT":{id:`CC-BY-3.0-AT`,name:`Creative Commons Attribution 3.0 Austria`,referenceNumber:535,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0-AT.json`},"CC-BY-3.0-AU":{id:`CC-BY-3.0-AU`,name:`Creative Commons Attribution 3.0 Australia`,referenceNumber:416,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0-AU.json`},"CC-BY-3.0-DE":{id:`CC-BY-3.0-DE`,name:`Creative Commons Attribution 3.0 Germany`,referenceNumber:4,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0-DE.json`},"CC-BY-3.0-IGO":{id:`CC-BY-3.0-IGO`,name:`Creative Commons Attribution 3.0 IGO`,referenceNumber:46,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0-IGO.json`},"CC-BY-3.0-NL":{id:`CC-BY-3.0-NL`,name:`Creative Commons Attribution 3.0 Netherlands`,referenceNumber:161,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0-NL.json`},"CC-BY-3.0-US":{id:`CC-BY-3.0-US`,name:`Creative Commons Attribution 3.0 United States`,referenceNumber:709,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-3.0-US.json`},"CC-BY-4.0":{id:`CC-BY-4.0`,name:`Creative Commons Attribution 4.0 International`,referenceNumber:640,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-4.0.json`},"CC-BY-NC-1.0":{id:`CC-BY-NC-1.0`,name:`Creative Commons Attribution Non Commercial 1.0 Generic`,referenceNumber:701,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-1.0.json`},"CC-BY-NC-2.0":{id:`CC-BY-NC-2.0`,name:`Creative Commons Attribution Non Commercial 2.0 Generic`,referenceNumber:157,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-2.0.json`},"CC-BY-NC-2.5":{id:`CC-BY-NC-2.5`,name:`Creative Commons Attribution Non Commercial 2.5 Generic`,referenceNumber:321,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-2.5.json`},"CC-BY-NC-3.0":{id:`CC-BY-NC-3.0`,name:`Creative Commons Attribution Non Commercial 3.0 Unported`,referenceNumber:587,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-3.0.json`},"CC-BY-NC-3.0-DE":{id:`CC-BY-NC-3.0-DE`,name:`Creative Commons Attribution Non Commercial 3.0 Germany`,referenceNumber:492,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-3.0-DE.json`},"CC-BY-NC-4.0":{id:`CC-BY-NC-4.0`,name:`Creative Commons Attribution Non Commercial 4.0 International`,referenceNumber:417,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-4.0.json`},"CC-BY-NC-ND-1.0":{id:`CC-BY-NC-ND-1.0`,name:`Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic`,referenceNumber:507,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-1.0.json`},"CC-BY-NC-ND-2.0":{id:`CC-BY-NC-ND-2.0`,name:`Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic`,referenceNumber:638,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-2.0.json`},"CC-BY-NC-ND-2.5":{id:`CC-BY-NC-ND-2.5`,name:`Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic`,referenceNumber:475,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-2.5.json`},"CC-BY-NC-ND-3.0":{id:`CC-BY-NC-ND-3.0`,name:`Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported`,referenceNumber:600,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-3.0.json`},"CC-BY-NC-ND-3.0-DE":{id:`CC-BY-NC-ND-3.0-DE`,name:`Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany`,referenceNumber:528,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-3.0-DE.json`},"CC-BY-NC-ND-3.0-IGO":{id:`CC-BY-NC-ND-3.0-IGO`,name:`Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO`,referenceNumber:400,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.json`},"CC-BY-NC-ND-4.0":{id:`CC-BY-NC-ND-4.0`,name:`Creative Commons Attribution Non Commercial No Derivatives 4.0 International`,referenceNumber:551,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-ND-4.0.json`},"CC-BY-NC-SA-1.0":{id:`CC-BY-NC-SA-1.0`,name:`Creative Commons Attribution Non Commercial Share Alike 1.0 Generic`,referenceNumber:171,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-1.0.json`},"CC-BY-NC-SA-2.0":{id:`CC-BY-NC-SA-2.0`,name:`Creative Commons Attribution Non Commercial Share Alike 2.0 Generic`,referenceNumber:545,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-2.0.json`},"CC-BY-NC-SA-2.0-DE":{id:`CC-BY-NC-SA-2.0-DE`,name:`Creative Commons Attribution Non Commercial Share Alike 2.0 Germany`,referenceNumber:206,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-2.0-DE.json`},"CC-BY-NC-SA-2.0-FR":{id:`CC-BY-NC-SA-2.0-FR`,name:`Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France`,referenceNumber:246,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-2.0-FR.json`},"CC-BY-NC-SA-2.0-UK":{id:`CC-BY-NC-SA-2.0-UK`,name:`Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales`,referenceNumber:205,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-2.0-UK.json`},"CC-BY-NC-SA-2.5":{id:`CC-BY-NC-SA-2.5`,name:`Creative Commons Attribution Non Commercial Share Alike 2.5 Generic`,referenceNumber:124,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-2.5.json`},"CC-BY-NC-SA-3.0":{id:`CC-BY-NC-SA-3.0`,name:`Creative Commons Attribution Non Commercial Share Alike 3.0 Unported`,referenceNumber:255,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-3.0.json`},"CC-BY-NC-SA-3.0-DE":{id:`CC-BY-NC-SA-3.0-DE`,name:`Creative Commons Attribution Non Commercial Share Alike 3.0 Germany`,referenceNumber:212,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-3.0-DE.json`},"CC-BY-NC-SA-3.0-IGO":{id:`CC-BY-NC-SA-3.0-IGO`,name:`Creative Commons Attribution Non Commercial Share Alike 3.0 IGO`,referenceNumber:234,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO.json`},"CC-BY-NC-SA-4.0":{id:`CC-BY-NC-SA-4.0`,name:`Creative Commons Attribution Non Commercial Share Alike 4.0 International`,referenceNumber:284,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-NC-SA-4.0.json`},"CC-BY-ND-1.0":{id:`CC-BY-ND-1.0`,name:`Creative Commons Attribution No Derivatives 1.0 Generic`,referenceNumber:117,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-ND-1.0.json`},"CC-BY-ND-2.0":{id:`CC-BY-ND-2.0`,name:`Creative Commons Attribution No Derivatives 2.0 Generic`,referenceNumber:20,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-ND-2.0.json`},"CC-BY-ND-2.5":{id:`CC-BY-ND-2.5`,name:`Creative Commons Attribution No Derivatives 2.5 Generic`,referenceNumber:249,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-ND-2.5.json`},"CC-BY-ND-3.0":{id:`CC-BY-ND-3.0`,name:`Creative Commons Attribution No Derivatives 3.0 Unported`,referenceNumber:243,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-ND-3.0.json`},"CC-BY-ND-3.0-DE":{id:`CC-BY-ND-3.0-DE`,name:`Creative Commons Attribution No Derivatives 3.0 Germany`,referenceNumber:570,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-ND-3.0-DE.json`},"CC-BY-ND-4.0":{id:`CC-BY-ND-4.0`,name:`Creative Commons Attribution No Derivatives 4.0 International`,referenceNumber:487,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-ND-4.0.json`},"CC-BY-SA-1.0":{id:`CC-BY-SA-1.0`,name:`Creative Commons Attribution Share Alike 1.0 Generic`,referenceNumber:558,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-1.0.json`},"CC-BY-SA-2.0":{id:`CC-BY-SA-2.0`,name:`Creative Commons Attribution Share Alike 2.0 Generic`,referenceNumber:620,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-2.0.json`},"CC-BY-SA-2.0-UK":{id:`CC-BY-SA-2.0-UK`,name:`Creative Commons Attribution Share Alike 2.0 England and Wales`,referenceNumber:35,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-2.0-UK.json`},"CC-BY-SA-2.1-JP":{id:`CC-BY-SA-2.1-JP`,name:`Creative Commons Attribution Share Alike 2.1 Japan`,referenceNumber:221,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-2.1-JP.json`},"CC-BY-SA-2.5":{id:`CC-BY-SA-2.5`,name:`Creative Commons Attribution Share Alike 2.5 Generic`,referenceNumber:100,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-2.5.json`},"CC-BY-SA-3.0":{id:`CC-BY-SA-3.0`,name:`Creative Commons Attribution Share Alike 3.0 Unported`,referenceNumber:457,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-3.0.json`},"CC-BY-SA-3.0-AT":{id:`CC-BY-SA-3.0-AT`,name:`Creative Commons Attribution Share Alike 3.0 Austria`,referenceNumber:92,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-3.0-AT.json`},"CC-BY-SA-3.0-DE":{id:`CC-BY-SA-3.0-DE`,name:`Creative Commons Attribution Share Alike 3.0 Germany`,referenceNumber:177,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-3.0-DE.json`},"CC-BY-SA-3.0-IGO":{id:`CC-BY-SA-3.0-IGO`,name:`Creative Commons Attribution-ShareAlike 3.0 IGO`,referenceNumber:358,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-3.0-IGO.json`},"CC-BY-SA-4.0":{id:`CC-BY-SA-4.0`,name:`Creative Commons Attribution Share Alike 4.0 International`,referenceNumber:89,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CC-BY-SA-4.0.json`},"CC-PDDC":{id:`CC-PDDC`,name:`Creative Commons Public Domain Dedication and Certification`,referenceNumber:574,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-PDDC.json`},"CC-PDM-1.0":{id:`CC-PDM-1.0`,name:`Creative Commons Public Domain Mark 1.0 Universal`,referenceNumber:25,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-PDM-1.0.json`},"CC-SA-1.0":{id:`CC-SA-1.0`,name:`Creative Commons Share Alike 1.0 Generic`,referenceNumber:681,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CC-SA-1.0.json`},"CC0-1.0":{id:`CC0-1.0`,name:`Creative Commons Zero v1.0 Universal`,referenceNumber:195,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CC0-1.0.json`},"CDDL-1.0":{id:`CDDL-1.0`,name:`Common Development and Distribution License 1.0`,referenceNumber:67,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CDDL-1.0.json`},"CDDL-1.1":{id:`CDDL-1.1`,name:`Common Development and Distribution License 1.1`,referenceNumber:662,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CDDL-1.1.json`},"CDL-1.0":{id:`CDL-1.0`,name:`Common Documentation License 1.0`,referenceNumber:87,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CDL-1.0.json`},"CDLA-Permissive-1.0":{id:`CDLA-Permissive-1.0`,name:`Community Data License Agreement Permissive 1.0`,referenceNumber:28,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CDLA-Permissive-1.0.json`},"CDLA-Permissive-2.0":{id:`CDLA-Permissive-2.0`,name:`Community Data License Agreement Permissive 2.0`,referenceNumber:340,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CDLA-Permissive-2.0.json`},"CDLA-Sharing-1.0":{id:`CDLA-Sharing-1.0`,name:`Community Data License Agreement Sharing 1.0`,referenceNumber:567,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CDLA-Sharing-1.0.json`},"CECILL-1.0":{id:`CECILL-1.0`,name:`CeCILL Free Software License Agreement v1.0`,referenceNumber:208,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CECILL-1.0.json`},"CECILL-1.1":{id:`CECILL-1.1`,name:`CeCILL Free Software License Agreement v1.1`,referenceNumber:248,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CECILL-1.1.json`},"CECILL-2.0":{id:`CECILL-2.0`,name:`CeCILL Free Software License Agreement v2.0`,referenceNumber:713,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CECILL-2.0.json`},"CECILL-2.1":{id:`CECILL-2.1`,name:`CeCILL Free Software License Agreement v2.1`,referenceNumber:144,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CECILL-2.1.json`},"CECILL-B":{id:`CECILL-B`,name:`CeCILL-B Free Software License Agreement`,referenceNumber:188,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CECILL-B.json`},"CECILL-C":{id:`CECILL-C`,name:`CeCILL-C Free Software License Agreement`,referenceNumber:186,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CECILL-C.json`},"CERN-OHL-1.1":{id:`CERN-OHL-1.1`,name:`CERN Open Hardware Licence v1.1`,referenceNumber:167,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CERN-OHL-1.1.json`},"CERN-OHL-1.2":{id:`CERN-OHL-1.2`,name:`CERN Open Hardware Licence v1.2`,referenceNumber:450,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CERN-OHL-1.2.json`},"CERN-OHL-P-2.0":{id:`CERN-OHL-P-2.0`,name:`CERN Open Hardware Licence Version 2 - Permissive`,referenceNumber:646,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CERN-OHL-P-2.0.json`},"CERN-OHL-S-2.0":{id:`CERN-OHL-S-2.0`,name:`CERN Open Hardware Licence Version 2 - Strongly Reciprocal`,referenceNumber:619,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CERN-OHL-S-2.0.json`},"CERN-OHL-W-2.0":{id:`CERN-OHL-W-2.0`,name:`CERN Open Hardware Licence Version 2 - Weakly Reciprocal`,referenceNumber:544,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CERN-OHL-W-2.0.json`},CFITSIO:{id:`CFITSIO`,name:`CFITSIO License`,referenceNumber:693,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CFITSIO.json`},"check-cvs":{id:`check-cvs`,name:`check-cvs License`,referenceNumber:63,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/check-cvs.json`},checkmk:{id:`checkmk`,name:`Checkmk License`,referenceNumber:415,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/checkmk.json`},ClArtistic:{id:`ClArtistic`,name:`Clarified Artistic License`,referenceNumber:502,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ClArtistic.json`},Clips:{id:`Clips`,name:`Clips License`,referenceNumber:210,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Clips.json`},"CMU-Mach":{id:`CMU-Mach`,name:`CMU Mach License`,referenceNumber:41,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CMU-Mach.json`},"CMU-Mach-nodoc":{id:`CMU-Mach-nodoc`,name:`CMU Mach - no notices-in-documentation variant`,referenceNumber:26,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CMU-Mach-nodoc.json`},"CNRI-Jython":{id:`CNRI-Jython`,name:`CNRI Jython License`,referenceNumber:396,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CNRI-Jython.json`},"CNRI-Python":{id:`CNRI-Python`,name:`CNRI Python License`,referenceNumber:236,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CNRI-Python.json`},"CNRI-Python-GPL-Compatible":{id:`CNRI-Python-GPL-Compatible`,name:`CNRI Python Open Source GPL Compatible License Agreement`,referenceNumber:69,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CNRI-Python-GPL-Compatible.json`},"COIL-1.0":{id:`COIL-1.0`,name:`Copyfree Open Innovation License`,referenceNumber:378,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/COIL-1.0.json`},"Community-Spec-1.0":{id:`Community-Spec-1.0`,name:`Community Specification License 1.0`,referenceNumber:397,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Community-Spec-1.0.json`},"Condor-1.1":{id:`Condor-1.1`,name:`Condor Public License v1.1`,referenceNumber:566,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Condor-1.1.json`},"copyleft-next-0.3.0":{id:`copyleft-next-0.3.0`,name:`copyleft-next 0.3.0`,referenceNumber:468,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/copyleft-next-0.3.0.json`},"copyleft-next-0.3.1":{id:`copyleft-next-0.3.1`,name:`copyleft-next 0.3.1`,referenceNumber:2,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/copyleft-next-0.3.1.json`},"Cornell-Lossless-JPEG":{id:`Cornell-Lossless-JPEG`,name:`Cornell Lossless JPEG License`,referenceNumber:385,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Cornell-Lossless-JPEG.json`},"CPAL-1.0":{id:`CPAL-1.0`,name:`Common Public Attribution License 1.0`,referenceNumber:356,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CPAL-1.0.json`},"CPL-1.0":{id:`CPL-1.0`,name:`Common Public License 1.0`,referenceNumber:585,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CPL-1.0.json`},"CPOL-1.02":{id:`CPOL-1.02`,name:`Code Project Open License 1.02`,referenceNumber:596,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CPOL-1.02.json`},Cronyx:{id:`Cronyx`,name:`Cronyx License`,referenceNumber:156,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Cronyx.json`},Crossword:{id:`Crossword`,name:`Crossword License`,referenceNumber:720,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Crossword.json`},CryptoSwift:{id:`CryptoSwift`,name:`CryptoSwift License`,referenceNumber:704,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CryptoSwift.json`},CrystalStacker:{id:`CrystalStacker`,name:`CrystalStacker License`,referenceNumber:461,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/CrystalStacker.json`},"CUA-OPL-1.0":{id:`CUA-OPL-1.0`,name:`CUA Office Public License v1.0`,referenceNumber:622,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/CUA-OPL-1.0.json`},Cube:{id:`Cube`,name:`Cube License`,referenceNumber:366,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Cube.json`},curl:{id:`curl`,name:`curl License`,referenceNumber:215,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/curl.json`},"cve-tou":{id:`cve-tou`,name:`Common Vulnerability Enumeration ToU License`,referenceNumber:614,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/cve-tou.json`},"D-FSL-1.0":{id:`D-FSL-1.0`,name:`Deutsche Freie Software Lizenz`,referenceNumber:168,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/D-FSL-1.0.json`},"DEC-3-Clause":{id:`DEC-3-Clause`,name:`DEC 3-Clause License`,referenceNumber:140,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DEC-3-Clause.json`},diffmark:{id:`diffmark`,name:`diffmark license`,referenceNumber:463,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/diffmark.json`},"DL-DE-BY-2.0":{id:`DL-DE-BY-2.0`,name:`Data licence Germany β attribution β version 2.0`,referenceNumber:261,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DL-DE-BY-2.0.json`},"DL-DE-ZERO-2.0":{id:`DL-DE-ZERO-2.0`,name:`Data licence Germany β zero β version 2.0`,referenceNumber:43,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DL-DE-ZERO-2.0.json`},DOC:{id:`DOC`,name:`DOC License`,referenceNumber:562,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DOC.json`},"DocBook-DTD":{id:`DocBook-DTD`,name:`DocBook DTD License`,referenceNumber:74,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DocBook-DTD.json`},"DocBook-Schema":{id:`DocBook-Schema`,name:`DocBook Schema License`,referenceNumber:702,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DocBook-Schema.json`},"DocBook-Stylesheet":{id:`DocBook-Stylesheet`,name:`DocBook Stylesheet License`,referenceNumber:643,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DocBook-Stylesheet.json`},"DocBook-XML":{id:`DocBook-XML`,name:`DocBook XML License`,referenceNumber:572,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DocBook-XML.json`},Dotseqn:{id:`Dotseqn`,name:`Dotseqn License`,referenceNumber:584,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Dotseqn.json`},"DRL-1.0":{id:`DRL-1.0`,name:`Detection Rule License 1.0`,referenceNumber:577,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DRL-1.0.json`},"DRL-1.1":{id:`DRL-1.1`,name:`Detection Rule License 1.1`,referenceNumber:711,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DRL-1.1.json`},DSDP:{id:`DSDP`,name:`DSDP License`,referenceNumber:509,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/DSDP.json`},dtoa:{id:`dtoa`,name:`David M. Gay dtoa License`,referenceNumber:484,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/dtoa.json`},dvipdfm:{id:`dvipdfm`,name:`dvipdfm License`,referenceNumber:553,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/dvipdfm.json`},"ECL-1.0":{id:`ECL-1.0`,name:`Educational Community License v1.0`,referenceNumber:129,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ECL-1.0.json`},"ECL-2.0":{id:`ECL-2.0`,name:`Educational Community License v2.0`,referenceNumber:118,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ECL-2.0.json`},"eCos-2.0":{id:`eCos-2.0`,name:`eCos license version 2.0`,referenceNumber:165,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/eCos-2.0.json`},"EFL-1.0":{id:`EFL-1.0`,name:`Eiffel Forum License v1.0`,referenceNumber:51,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EFL-1.0.json`},"EFL-2.0":{id:`EFL-2.0`,name:`Eiffel Forum License v2.0`,referenceNumber:265,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EFL-2.0.json`},eGenix:{id:`eGenix`,name:`eGenix.com Public License 1.1.0`,referenceNumber:688,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/eGenix.json`},"Elastic-2.0":{id:`Elastic-2.0`,name:`Elastic License 2.0`,referenceNumber:160,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Elastic-2.0.json`},Entessa:{id:`Entessa`,name:`Entessa Public License v1.0`,referenceNumber:116,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Entessa.json`},EPICS:{id:`EPICS`,name:`EPICS Open License`,referenceNumber:315,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/EPICS.json`},"EPL-1.0":{id:`EPL-1.0`,name:`Eclipse Public License 1.0`,referenceNumber:103,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EPL-1.0.json`},"EPL-2.0":{id:`EPL-2.0`,name:`Eclipse Public License 2.0`,referenceNumber:520,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EPL-2.0.json`},"ErlPL-1.1":{id:`ErlPL-1.1`,name:`Erlang Public License v1.1`,referenceNumber:692,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ErlPL-1.1.json`},"ESA-PL-permissive-2.4":{id:`ESA-PL-permissive-2.4`,name:`European Space Agency Public License β v2.4 β Permissive (Type 3)`,referenceNumber:435,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ESA-PL-permissive-2.4.json`},"ESA-PL-strong-copyleft-2.4":{id:`ESA-PL-strong-copyleft-2.4`,name:`European Space Agency Public License (ESA-PL) - V2.4 - Strong Copyleft (Type 1)`,referenceNumber:493,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ESA-PL-strong-copyleft-2.4.json`},"ESA-PL-weak-copyleft-2.4":{id:`ESA-PL-weak-copyleft-2.4`,name:`European Space Agency Public License β v2.4 β Weak Copyleft (Type 2)`,referenceNumber:309,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ESA-PL-weak-copyleft-2.4.json`},"etalab-2.0":{id:`etalab-2.0`,name:`Etalab Open License 2.0`,referenceNumber:211,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/etalab-2.0.json`},EUDatagrid:{id:`EUDatagrid`,name:`EU DataGrid Software License`,referenceNumber:565,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EUDatagrid.json`},"EUPL-1.0":{id:`EUPL-1.0`,name:`European Union Public License 1.0`,referenceNumber:288,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/EUPL-1.0.json`},"EUPL-1.1":{id:`EUPL-1.1`,name:`European Union Public License 1.1`,referenceNumber:618,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EUPL-1.1.json`},"EUPL-1.2":{id:`EUPL-1.2`,name:`European Union Public License 1.2`,referenceNumber:151,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/EUPL-1.2.json`},Eurosym:{id:`Eurosym`,name:`Eurosym License`,referenceNumber:72,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Eurosym.json`},Fair:{id:`Fair`,name:`Fair License`,referenceNumber:7,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Fair.json`},FBM:{id:`FBM`,name:`Fuzzy Bitmap License`,referenceNumber:424,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FBM.json`},"FDK-AAC":{id:`FDK-AAC`,name:`Fraunhofer FDK AAC Codec Library`,referenceNumber:595,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FDK-AAC.json`},"Ferguson-Twofish":{id:`Ferguson-Twofish`,name:`Ferguson Twofish License`,referenceNumber:512,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Ferguson-Twofish.json`},"Frameworx-1.0":{id:`Frameworx-1.0`,name:`Frameworx Open License 1.0`,referenceNumber:395,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Frameworx-1.0.json`},"FreeBSD-DOC":{id:`FreeBSD-DOC`,name:`FreeBSD Documentation License`,referenceNumber:370,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FreeBSD-DOC.json`},FreeImage:{id:`FreeImage`,name:`FreeImage Public License v1.0`,referenceNumber:299,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FreeImage.json`},FSFAP:{id:`FSFAP`,name:`FSF All Permissive License`,referenceNumber:96,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/FSFAP.json`},"FSFAP-no-warranty-disclaimer":{id:`FSFAP-no-warranty-disclaimer`,name:`FSF All Permissive License (without Warranty)`,referenceNumber:223,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSFAP-no-warranty-disclaimer.json`},FSFUL:{id:`FSFUL`,name:`FSF Unlimited License`,referenceNumber:133,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSFUL.json`},FSFULLR:{id:`FSFULLR`,name:`FSF Unlimited License (with License Retention)`,referenceNumber:203,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSFULLR.json`},FSFULLRSD:{id:`FSFULLRSD`,name:`FSF Unlimited License (with License Retention and Short Disclaimer)`,referenceNumber:308,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSFULLRSD.json`},FSFULLRWD:{id:`FSFULLRWD`,name:`FSF Unlimited License (With License Retention and Warranty Disclaimer)`,referenceNumber:326,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSFULLRWD.json`},"FSL-1.1-ALv2":{id:`FSL-1.1-ALv2`,name:`Functional Source License, Version 1.1, ALv2 Future License`,referenceNumber:433,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSL-1.1-ALv2.json`},"FSL-1.1-MIT":{id:`FSL-1.1-MIT`,name:`Functional Source License, Version 1.1, MIT Future License`,referenceNumber:0,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/FSL-1.1-MIT.json`},FTL:{id:`FTL`,name:`Freetype Project License`,referenceNumber:351,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/FTL.json`},Furuseth:{id:`Furuseth`,name:`Furuseth License`,referenceNumber:690,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Furuseth.json`},fwlw:{id:`fwlw`,name:`fwlw License`,referenceNumber:226,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/fwlw.json`},"Game-Programming-Gems":{id:`Game-Programming-Gems`,name:`Game Programming Gems License`,referenceNumber:282,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Game-Programming-Gems.json`},"GCR-docs":{id:`GCR-docs`,name:`Gnome GCR Documentation License`,referenceNumber:207,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GCR-docs.json`},GD:{id:`GD`,name:`GD License`,referenceNumber:549,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GD.json`},"generic-xts":{id:`generic-xts`,name:`Generic XTS License`,referenceNumber:131,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/generic-xts.json`},"GFDL-1.1":{id:`GFDL-1.1`,name:`GNU Free Documentation License v1.1`,referenceNumber:486,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GFDL-1.1.json`},"GFDL-1.1-invariants-only":{id:`GFDL-1.1-invariants-only`,name:`GNU Free Documentation License v1.1 only - invariants`,referenceNumber:588,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.1-invariants-only.json`},"GFDL-1.1-invariants-or-later":{id:`GFDL-1.1-invariants-or-later`,name:`GNU Free Documentation License v1.1 or later - invariants`,referenceNumber:381,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.1-invariants-or-later.json`},"GFDL-1.1-no-invariants-only":{id:`GFDL-1.1-no-invariants-only`,name:`GNU Free Documentation License v1.1 only - no invariants`,referenceNumber:557,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.1-no-invariants-only.json`},"GFDL-1.1-no-invariants-or-later":{id:`GFDL-1.1-no-invariants-or-later`,name:`GNU Free Documentation License v1.1 or later - no invariants`,referenceNumber:653,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.json`},"GFDL-1.1-only":{id:`GFDL-1.1-only`,name:`GNU Free Documentation License v1.1 only`,referenceNumber:327,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.1-only.json`},"GFDL-1.1-or-later":{id:`GFDL-1.1-or-later`,name:`GNU Free Documentation License v1.1 or later`,referenceNumber:434,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.1-or-later.json`},"GFDL-1.2":{id:`GFDL-1.2`,name:`GNU Free Documentation License v1.2`,referenceNumber:30,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GFDL-1.2.json`},"GFDL-1.2-invariants-only":{id:`GFDL-1.2-invariants-only`,name:`GNU Free Documentation License v1.2 only - invariants`,referenceNumber:23,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.2-invariants-only.json`},"GFDL-1.2-invariants-or-later":{id:`GFDL-1.2-invariants-or-later`,name:`GNU Free Documentation License v1.2 or later - invariants`,referenceNumber:451,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.2-invariants-or-later.json`},"GFDL-1.2-no-invariants-only":{id:`GFDL-1.2-no-invariants-only`,name:`GNU Free Documentation License v1.2 only - no invariants`,referenceNumber:62,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.2-no-invariants-only.json`},"GFDL-1.2-no-invariants-or-later":{id:`GFDL-1.2-no-invariants-or-later`,name:`GNU Free Documentation License v1.2 or later - no invariants`,referenceNumber:82,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.json`},"GFDL-1.2-only":{id:`GFDL-1.2-only`,name:`GNU Free Documentation License v1.2 only`,referenceNumber:159,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.2-only.json`},"GFDL-1.2-or-later":{id:`GFDL-1.2-or-later`,name:`GNU Free Documentation License v1.2 or later`,referenceNumber:671,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.2-or-later.json`},"GFDL-1.3":{id:`GFDL-1.3`,name:`GNU Free Documentation License v1.3`,referenceNumber:499,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GFDL-1.3.json`},"GFDL-1.3-invariants-only":{id:`GFDL-1.3-invariants-only`,name:`GNU Free Documentation License v1.3 only - invariants`,referenceNumber:233,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.3-invariants-only.json`},"GFDL-1.3-invariants-or-later":{id:`GFDL-1.3-invariants-or-later`,name:`GNU Free Documentation License v1.3 or later - invariants`,referenceNumber:231,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.3-invariants-or-later.json`},"GFDL-1.3-no-invariants-only":{id:`GFDL-1.3-no-invariants-only`,name:`GNU Free Documentation License v1.3 only - no invariants`,referenceNumber:647,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.3-no-invariants-only.json`},"GFDL-1.3-no-invariants-or-later":{id:`GFDL-1.3-no-invariants-or-later`,name:`GNU Free Documentation License v1.3 or later - no invariants`,referenceNumber:386,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.json`},"GFDL-1.3-only":{id:`GFDL-1.3-only`,name:`GNU Free Documentation License v1.3 only`,referenceNumber:184,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.3-only.json`},"GFDL-1.3-or-later":{id:`GFDL-1.3-or-later`,name:`GNU Free Documentation License v1.3 or later`,referenceNumber:58,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GFDL-1.3-or-later.json`},Giftware:{id:`Giftware`,name:`Giftware License`,referenceNumber:428,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Giftware.json`},GL2PS:{id:`GL2PS`,name:`GL2PS License`,referenceNumber:276,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GL2PS.json`},Glide:{id:`Glide`,name:`3dfx Glide License`,referenceNumber:716,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Glide.json`},Glulxe:{id:`Glulxe`,name:`Glulxe License`,referenceNumber:40,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Glulxe.json`},GLWTPL:{id:`GLWTPL`,name:`Good Luck With That Public License`,referenceNumber:573,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GLWTPL.json`},gnuplot:{id:`gnuplot`,name:`gnuplot License`,referenceNumber:281,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/gnuplot.json`},"GPL-1.0":{id:`GPL-1.0`,name:`GNU General Public License v1.0 only`,referenceNumber:712,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-1.0.json`},"GPL-1.0+":{id:`GPL-1.0+`,name:`GNU General Public License v1.0 or later`,referenceNumber:412,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-1.0+.json`},"GPL-1.0-only":{id:`GPL-1.0-only`,name:`GNU General Public License v1.0 only`,referenceNumber:349,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GPL-1.0-only.json`},"GPL-1.0-or-later":{id:`GPL-1.0-or-later`,name:`GNU General Public License v1.0 or later`,referenceNumber:526,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/GPL-1.0-or-later.json`},"GPL-2.0":{id:`GPL-2.0`,name:`GNU General Public License v2.0 only`,referenceNumber:319,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0.json`},"GPL-2.0+":{id:`GPL-2.0+`,name:`GNU General Public License v2.0 or later`,referenceNumber:21,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0+.json`},"GPL-2.0-only":{id:`GPL-2.0-only`,name:`GNU General Public License v2.0 only`,referenceNumber:323,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GPL-2.0-only.json`},"GPL-2.0-or-later":{id:`GPL-2.0-or-later`,name:`GNU General Public License v2.0 or later`,referenceNumber:491,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GPL-2.0-or-later.json`},"GPL-2.0-with-autoconf-exception":{id:`GPL-2.0-with-autoconf-exception`,name:`GNU General Public License v2.0 w/Autoconf exception`,referenceNumber:706,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.json`},"GPL-2.0-with-bison-exception":{id:`GPL-2.0-with-bison-exception`,name:`GNU General Public License v2.0 w/Bison exception`,referenceNumber:24,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0-with-bison-exception.json`},"GPL-2.0-with-classpath-exception":{id:`GPL-2.0-with-classpath-exception`,name:`GNU General Public License v2.0 w/Classpath exception`,referenceNumber:332,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0-with-classpath-exception.json`},"GPL-2.0-with-font-exception":{id:`GPL-2.0-with-font-exception`,name:`GNU General Public License v2.0 w/Font exception`,referenceNumber:322,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0-with-font-exception.json`},"GPL-2.0-with-GCC-exception":{id:`GPL-2.0-with-GCC-exception`,name:`GNU General Public License v2.0 w/GCC Runtime Library exception`,referenceNumber:250,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-2.0-with-GCC-exception.json`},"GPL-3.0":{id:`GPL-3.0`,name:`GNU General Public License v3.0 only`,referenceNumber:164,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-3.0.json`},"GPL-3.0+":{id:`GPL-3.0+`,name:`GNU General Public License v3.0 or later`,referenceNumber:84,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-3.0+.json`},"GPL-3.0-only":{id:`GPL-3.0-only`,name:`GNU General Public License v3.0 only`,referenceNumber:410,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GPL-3.0-only.json`},"GPL-3.0-or-later":{id:`GPL-3.0-or-later`,name:`GNU General Public License v3.0 or later`,referenceNumber:173,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/GPL-3.0-or-later.json`},"GPL-3.0-with-autoconf-exception":{id:`GPL-3.0-with-autoconf-exception`,name:`GNU General Public License v3.0 w/Autoconf exception`,referenceNumber:666,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.json`},"GPL-3.0-with-GCC-exception":{id:`GPL-3.0-with-GCC-exception`,name:`GNU General Public License v3.0 w/GCC Runtime Library exception`,referenceNumber:554,isOsiApproved:!0,isDeprecated:!0,url:`https://spdx.org/licenses/GPL-3.0-with-GCC-exception.json`},"Graphics-Gems":{id:`Graphics-Gems`,name:`Graphics Gems License`,referenceNumber:672,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Graphics-Gems.json`},"gSOAP-1.3b":{id:`gSOAP-1.3b`,name:`gSOAP Public License v1.3b`,referenceNumber:517,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/gSOAP-1.3b.json`},gtkbook:{id:`gtkbook`,name:`gtkbook License`,referenceNumber:99,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/gtkbook.json`},Gutmann:{id:`Gutmann`,name:`Gutmann License`,referenceNumber:637,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Gutmann.json`},HaskellReport:{id:`HaskellReport`,name:`Haskell Language Report License`,referenceNumber:561,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HaskellReport.json`},HDF5:{id:`HDF5`,name:`HDF5 License`,referenceNumber:64,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HDF5.json`},hdparm:{id:`hdparm`,name:`hdparm License`,referenceNumber:252,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/hdparm.json`},HIDAPI:{id:`HIDAPI`,name:`HIDAPI License`,referenceNumber:180,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HIDAPI.json`},"Hippocratic-2.1":{id:`Hippocratic-2.1`,name:`Hippocratic License 2.1`,referenceNumber:239,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Hippocratic-2.1.json`},"HP-1986":{id:`HP-1986`,name:`Hewlett-Packard 1986 License`,referenceNumber:586,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HP-1986.json`},"HP-1989":{id:`HP-1989`,name:`Hewlett-Packard 1989 License`,referenceNumber:384,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HP-1989.json`},HPND:{id:`HPND`,name:`Historical Permission Notice and Disclaimer`,referenceNumber:298,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/HPND.json`},"HPND-DEC":{id:`HPND-DEC`,name:`Historical Permission Notice and Disclaimer - DEC variant`,referenceNumber:198,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-DEC.json`},"HPND-doc":{id:`HPND-doc`,name:`Historical Permission Notice and Disclaimer - documentation variant`,referenceNumber:235,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-doc.json`},"HPND-doc-sell":{id:`HPND-doc-sell`,name:`Historical Permission Notice and Disclaimer - documentation sell variant`,referenceNumber:142,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-doc-sell.json`},"HPND-export-US":{id:`HPND-export-US`,name:`HPND with US Government export control warning`,referenceNumber:710,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-export-US.json`},"HPND-export-US-acknowledgement":{id:`HPND-export-US-acknowledgement`,name:`HPND with US Government export control warning and acknowledgment`,referenceNumber:505,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-export-US-acknowledgement.json`},"HPND-export-US-modify":{id:`HPND-export-US-modify`,name:`HPND with US Government export control warning and modification rqmt`,referenceNumber:403,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-export-US-modify.json`},"HPND-export2-US":{id:`HPND-export2-US`,name:`HPND with US Government export control and 2 disclaimers`,referenceNumber:149,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-export2-US.json`},"HPND-Fenneberg-Livingston":{id:`HPND-Fenneberg-Livingston`,name:`Historical Permission Notice and Disclaimer - Fenneberg-Livingston variant`,referenceNumber:529,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-Fenneberg-Livingston.json`},"HPND-INRIA-IMAG":{id:`HPND-INRIA-IMAG`,name:`Historical Permission Notice and Disclaimer - INRIA-IMAG variant`,referenceNumber:193,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-INRIA-IMAG.json`},"HPND-Intel":{id:`HPND-Intel`,name:`Historical Permission Notice and Disclaimer - Intel variant`,referenceNumber:466,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-Intel.json`},"HPND-Kevlin-Henney":{id:`HPND-Kevlin-Henney`,name:`Historical Permission Notice and Disclaimer - Kevlin Henney variant`,referenceNumber:218,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-Kevlin-Henney.json`},"HPND-Markus-Kuhn":{id:`HPND-Markus-Kuhn`,name:`Historical Permission Notice and Disclaimer - Markus Kuhn variant`,referenceNumber:372,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-Markus-Kuhn.json`},"HPND-merchantability-variant":{id:`HPND-merchantability-variant`,name:`Historical Permission Notice and Disclaimer - merchantability variant`,referenceNumber:715,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-merchantability-variant.json`},"HPND-MIT-disclaimer":{id:`HPND-MIT-disclaimer`,name:`Historical Permission Notice and Disclaimer with MIT disclaimer`,referenceNumber:253,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-MIT-disclaimer.json`},"HPND-Netrek":{id:`HPND-Netrek`,name:`Historical Permission Notice and Disclaimer - Netrek variant`,referenceNumber:111,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-Netrek.json`},"HPND-Pbmplus":{id:`HPND-Pbmplus`,name:`Historical Permission Notice and Disclaimer - Pbmplus variant`,referenceNumber:654,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-Pbmplus.json`},"HPND-sell-MIT-disclaimer-xserver":{id:`HPND-sell-MIT-disclaimer-xserver`,name:`Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer`,referenceNumber:301,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-sell-MIT-disclaimer-xserver.json`},"HPND-sell-regexpr":{id:`HPND-sell-regexpr`,name:`Historical Permission Notice and Disclaimer - sell regexpr variant`,referenceNumber:668,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-sell-regexpr.json`},"HPND-sell-variant":{id:`HPND-sell-variant`,name:`Historical Permission Notice and Disclaimer - sell variant`,referenceNumber:209,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-sell-variant.json`},"HPND-sell-variant-critical-systems":{id:`HPND-sell-variant-critical-systems`,name:`HPND - sell variant with safety critical systems clause`,referenceNumber:685,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-sell-variant-critical-systems.json`},"HPND-sell-variant-MIT-disclaimer":{id:`HPND-sell-variant-MIT-disclaimer`,name:`HPND sell variant with MIT disclaimer`,referenceNumber:542,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer.json`},"HPND-sell-variant-MIT-disclaimer-rev":{id:`HPND-sell-variant-MIT-disclaimer-rev`,name:`HPND sell variant with MIT disclaimer - reverse`,referenceNumber:449,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer-rev.json`},"HPND-SMC":{id:`HPND-SMC`,name:`Historical Permission Notice and Disclaimer - SMC variant`,referenceNumber:480,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-SMC.json`},"HPND-UC":{id:`HPND-UC`,name:`Historical Permission Notice and Disclaimer - University of California variant`,referenceNumber:699,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-UC.json`},"HPND-UC-export-US":{id:`HPND-UC-export-US`,name:`Historical Permission Notice and Disclaimer - University of California, US export warning`,referenceNumber:530,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HPND-UC-export-US.json`},HTMLTIDY:{id:`HTMLTIDY`,name:`HTML Tidy License`,referenceNumber:192,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/HTMLTIDY.json`},"hyphen-bulgarian":{id:`hyphen-bulgarian`,name:`hyphen-bulgarian License`,referenceNumber:465,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/hyphen-bulgarian.json`},"IBM-pibs":{id:`IBM-pibs`,name:`IBM PowerPC Initialization and Boot Software`,referenceNumber:61,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/IBM-pibs.json`},ICU:{id:`ICU`,name:`ICU License`,referenceNumber:269,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ICU.json`},"IEC-Code-Components-EULA":{id:`IEC-Code-Components-EULA`,name:`IEC Code Components End-user licence agreement`,referenceNumber:196,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/IEC-Code-Components-EULA.json`},IJG:{id:`IJG`,name:`Independent JPEG Group License`,referenceNumber:85,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/IJG.json`},"IJG-short":{id:`IJG-short`,name:`Independent JPEG Group License - short`,referenceNumber:644,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/IJG-short.json`},ImageMagick:{id:`ImageMagick`,name:`ImageMagick License`,referenceNumber:335,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ImageMagick.json`},iMatix:{id:`iMatix`,name:`iMatix Standard Function Library Agreement`,referenceNumber:469,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/iMatix.json`},Imlib2:{id:`Imlib2`,name:`Imlib2 License`,referenceNumber:655,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Imlib2.json`},"Info-ZIP":{id:`Info-ZIP`,name:`Info-ZIP License`,referenceNumber:328,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Info-ZIP.json`},"Inner-Net-2.0":{id:`Inner-Net-2.0`,name:`Inner Net License v2.0`,referenceNumber:293,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Inner-Net-2.0.json`},InnoSetup:{id:`InnoSetup`,name:`Inno Setup License`,referenceNumber:11,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/InnoSetup.json`},Intel:{id:`Intel`,name:`Intel Open Source License`,referenceNumber:418,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Intel.json`},"Intel-ACPI":{id:`Intel-ACPI`,name:`Intel ACPI Software License Agreement`,referenceNumber:329,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Intel-ACPI.json`},"Interbase-1.0":{id:`Interbase-1.0`,name:`Interbase Public License v1.0`,referenceNumber:438,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Interbase-1.0.json`},IPA:{id:`IPA`,name:`IPA Font License`,referenceNumber:508,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/IPA.json`},"IPL-1.0":{id:`IPL-1.0`,name:`IBM Public License v1.0`,referenceNumber:338,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/IPL-1.0.json`},ISC:{id:`ISC`,name:`ISC License`,referenceNumber:481,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ISC.json`},"ISC-Veillard":{id:`ISC-Veillard`,name:`ISC Veillard variant`,referenceNumber:406,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ISC-Veillard.json`},"ISO-permission":{id:`ISO-permission`,name:`ISO permission notice`,referenceNumber:302,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ISO-permission.json`},Jam:{id:`Jam`,name:`Jam License`,referenceNumber:109,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Jam.json`},"JasPer-2.0":{id:`JasPer-2.0`,name:`JasPer License`,referenceNumber:665,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/JasPer-2.0.json`},jove:{id:`jove`,name:`Jove License`,referenceNumber:238,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/jove.json`},"JPL-image":{id:`JPL-image`,name:`JPL Image Use Policy`,referenceNumber:31,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/JPL-image.json`},JPNIC:{id:`JPNIC`,name:`Japan Network Information Center License`,referenceNumber:578,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/JPNIC.json`},JSON:{id:`JSON`,name:`JSON License`,referenceNumber:295,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/JSON.json`},Kastrup:{id:`Kastrup`,name:`Kastrup License`,referenceNumber:675,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Kastrup.json`},Kazlib:{id:`Kazlib`,name:`Kazlib License`,referenceNumber:185,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Kazlib.json`},"Knuth-CTAN":{id:`Knuth-CTAN`,name:`Knuth CTAN License`,referenceNumber:369,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Knuth-CTAN.json`},"LAL-1.2":{id:`LAL-1.2`,name:`Licence Art Libre 1.2`,referenceNumber:247,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LAL-1.2.json`},"LAL-1.3":{id:`LAL-1.3`,name:`Licence Art Libre 1.3`,referenceNumber:471,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LAL-1.3.json`},Latex2e:{id:`Latex2e`,name:`Latex2e License`,referenceNumber:225,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Latex2e.json`},"Latex2e-translated-notice":{id:`Latex2e-translated-notice`,name:`Latex2e with translated notice permission`,referenceNumber:57,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Latex2e-translated-notice.json`},Leptonica:{id:`Leptonica`,name:`Leptonica License`,referenceNumber:181,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Leptonica.json`},"LGPL-2.0":{id:`LGPL-2.0`,name:`GNU Library General Public License v2 only`,referenceNumber:353,isOsiApproved:!0,isDeprecated:!0,url:`https://spdx.org/licenses/LGPL-2.0.json`},"LGPL-2.0+":{id:`LGPL-2.0+`,name:`GNU Library General Public License v2 or later`,referenceNumber:454,isOsiApproved:!0,isDeprecated:!0,url:`https://spdx.org/licenses/LGPL-2.0+.json`},"LGPL-2.0-only":{id:`LGPL-2.0-only`,name:`GNU Library General Public License v2 only`,referenceNumber:306,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LGPL-2.0-only.json`},"LGPL-2.0-or-later":{id:`LGPL-2.0-or-later`,name:`GNU Library General Public License v2 or later`,referenceNumber:279,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LGPL-2.0-or-later.json`},"LGPL-2.1":{id:`LGPL-2.1`,name:`GNU Lesser General Public License v2.1 only`,referenceNumber:275,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/LGPL-2.1.json`},"LGPL-2.1+":{id:`LGPL-2.1+`,name:`GNU Lesser General Public License v2.1 or later`,referenceNumber:162,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/LGPL-2.1+.json`},"LGPL-2.1-only":{id:`LGPL-2.1-only`,name:`GNU Lesser General Public License v2.1 only`,referenceNumber:482,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LGPL-2.1-only.json`},"LGPL-2.1-or-later":{id:`LGPL-2.1-or-later`,name:`GNU Lesser General Public License v2.1 or later`,referenceNumber:334,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LGPL-2.1-or-later.json`},"LGPL-3.0":{id:`LGPL-3.0`,name:`GNU Lesser General Public License v3.0 only`,referenceNumber:426,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/LGPL-3.0.json`},"LGPL-3.0+":{id:`LGPL-3.0+`,name:`GNU Lesser General Public License v3.0 or later`,referenceNumber:556,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/LGPL-3.0+.json`},"LGPL-3.0-only":{id:`LGPL-3.0-only`,name:`GNU Lesser General Public License v3.0 only`,referenceNumber:725,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LGPL-3.0-only.json`},"LGPL-3.0-or-later":{id:`LGPL-3.0-or-later`,name:`GNU Lesser General Public License v3.0 or later`,referenceNumber:563,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LGPL-3.0-or-later.json`},LGPLLR:{id:`LGPLLR`,name:`Lesser General Public License For Linguistic Resources`,referenceNumber:34,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LGPLLR.json`},Libpng:{id:`Libpng`,name:`libpng License`,referenceNumber:280,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Libpng.json`},"libpng-1.6.35":{id:`libpng-1.6.35`,name:`PNG Reference Library License v1 (for libpng 0.5 through 1.6.35)`,referenceNumber:441,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/libpng-1.6.35.json`},"libpng-2.0":{id:`libpng-2.0`,name:`PNG Reference Library version 2`,referenceNumber:330,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/libpng-2.0.json`},"libselinux-1.0":{id:`libselinux-1.0`,name:`libselinux public domain notice`,referenceNumber:331,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/libselinux-1.0.json`},libtiff:{id:`libtiff`,name:`libtiff License`,referenceNumber:213,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/libtiff.json`},"libutil-David-Nugent":{id:`libutil-David-Nugent`,name:`libutil David Nugent License`,referenceNumber:399,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/libutil-David-Nugent.json`},"LiLiQ-P-1.1":{id:`LiLiQ-P-1.1`,name:`Licence Libre du QuΓ©bec β Permissive version 1.1`,referenceNumber:201,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LiLiQ-P-1.1.json`},"LiLiQ-R-1.1":{id:`LiLiQ-R-1.1`,name:`Licence Libre du QuΓ©bec β RΓ©ciprocitΓ© version 1.1`,referenceNumber:632,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LiLiQ-R-1.1.json`},"LiLiQ-Rplus-1.1":{id:`LiLiQ-Rplus-1.1`,name:`Licence Libre du QuΓ©bec β RΓ©ciprocitΓ© forte version 1.1`,referenceNumber:510,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LiLiQ-Rplus-1.1.json`},"Linux-man-pages-1-para":{id:`Linux-man-pages-1-para`,name:`Linux man-pages - 1 paragraph`,referenceNumber:341,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Linux-man-pages-1-para.json`},"Linux-man-pages-copyleft":{id:`Linux-man-pages-copyleft`,name:`Linux man-pages Copyleft`,referenceNumber:362,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Linux-man-pages-copyleft.json`},"Linux-man-pages-copyleft-2-para":{id:`Linux-man-pages-copyleft-2-para`,name:`Linux man-pages Copyleft - 2 paragraphs`,referenceNumber:611,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Linux-man-pages-copyleft-2-para.json`},"Linux-man-pages-copyleft-var":{id:`Linux-man-pages-copyleft-var`,name:`Linux man-pages Copyleft Variant`,referenceNumber:629,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Linux-man-pages-copyleft-var.json`},"Linux-OpenIB":{id:`Linux-OpenIB`,name:`Linux Kernel Variant of OpenIB.org license`,referenceNumber:639,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Linux-OpenIB.json`},LOOP:{id:`LOOP`,name:`Common Lisp LOOP License`,referenceNumber:498,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LOOP.json`},"LPD-document":{id:`LPD-document`,name:`LPD Documentation License`,referenceNumber:232,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LPD-document.json`},"LPL-1.0":{id:`LPL-1.0`,name:`Lucent Public License Version 1.0`,referenceNumber:39,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LPL-1.0.json`},"LPL-1.02":{id:`LPL-1.02`,name:`Lucent Public License v1.02`,referenceNumber:532,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LPL-1.02.json`},"LPPL-1.0":{id:`LPPL-1.0`,name:`LaTeX Project Public License v1.0`,referenceNumber:33,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LPPL-1.0.json`},"LPPL-1.1":{id:`LPPL-1.1`,name:`LaTeX Project Public License v1.1`,referenceNumber:367,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LPPL-1.1.json`},"LPPL-1.2":{id:`LPPL-1.2`,name:`LaTeX Project Public License v1.2`,referenceNumber:541,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LPPL-1.2.json`},"LPPL-1.3a":{id:`LPPL-1.3a`,name:`LaTeX Project Public License v1.3a`,referenceNumber:470,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LPPL-1.3a.json`},"LPPL-1.3c":{id:`LPPL-1.3c`,name:`LaTeX Project Public License v1.3c`,referenceNumber:679,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/LPPL-1.3c.json`},lsof:{id:`lsof`,name:`lsof License`,referenceNumber:659,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/lsof.json`},"Lucida-Bitmap-Fonts":{id:`Lucida-Bitmap-Fonts`,name:`Lucida Bitmap Fonts License`,referenceNumber:540,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Lucida-Bitmap-Fonts.json`},"LZMA-SDK-9.11-to-9.20":{id:`LZMA-SDK-9.11-to-9.20`,name:`LZMA SDK License (versions 9.11 to 9.20)`,referenceNumber:230,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LZMA-SDK-9.11-to-9.20.json`},"LZMA-SDK-9.22":{id:`LZMA-SDK-9.22`,name:`LZMA SDK License (versions 9.22 and beyond)`,referenceNumber:462,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/LZMA-SDK-9.22.json`},"Mackerras-3-Clause":{id:`Mackerras-3-Clause`,name:`Mackerras 3-Clause License`,referenceNumber:9,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Mackerras-3-Clause.json`},"Mackerras-3-Clause-acknowledgment":{id:`Mackerras-3-Clause-acknowledgment`,name:`Mackerras 3-Clause - acknowledgment variant`,referenceNumber:392,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Mackerras-3-Clause-acknowledgment.json`},magaz:{id:`magaz`,name:`magaz License`,referenceNumber:163,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/magaz.json`},mailprio:{id:`mailprio`,name:`mailprio License`,referenceNumber:112,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/mailprio.json`},MakeIndex:{id:`MakeIndex`,name:`MakeIndex License`,referenceNumber:6,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MakeIndex.json`},man2html:{id:`man2html`,name:`man2html License`,referenceNumber:726,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/man2html.json`},"Martin-Birgmeier":{id:`Martin-Birgmeier`,name:`Martin Birgmeier License`,referenceNumber:453,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Martin-Birgmeier.json`},"McPhee-slideshow":{id:`McPhee-slideshow`,name:`McPhee Slideshow License`,referenceNumber:48,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/McPhee-slideshow.json`},metamail:{id:`metamail`,name:`metamail License`,referenceNumber:139,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/metamail.json`},Minpack:{id:`Minpack`,name:`Minpack License`,referenceNumber:360,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Minpack.json`},MIPS:{id:`MIPS`,name:`MIPS License`,referenceNumber:77,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIPS.json`},MirOS:{id:`MirOS`,name:`The MirOS Licence`,referenceNumber:8,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MirOS.json`},MIT:{id:`MIT`,name:`MIT License`,referenceNumber:114,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MIT.json`},"MIT-0":{id:`MIT-0`,name:`MIT No Attribution`,referenceNumber:264,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-0.json`},"MIT-advertising":{id:`MIT-advertising`,name:`Enlightenment License (e16)`,referenceNumber:402,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-advertising.json`},"MIT-Click":{id:`MIT-Click`,name:`MIT Click License`,referenceNumber:444,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-Click.json`},"MIT-CMU":{id:`MIT-CMU`,name:`CMU License`,referenceNumber:359,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-CMU.json`},"MIT-enna":{id:`MIT-enna`,name:`enna License`,referenceNumber:609,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-enna.json`},"MIT-feh":{id:`MIT-feh`,name:`feh License`,referenceNumber:724,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-feh.json`},"MIT-Festival":{id:`MIT-Festival`,name:`MIT Festival Variant`,referenceNumber:106,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-Festival.json`},"MIT-Khronos-old":{id:`MIT-Khronos-old`,name:`MIT Khronos - old variant`,referenceNumber:597,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-Khronos-old.json`},"MIT-Modern-Variant":{id:`MIT-Modern-Variant`,name:`MIT License Modern Variant`,referenceNumber:227,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-Modern-Variant.json`},"MIT-open-group":{id:`MIT-open-group`,name:`MIT Open Group variant`,referenceNumber:555,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-open-group.json`},"MIT-STK":{id:`MIT-STK`,name:`MIT-STK License`,referenceNumber:296,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-STK.json`},"MIT-testregex":{id:`MIT-testregex`,name:`MIT testregex Variant`,referenceNumber:651,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-testregex.json`},"MIT-Wu":{id:`MIT-Wu`,name:`MIT Tom Wu Variant`,referenceNumber:287,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MIT-Wu.json`},MITNFA:{id:`MITNFA`,name:`MIT +no-false-attribs license`,referenceNumber:442,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MITNFA.json`},MMIXware:{id:`MMIXware`,name:`MMIXware License`,referenceNumber:336,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MMIXware.json`},"MMPL-1.0.1":{id:`MMPL-1.0.1`,name:`Minecraft Mod Public License v1.0.1`,referenceNumber:388,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MMPL-1.0.1.json`},Motosoto:{id:`Motosoto`,name:`Motosoto License`,referenceNumber:154,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Motosoto.json`},"MPEG-SSG":{id:`MPEG-SSG`,name:`MPEG Software Simulation`,referenceNumber:582,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MPEG-SSG.json`},"mpi-permissive":{id:`mpi-permissive`,name:`mpi Permissive License`,referenceNumber:80,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/mpi-permissive.json`},mpich2:{id:`mpich2`,name:`mpich2 License`,referenceNumber:104,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/mpich2.json`},"MPL-1.0":{id:`MPL-1.0`,name:`Mozilla Public License 1.0`,referenceNumber:427,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MPL-1.0.json`},"MPL-1.1":{id:`MPL-1.1`,name:`Mozilla Public License 1.1`,referenceNumber:479,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MPL-1.1.json`},"MPL-2.0":{id:`MPL-2.0`,name:`Mozilla Public License 2.0`,referenceNumber:420,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MPL-2.0.json`},"MPL-2.0-no-copyleft-exception":{id:`MPL-2.0-no-copyleft-exception`,name:`Mozilla Public License 2.0 (no copyleft exception)`,referenceNumber:521,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.json`},mplus:{id:`mplus`,name:`mplus Font License`,referenceNumber:256,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/mplus.json`},"MS-LPL":{id:`MS-LPL`,name:`Microsoft Limited Public License`,referenceNumber:187,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MS-LPL.json`},"MS-PL":{id:`MS-PL`,name:`Microsoft Public License`,referenceNumber:66,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MS-PL.json`},"MS-RL":{id:`MS-RL`,name:`Microsoft Reciprocal License`,referenceNumber:17,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MS-RL.json`},MTLL:{id:`MTLL`,name:`Matrix Template Library License`,referenceNumber:374,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MTLL.json`},"MulanPSL-1.0":{id:`MulanPSL-1.0`,name:`Mulan Permissive Software License, Version 1`,referenceNumber:277,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/MulanPSL-1.0.json`},"MulanPSL-2.0":{id:`MulanPSL-2.0`,name:`Mulan Permissive Software License, Version 2`,referenceNumber:708,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/MulanPSL-2.0.json`},Multics:{id:`Multics`,name:`Multics License`,referenceNumber:547,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Multics.json`},Mup:{id:`Mup`,name:`Mup License`,referenceNumber:723,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Mup.json`},"NAIST-2003":{id:`NAIST-2003`,name:`Nara Institute of Science and Technology License (2003)`,referenceNumber:696,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NAIST-2003.json`},"NASA-1.3":{id:`NASA-1.3`,name:`NASA Open Source Agreement 1.3`,referenceNumber:721,isOsiApproved:!0,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NASA-1.3.json`},Naumen:{id:`Naumen`,name:`Naumen Public License`,referenceNumber:657,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Naumen.json`},"NBPL-1.0":{id:`NBPL-1.0`,name:`Net Boolean Public License v1`,referenceNumber:310,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NBPL-1.0.json`},"NCBI-PD":{id:`NCBI-PD`,name:`NCBI Public Domain Notice`,referenceNumber:550,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NCBI-PD.json`},"NCGL-UK-2.0":{id:`NCGL-UK-2.0`,name:`Non-Commercial Government Licence`,referenceNumber:391,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NCGL-UK-2.0.json`},NCL:{id:`NCL`,name:`NCL Source Code License`,referenceNumber:514,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NCL.json`},NCSA:{id:`NCSA`,name:`University of Illinois/NCSA Open Source License`,referenceNumber:83,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NCSA.json`},"Net-SNMP":{id:`Net-SNMP`,name:`Net-SNMP License`,referenceNumber:78,isOsiApproved:!1,isDeprecated:!0,url:`https://spdx.org/licenses/Net-SNMP.json`},NetCDF:{id:`NetCDF`,name:`NetCDF license`,referenceNumber:682,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NetCDF.json`},Newsletr:{id:`Newsletr`,name:`Newsletr License`,referenceNumber:467,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Newsletr.json`},NGPL:{id:`NGPL`,name:`Nethack General Public License`,referenceNumber:421,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NGPL.json`},ngrep:{id:`ngrep`,name:`ngrep License`,referenceNumber:169,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ngrep.json`},"NICTA-1.0":{id:`NICTA-1.0`,name:`NICTA Public Software License, Version 1.0`,referenceNumber:394,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NICTA-1.0.json`},"NIST-PD":{id:`NIST-PD`,name:`NIST Public Domain Notice`,referenceNumber:446,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NIST-PD.json`},"NIST-PD-fallback":{id:`NIST-PD-fallback`,name:`NIST Public Domain Notice with license fallback`,referenceNumber:200,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NIST-PD-fallback.json`},"NIST-PD-TNT":{id:`NIST-PD-TNT`,name:`NIST Public Domain Notice TNT variant`,referenceNumber:105,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NIST-PD-TNT.json`},"NIST-Software":{id:`NIST-Software`,name:`NIST Software License`,referenceNumber:18,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NIST-Software.json`},"NLOD-1.0":{id:`NLOD-1.0`,name:`Norwegian Licence for Open Government Data (NLOD) 1.0`,referenceNumber:667,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NLOD-1.0.json`},"NLOD-2.0":{id:`NLOD-2.0`,name:`Norwegian Licence for Open Government Data (NLOD) 2.0`,referenceNumber:368,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NLOD-2.0.json`},NLPL:{id:`NLPL`,name:`No Limit Public License`,referenceNumber:447,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NLPL.json`},Nokia:{id:`Nokia`,name:`Nokia Open Source License`,referenceNumber:45,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Nokia.json`},NOSL:{id:`NOSL`,name:`Netizen Open Source License`,referenceNumber:257,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NOSL.json`},Noweb:{id:`Noweb`,name:`Noweb License`,referenceNumber:3,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Noweb.json`},"NPL-1.0":{id:`NPL-1.0`,name:`Netscape Public License v1.0`,referenceNumber:115,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NPL-1.0.json`},"NPL-1.1":{id:`NPL-1.1`,name:`Netscape Public License v1.1`,referenceNumber:636,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NPL-1.1.json`},"NPOSL-3.0":{id:`NPOSL-3.0`,name:`Non-Profit Open Software License 3.0`,referenceNumber:303,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NPOSL-3.0.json`},NRL:{id:`NRL`,name:`NRL License`,referenceNumber:10,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NRL.json`},"NTIA-PD":{id:`NTIA-PD`,name:`NTIA Public Domain Notice`,referenceNumber:44,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NTIA-PD.json`},NTP:{id:`NTP`,name:`NTP License`,referenceNumber:241,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/NTP.json`},"NTP-0":{id:`NTP-0`,name:`NTP No Attribution`,referenceNumber:393,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/NTP-0.json`},Nunit:{id:`Nunit`,name:`Nunit License`,referenceNumber:698,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/Nunit.json`},"O-UDA-1.0":{id:`O-UDA-1.0`,name:`Open Use of Data Agreement v1.0`,referenceNumber:602,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/O-UDA-1.0.json`},OAR:{id:`OAR`,name:`OAR License`,referenceNumber:79,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OAR.json`},"OCCT-PL":{id:`OCCT-PL`,name:`Open CASCADE Technology Public License`,referenceNumber:437,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OCCT-PL.json`},"OCLC-2.0":{id:`OCLC-2.0`,name:`OCLC Research Public License 2.0`,referenceNumber:55,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OCLC-2.0.json`},"ODbL-1.0":{id:`ODbL-1.0`,name:`Open Data Commons Open Database License v1.0`,referenceNumber:627,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ODbL-1.0.json`},"ODC-By-1.0":{id:`ODC-By-1.0`,name:`Open Data Commons Attribution License v1.0`,referenceNumber:485,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ODC-By-1.0.json`},OFFIS:{id:`OFFIS`,name:`OFFIS License`,referenceNumber:263,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OFFIS.json`},"OFL-1.0":{id:`OFL-1.0`,name:`SIL Open Font License 1.0`,referenceNumber:71,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OFL-1.0.json`},"OFL-1.0-no-RFN":{id:`OFL-1.0-no-RFN`,name:`SIL Open Font License 1.0 with no Reserved Font Name`,referenceNumber:113,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OFL-1.0-no-RFN.json`},"OFL-1.0-RFN":{id:`OFL-1.0-RFN`,name:`SIL Open Font License 1.0 with Reserved Font Name`,referenceNumber:419,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OFL-1.0-RFN.json`},"OFL-1.1":{id:`OFL-1.1`,name:`SIL Open Font License 1.1`,referenceNumber:474,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OFL-1.1.json`},"OFL-1.1-no-RFN":{id:`OFL-1.1-no-RFN`,name:`SIL Open Font License 1.1 with no Reserved Font Name`,referenceNumber:126,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OFL-1.1-no-RFN.json`},"OFL-1.1-RFN":{id:`OFL-1.1-RFN`,name:`SIL Open Font License 1.1 with Reserved Font Name`,referenceNumber:324,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OFL-1.1-RFN.json`},"OGC-1.0":{id:`OGC-1.0`,name:`OGC Software License, Version 1.0`,referenceNumber:56,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OGC-1.0.json`},"OGDL-Taiwan-1.0":{id:`OGDL-Taiwan-1.0`,name:`Taiwan Open Government Data License, version 1.0`,referenceNumber:626,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OGDL-Taiwan-1.0.json`},"OGL-Canada-2.0":{id:`OGL-Canada-2.0`,name:`Open Government Licence - Canada`,referenceNumber:311,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OGL-Canada-2.0.json`},"OGL-UK-1.0":{id:`OGL-UK-1.0`,name:`Open Government Licence v1.0`,referenceNumber:220,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OGL-UK-1.0.json`},"OGL-UK-2.0":{id:`OGL-UK-2.0`,name:`Open Government Licence v2.0`,referenceNumber:107,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OGL-UK-2.0.json`},"OGL-UK-3.0":{id:`OGL-UK-3.0`,name:`Open Government Licence v3.0`,referenceNumber:147,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OGL-UK-3.0.json`},OGTSL:{id:`OGTSL`,name:`Open Group Test Suite License`,referenceNumber:649,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OGTSL.json`},"OLDAP-1.1":{id:`OLDAP-1.1`,name:`Open LDAP Public License v1.1`,referenceNumber:559,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-1.1.json`},"OLDAP-1.2":{id:`OLDAP-1.2`,name:`Open LDAP Public License v1.2`,referenceNumber:222,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-1.2.json`},"OLDAP-1.3":{id:`OLDAP-1.3`,name:`Open LDAP Public License v1.3`,referenceNumber:607,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-1.3.json`},"OLDAP-1.4":{id:`OLDAP-1.4`,name:`Open LDAP Public License v1.4`,referenceNumber:108,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-1.4.json`},"OLDAP-2.0":{id:`OLDAP-2.0`,name:`Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)`,referenceNumber:691,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.0.json`},"OLDAP-2.0.1":{id:`OLDAP-2.0.1`,name:`Open LDAP Public License v2.0.1`,referenceNumber:36,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.0.1.json`},"OLDAP-2.1":{id:`OLDAP-2.1`,name:`Open LDAP Public License v2.1`,referenceNumber:472,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.1.json`},"OLDAP-2.2":{id:`OLDAP-2.2`,name:`Open LDAP Public License v2.2`,referenceNumber:663,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.2.json`},"OLDAP-2.2.1":{id:`OLDAP-2.2.1`,name:`Open LDAP Public License v2.2.1`,referenceNumber:278,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.2.1.json`},"OLDAP-2.2.2":{id:`OLDAP-2.2.2`,name:`Open LDAP Public License 2.2.2`,referenceNumber:119,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.2.2.json`},"OLDAP-2.3":{id:`OLDAP-2.3`,name:`Open LDAP Public License v2.3`,referenceNumber:695,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.3.json`},"OLDAP-2.4":{id:`OLDAP-2.4`,name:`Open LDAP Public License v2.4`,referenceNumber:120,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.4.json`},"OLDAP-2.5":{id:`OLDAP-2.5`,name:`Open LDAP Public License v2.5`,referenceNumber:148,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.5.json`},"OLDAP-2.6":{id:`OLDAP-2.6`,name:`Open LDAP Public License v2.6`,referenceNumber:344,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.6.json`},"OLDAP-2.7":{id:`OLDAP-2.7`,name:`Open LDAP Public License v2.7`,referenceNumber:178,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.7.json`},"OLDAP-2.8":{id:`OLDAP-2.8`,name:`Open LDAP Public License v2.8`,referenceNumber:714,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OLDAP-2.8.json`},"OLFL-1.3":{id:`OLFL-1.3`,name:`Open Logistics Foundation License Version 1.3`,referenceNumber:143,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OLFL-1.3.json`},OML:{id:`OML`,name:`Open Market License`,referenceNumber:379,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OML.json`},"OpenMDW-1.0":{id:`OpenMDW-1.0`,name:`OpenMDW License Agreement v1.0`,referenceNumber:689,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OpenMDW-1.0.json`},"OpenPBS-2.3":{id:`OpenPBS-2.3`,name:`OpenPBS v2.3 Software License`,referenceNumber:390,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OpenPBS-2.3.json`},OpenSSL:{id:`OpenSSL`,name:`OpenSSL License`,referenceNumber:175,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OpenSSL.json`},"OpenSSL-standalone":{id:`OpenSSL-standalone`,name:`OpenSSL License - standalone`,referenceNumber:443,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OpenSSL-standalone.json`},OpenVision:{id:`OpenVision`,name:`OpenVision License`,referenceNumber:254,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OpenVision.json`},"OPL-1.0":{id:`OPL-1.0`,name:`Open Public License v1.0`,referenceNumber:348,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OPL-1.0.json`},"OPL-UK-3.0":{id:`OPL-UK-3.0`,name:`United Kingdom Open Parliament Licence v3.0`,referenceNumber:68,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OPL-UK-3.0.json`},"OPUBL-1.0":{id:`OPUBL-1.0`,name:`Open Publication License v1.0`,referenceNumber:413,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OPUBL-1.0.json`},"OSC-1.0":{id:`OSC-1.0`,name:`OSC License 1.0`,referenceNumber:365,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSC-1.0.json`},"OSET-PL-2.1":{id:`OSET-PL-2.1`,name:`OSET Public License version 2.1`,referenceNumber:423,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSET-PL-2.1.json`},"OSL-1.0":{id:`OSL-1.0`,name:`Open Software License 1.0`,referenceNumber:673,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSL-1.0.json`},"OSL-1.1":{id:`OSL-1.1`,name:`Open Software License 1.1`,referenceNumber:436,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSL-1.1.json`},"OSL-2.0":{id:`OSL-2.0`,name:`Open Software License 2.0`,referenceNumber:676,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSL-2.0.json`},"OSL-2.1":{id:`OSL-2.1`,name:`Open Software License 2.1`,referenceNumber:286,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSL-2.1.json`},"OSL-3.0":{id:`OSL-3.0`,name:`Open Software License 3.0`,referenceNumber:354,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/OSL-3.0.json`},OSSP:{id:`OSSP`,name:`OSSP License`,referenceNumber:292,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/OSSP.json`},PADL:{id:`PADL`,name:`PADL License`,referenceNumber:594,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/PADL.json`},"ParaType-Free-Font-1.3":{id:`ParaType-Free-Font-1.3`,name:`ParaType Free Font Licensing Agreement v1.3`,referenceNumber:625,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ParaType-Free-Font-1.3.json`},"Parity-6.0.0":{id:`Parity-6.0.0`,name:`The Parity Public License 6.0.0`,referenceNumber:38,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Parity-6.0.0.json`},"Parity-7.0.0":{id:`Parity-7.0.0`,name:`The Parity Public License 7.0.0`,referenceNumber:633,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Parity-7.0.0.json`},"PDDL-1.0":{id:`PDDL-1.0`,name:`Open Data Commons Public Domain Dedication & License 1.0`,referenceNumber:703,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/PDDL-1.0.json`},"PHP-3.0":{id:`PHP-3.0`,name:`PHP License v3.0`,referenceNumber:504,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/PHP-3.0.json`},"PHP-3.01":{id:`PHP-3.01`,name:`PHP License v3.01`,referenceNumber:283,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/PHP-3.01.json`},Pixar:{id:`Pixar`,name:`Pixar License`,referenceNumber:642,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Pixar.json`},pkgconf:{id:`pkgconf`,name:`pkgconf License`,referenceNumber:219,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/pkgconf.json`},Plexus:{id:`Plexus`,name:`Plexus Classworlds License`,referenceNumber:152,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Plexus.json`},pnmstitch:{id:`pnmstitch`,name:`pnmstitch License`,referenceNumber:204,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/pnmstitch.json`},"PolyForm-Noncommercial-1.0.0":{id:`PolyForm-Noncommercial-1.0.0`,name:`PolyForm Noncommercial License 1.0.0`,referenceNumber:623,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.json`},"PolyForm-Small-Business-1.0.0":{id:`PolyForm-Small-Business-1.0.0`,name:`PolyForm Small Business License 1.0.0`,referenceNumber:503,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.json`},PostgreSQL:{id:`PostgreSQL`,name:`PostgreSQL License`,referenceNumber:717,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/PostgreSQL.json`},PPL:{id:`PPL`,name:`Peer Production License`,referenceNumber:669,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/PPL.json`},"PSF-2.0":{id:`PSF-2.0`,name:`Python Software Foundation License 2.0`,referenceNumber:490,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/PSF-2.0.json`},psfrag:{id:`psfrag`,name:`psfrag License`,referenceNumber:166,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/psfrag.json`},psutils:{id:`psutils`,name:`psutils License`,referenceNumber:259,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/psutils.json`},"Python-2.0":{id:`Python-2.0`,name:`Python License 2.0`,referenceNumber:110,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Python-2.0.json`},"Python-2.0.1":{id:`Python-2.0.1`,name:`Python License 2.0.1`,referenceNumber:176,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Python-2.0.1.json`},"python-ldap":{id:`python-ldap`,name:`Python ldap License`,referenceNumber:273,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/python-ldap.json`},Qhull:{id:`Qhull`,name:`Qhull License`,referenceNumber:59,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Qhull.json`},"QPL-1.0":{id:`QPL-1.0`,name:`Q Public License 1.0`,referenceNumber:440,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/QPL-1.0.json`},"QPL-1.0-INRIA-2004":{id:`QPL-1.0-INRIA-2004`,name:`Q Public License 1.0 - INRIA 2004 variant`,referenceNumber:320,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/QPL-1.0-INRIA-2004.json`},radvd:{id:`radvd`,name:`radvd License`,referenceNumber:613,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/radvd.json`},Rdisc:{id:`Rdisc`,name:`Rdisc License`,referenceNumber:158,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Rdisc.json`},"RHeCos-1.1":{id:`RHeCos-1.1`,name:`Red Hat eCos Public License v1.1`,referenceNumber:612,isOsiApproved:!1,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/RHeCos-1.1.json`},"RPL-1.1":{id:`RPL-1.1`,name:`Reciprocal Public License 1.1`,referenceNumber:132,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/RPL-1.1.json`},"RPL-1.5":{id:`RPL-1.5`,name:`Reciprocal Public License 1.5`,referenceNumber:300,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/RPL-1.5.json`},"RPSL-1.0":{id:`RPSL-1.0`,name:`RealNetworks Public Source License v1.0`,referenceNumber:27,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/RPSL-1.0.json`},"RSA-MD":{id:`RSA-MD`,name:`RSA Message-Digest License`,referenceNumber:538,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/RSA-MD.json`},RSCPL:{id:`RSCPL`,name:`Ricoh Source Code Public License`,referenceNumber:571,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/RSCPL.json`},Ruby:{id:`Ruby`,name:`Ruby License`,referenceNumber:325,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Ruby.json`},"Ruby-pty":{id:`Ruby-pty`,name:`Ruby pty extension license`,referenceNumber:678,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Ruby-pty.json`},"SAX-PD":{id:`SAX-PD`,name:`Sax Public Domain Notice`,referenceNumber:179,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SAX-PD.json`},"SAX-PD-2.0":{id:`SAX-PD-2.0`,name:`Sax Public Domain Notice 2.0`,referenceNumber:285,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SAX-PD-2.0.json`},Saxpath:{id:`Saxpath`,name:`Saxpath License`,referenceNumber:47,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Saxpath.json`},SCEA:{id:`SCEA`,name:`SCEA Shared Source License`,referenceNumber:648,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SCEA.json`},SchemeReport:{id:`SchemeReport`,name:`Scheme Language Report License`,referenceNumber:270,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SchemeReport.json`},Sendmail:{id:`Sendmail`,name:`Sendmail License`,referenceNumber:674,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Sendmail.json`},"Sendmail-8.23":{id:`Sendmail-8.23`,name:`Sendmail License 8.23`,referenceNumber:552,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Sendmail-8.23.json`},"Sendmail-Open-Source-1.1":{id:`Sendmail-Open-Source-1.1`,name:`Sendmail Open Source License v1.1`,referenceNumber:719,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Sendmail-Open-Source-1.1.json`},"SGI-B-1.0":{id:`SGI-B-1.0`,name:`SGI Free Software License B v1.0`,referenceNumber:546,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SGI-B-1.0.json`},"SGI-B-1.1":{id:`SGI-B-1.1`,name:`SGI Free Software License B v1.1`,referenceNumber:670,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SGI-B-1.1.json`},"SGI-B-2.0":{id:`SGI-B-2.0`,name:`SGI Free Software License B v2.0`,referenceNumber:452,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/SGI-B-2.0.json`},"SGI-OpenGL":{id:`SGI-OpenGL`,name:`SGI OpenGL License`,referenceNumber:500,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SGI-OpenGL.json`},"SGMLUG-PM":{id:`SGMLUG-PM`,name:`SGMLUG Parser Materials License`,referenceNumber:641,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SGMLUG-PM.json`},SGP4:{id:`SGP4`,name:`SGP4 Permission Notice`,referenceNumber:228,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SGP4.json`},"SHL-0.5":{id:`SHL-0.5`,name:`Solderpad Hardware License v0.5`,referenceNumber:123,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SHL-0.5.json`},"SHL-0.51":{id:`SHL-0.51`,name:`Solderpad Hardware License, Version 0.51`,referenceNumber:342,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SHL-0.51.json`},"SimPL-2.0":{id:`SimPL-2.0`,name:`Simple Public License 2.0`,referenceNumber:183,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/SimPL-2.0.json`},SISSL:{id:`SISSL`,name:`Sun Industry Standards Source License v1.1`,referenceNumber:1,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/SISSL.json`},"SISSL-1.2":{id:`SISSL-1.2`,name:`Sun Industry Standards Source License v1.2`,referenceNumber:506,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SISSL-1.2.json`},SL:{id:`SL`,name:`SL License`,referenceNumber:652,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SL.json`},Sleepycat:{id:`Sleepycat`,name:`Sleepycat License`,referenceNumber:576,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Sleepycat.json`},"SMAIL-GPL":{id:`SMAIL-GPL`,name:`SMAIL General Public License`,referenceNumber:101,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SMAIL-GPL.json`},SMLNJ:{id:`SMLNJ`,name:`Standard ML of New Jersey License`,referenceNumber:75,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/SMLNJ.json`},SMPPL:{id:`SMPPL`,name:`Secure Messaging Protocol Public License`,referenceNumber:516,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SMPPL.json`},SNIA:{id:`SNIA`,name:`SNIA Public License 1.1`,referenceNumber:389,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SNIA.json`},snprintf:{id:`snprintf`,name:`snprintf License`,referenceNumber:49,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/snprintf.json`},SOFA:{id:`SOFA`,name:`SOFA Software License`,referenceNumber:616,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SOFA.json`},softSurfer:{id:`softSurfer`,name:`softSurfer License`,referenceNumber:464,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/softSurfer.json`},Soundex:{id:`Soundex`,name:`Soundex License`,referenceNumber:523,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Soundex.json`},"Spencer-86":{id:`Spencer-86`,name:`Spencer License 86`,referenceNumber:130,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Spencer-86.json`},"Spencer-94":{id:`Spencer-94`,name:`Spencer License 94`,referenceNumber:604,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Spencer-94.json`},"Spencer-99":{id:`Spencer-99`,name:`Spencer License 99`,referenceNumber:60,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Spencer-99.json`},"SPL-1.0":{id:`SPL-1.0`,name:`Sun Public License v1.0`,referenceNumber:628,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/SPL-1.0.json`},"ssh-keyscan":{id:`ssh-keyscan`,name:`ssh-keyscan License`,referenceNumber:297,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ssh-keyscan.json`},"SSH-OpenSSH":{id:`SSH-OpenSSH`,name:`SSH OpenSSH license`,referenceNumber:304,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SSH-OpenSSH.json`},"SSH-short":{id:`SSH-short`,name:`SSH short notice`,referenceNumber:182,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SSH-short.json`},"SSLeay-standalone":{id:`SSLeay-standalone`,name:`SSLeay License - standalone`,referenceNumber:382,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SSLeay-standalone.json`},"SSPL-1.0":{id:`SSPL-1.0`,name:`Server Side Public License, v 1`,referenceNumber:527,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SSPL-1.0.json`},"StandardML-NJ":{id:`StandardML-NJ`,name:`Standard ML of New Jersey License`,referenceNumber:677,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!0,url:`https://spdx.org/licenses/StandardML-NJ.json`},"SugarCRM-1.1.3":{id:`SugarCRM-1.1.3`,name:`SugarCRM Public License v1.1.3`,referenceNumber:197,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SugarCRM-1.1.3.json`},"SUL-1.0":{id:`SUL-1.0`,name:`Sustainable Use License v1.0`,referenceNumber:146,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SUL-1.0.json`},"Sun-PPP":{id:`Sun-PPP`,name:`Sun PPP License`,referenceNumber:98,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Sun-PPP.json`},"Sun-PPP-2000":{id:`Sun-PPP-2000`,name:`Sun PPP License (2000)`,referenceNumber:145,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Sun-PPP-2000.json`},SunPro:{id:`SunPro`,name:`SunPro License`,referenceNumber:267,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SunPro.json`},SWL:{id:`SWL`,name:`Scheme Widget Library (SWL) Software License Agreement`,referenceNumber:174,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/SWL.json`},swrule:{id:`swrule`,name:`swrule License`,referenceNumber:93,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/swrule.json`},Symlinks:{id:`Symlinks`,name:`Symlinks License`,referenceNumber:473,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Symlinks.json`},"TAPR-OHL-1.0":{id:`TAPR-OHL-1.0`,name:`TAPR Open Hardware License v1.0`,referenceNumber:153,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TAPR-OHL-1.0.json`},TCL:{id:`TCL`,name:`TCL/TK License`,referenceNumber:53,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TCL.json`},"TCP-wrappers":{id:`TCP-wrappers`,name:`TCP Wrappers License`,referenceNumber:539,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TCP-wrappers.json`},TekHVC:{id:`TekHVC`,name:`TekHVC License`,referenceNumber:548,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TekHVC.json`},TermReadKey:{id:`TermReadKey`,name:`TermReadKey License`,referenceNumber:172,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TermReadKey.json`},"TGPPL-1.0":{id:`TGPPL-1.0`,name:`Transitive Grace Period Public Licence 1.0`,referenceNumber:245,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TGPPL-1.0.json`},ThirdEye:{id:`ThirdEye`,name:`ThirdEye License`,referenceNumber:240,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ThirdEye.json`},threeparttable:{id:`threeparttable`,name:`threeparttable License`,referenceNumber:686,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/threeparttable.json`},TMate:{id:`TMate`,name:`TMate Open Source License`,referenceNumber:313,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TMate.json`},"TORQUE-1.1":{id:`TORQUE-1.1`,name:`TORQUE v2.5+ Software License v1.1`,referenceNumber:371,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TORQUE-1.1.json`},TOSL:{id:`TOSL`,name:`Trusster Open Source License`,referenceNumber:125,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TOSL.json`},TPDL:{id:`TPDL`,name:`Time::ParseDate License`,referenceNumber:589,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TPDL.json`},"TPL-1.0":{id:`TPL-1.0`,name:`THOR Public License 1.0`,referenceNumber:531,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TPL-1.0.json`},TrustedQSL:{id:`TrustedQSL`,name:`TrustedQSL License`,referenceNumber:661,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TrustedQSL.json`},TTWL:{id:`TTWL`,name:`Text-Tabs+Wrap License`,referenceNumber:432,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TTWL.json`},TTYP0:{id:`TTYP0`,name:`TTYP0 License`,referenceNumber:88,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TTYP0.json`},"TU-Berlin-1.0":{id:`TU-Berlin-1.0`,name:`Technische Universitaet Berlin License 1.0`,referenceNumber:411,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TU-Berlin-1.0.json`},"TU-Berlin-2.0":{id:`TU-Berlin-2.0`,name:`Technische Universitaet Berlin License 2.0`,referenceNumber:15,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/TU-Berlin-2.0.json`},"Ubuntu-font-1.0":{id:`Ubuntu-font-1.0`,name:`Ubuntu Font Licence v1.0`,referenceNumber:274,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Ubuntu-font-1.0.json`},UCAR:{id:`UCAR`,name:`UCAR License`,referenceNumber:656,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/UCAR.json`},"UCL-1.0":{id:`UCL-1.0`,name:`Upstream Compatibility License v1.0`,referenceNumber:70,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/UCL-1.0.json`},ulem:{id:`ulem`,name:`ulem License`,referenceNumber:289,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ulem.json`},"UMich-Merit":{id:`UMich-Merit`,name:`Michigan/Merit Networks License`,referenceNumber:312,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/UMich-Merit.json`},"Unicode-3.0":{id:`Unicode-3.0`,name:`Unicode License v3`,referenceNumber:37,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Unicode-3.0.json`},"Unicode-DFS-2015":{id:`Unicode-DFS-2015`,name:`Unicode License Agreement - Data Files and Software (2015)`,referenceNumber:361,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Unicode-DFS-2015.json`},"Unicode-DFS-2016":{id:`Unicode-DFS-2016`,name:`Unicode License Agreement - Data Files and Software (2016)`,referenceNumber:501,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Unicode-DFS-2016.json`},"Unicode-TOU":{id:`Unicode-TOU`,name:`Unicode Terms of Use`,referenceNumber:658,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Unicode-TOU.json`},UnixCrypt:{id:`UnixCrypt`,name:`UnixCrypt License`,referenceNumber:425,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/UnixCrypt.json`},Unlicense:{id:`Unlicense`,name:`The Unlicense`,referenceNumber:141,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Unlicense.json`},"Unlicense-libtelnet":{id:`Unlicense-libtelnet`,name:`Unlicense - libtelnet variant`,referenceNumber:271,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Unlicense-libtelnet.json`},"Unlicense-libwhirlpool":{id:`Unlicense-libwhirlpool`,name:`Unlicense - libwhirlpool variant`,referenceNumber:19,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Unlicense-libwhirlpool.json`},UnRAR:{id:`UnRAR`,name:`UnRAR License`,referenceNumber:307,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/UnRAR.json`},"UPL-1.0":{id:`UPL-1.0`,name:`Universal Permissive License v1.0`,referenceNumber:138,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/UPL-1.0.json`},"URT-RLE":{id:`URT-RLE`,name:`Utah Raster Toolkit Run Length Encoded License`,referenceNumber:135,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/URT-RLE.json`},Vim:{id:`Vim`,name:`Vim License`,referenceNumber:266,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Vim.json`},"Vixie-Cron":{id:`Vixie-Cron`,name:`Vixie Cron License`,referenceNumber:518,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Vixie-Cron.json`},VOSTROM:{id:`VOSTROM`,name:`VOSTROM Public License for Open Source`,referenceNumber:65,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/VOSTROM.json`},"VSL-1.0":{id:`VSL-1.0`,name:`Vovida Software License v1.0`,referenceNumber:97,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/VSL-1.0.json`},W3C:{id:`W3C`,name:`W3C Software Notice and License (2002-12-31)`,referenceNumber:488,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/W3C.json`},"W3C-19980720":{id:`W3C-19980720`,name:`W3C Software Notice and License (1998-07-20)`,referenceNumber:50,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/W3C-19980720.json`},"W3C-20150513":{id:`W3C-20150513`,name:`W3C Software Notice and Document License (2015-05-13)`,referenceNumber:513,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/W3C-20150513.json`},w3m:{id:`w3m`,name:`w3m License`,referenceNumber:170,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/w3m.json`},"Watcom-1.0":{id:`Watcom-1.0`,name:`Sybase Open Watcom Public License 1.0`,referenceNumber:684,isOsiApproved:!0,isFsfLibre:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Watcom-1.0.json`},"Widget-Workshop":{id:`Widget-Workshop`,name:`Widget Workshop License`,referenceNumber:630,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Widget-Workshop.json`},WordNet:{id:`WordNet`,name:`WordNet License`,referenceNumber:314,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/WordNet.json`},Wsuipa:{id:`Wsuipa`,name:`Wsuipa License`,referenceNumber:376,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Wsuipa.json`},WTFNMFPL:{id:`WTFNMFPL`,name:`Do What The F*ck You Want To But It's Not My Fault Public License`,referenceNumber:568,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/WTFNMFPL.json`},WTFPL:{id:`WTFPL`,name:`Do What The F*ck You Want To Public License`,referenceNumber:455,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/WTFPL.json`},wwl:{id:`wwl`,name:`WWL License`,referenceNumber:191,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/wwl.json`},wxWindows:{id:`wxWindows`,name:`wxWindows Library License`,referenceNumber:346,isOsiApproved:!0,isDeprecated:!0,url:`https://spdx.org/licenses/wxWindows.json`},X11:{id:`X11`,name:`X11 License`,referenceNumber:458,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/X11.json`},"X11-distribute-modifications-variant":{id:`X11-distribute-modifications-variant`,name:`X11 License Distribution Modification Variant`,referenceNumber:705,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/X11-distribute-modifications-variant.json`},"X11-no-permit-persons":{id:`X11-no-permit-persons`,name:`X11 no permit persons clause`,referenceNumber:258,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/X11-no-permit-persons.json`},"X11-swapped":{id:`X11-swapped`,name:`X11 swapped final paragraphs`,referenceNumber:569,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/X11-swapped.json`},"Xdebug-1.03":{id:`Xdebug-1.03`,name:`Xdebug License v 1.03`,referenceNumber:262,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Xdebug-1.03.json`},Xerox:{id:`Xerox`,name:`Xerox License`,referenceNumber:533,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Xerox.json`},Xfig:{id:`Xfig`,name:`Xfig License`,referenceNumber:404,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Xfig.json`},"XFree86-1.1":{id:`XFree86-1.1`,name:`XFree86 License 1.1`,referenceNumber:624,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/XFree86-1.1.json`},xinetd:{id:`xinetd`,name:`xinetd License`,referenceNumber:634,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/xinetd.json`},"xkeyboard-config-Zinoviev":{id:`xkeyboard-config-Zinoviev`,name:`xkeyboard-config Zinoviev License`,referenceNumber:592,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/xkeyboard-config-Zinoviev.json`},xlock:{id:`xlock`,name:`xlock License`,referenceNumber:194,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/xlock.json`},Xnet:{id:`Xnet`,name:`X.Net License`,referenceNumber:364,isOsiApproved:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Xnet.json`},xpp:{id:`xpp`,name:`XPP License`,referenceNumber:52,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/xpp.json`},XSkat:{id:`XSkat`,name:`XSkat License`,referenceNumber:593,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/XSkat.json`},xzoom:{id:`xzoom`,name:`xzoom License`,referenceNumber:268,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/xzoom.json`},"YPL-1.0":{id:`YPL-1.0`,name:`Yahoo! Public License v1.0`,referenceNumber:189,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/YPL-1.0.json`},"YPL-1.1":{id:`YPL-1.1`,name:`Yahoo! Public License v1.1`,referenceNumber:407,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/YPL-1.1.json`},Zed:{id:`Zed`,name:`Zed License`,referenceNumber:608,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Zed.json`},Zeeff:{id:`Zeeff`,name:`Zeeff License`,referenceNumber:42,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Zeeff.json`},"Zend-2.0":{id:`Zend-2.0`,name:`Zend License v2.0`,referenceNumber:536,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Zend-2.0.json`},"Zimbra-1.3":{id:`Zimbra-1.3`,name:`Zimbra Public License v1.3`,referenceNumber:456,isOsiApproved:!1,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Zimbra-1.3.json`},"Zimbra-1.4":{id:`Zimbra-1.4`,name:`Zimbra Public License v1.4`,referenceNumber:483,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/Zimbra-1.4.json`},Zlib:{id:`Zlib`,name:`zlib License`,referenceNumber:664,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/Zlib.json`},"zlib-acknowledgement":{id:`zlib-acknowledgement`,name:`zlib/libpng License with Acknowledgement`,referenceNumber:405,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/zlib-acknowledgement.json`},"ZPL-1.1":{id:`ZPL-1.1`,name:`Zope Public License 1.1`,referenceNumber:137,isOsiApproved:!1,isDeprecated:!1,url:`https://spdx.org/licenses/ZPL-1.1.json`},"ZPL-2.0":{id:`ZPL-2.0`,name:`Zope Public License 2.0`,referenceNumber:519,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ZPL-2.0.json`},"ZPL-2.1":{id:`ZPL-2.1`,name:`Zope Public License 2.1`,referenceNumber:603,isOsiApproved:!0,isFsfLibre:!0,isDeprecated:!1,url:`https://spdx.org/licenses/ZPL-2.1.json`}},D=1e3,O=60*D,k=60*O,A=24*k;7*A,30.4375*A,365.25*A;const j=u/180,M=180/u;exports.ALPHANUMERIC=s,exports.CM_TO_MM=10,exports.COMMIT_SCOPES=e,exports.COMMIT_SCOPE_VALUES=t,exports.COMMIT_TYPES=n,exports.COMMIT_TYPE_VALUES=r,exports.DAY=A,exports.DEFAULT_RADIX=10,exports.DEG_TO_RAD=j,exports.DIGITS=o,exports.E=f,exports.EMPTY_STRING=``,exports.EPSILON=C,exports.GAS=8.314462618,exports.GRAVITY=9.80665,exports.HOUR=k,exports.HTTP_METHODS=c,exports.HTTP_STATUS=l,exports.KG_TO_G=1e3,exports.KM_TO_M=1e3,exports.LN_10=g,exports.LN_2=h,exports.LOG10_E=v,exports.LOG2_E=_,exports.LOWERCASE_ALPHABET=i,exports.MAX_SAFE_INT=y,exports.MAX_VALUE=x,exports.MINUTE=O,exports.MIN_SAFE_INT=b,exports.MIN_VALUE=S,exports.MONTH_AVG=26298e5,exports.M_TO_CM=100,exports.NEGATIVE_INFINITY=-1/0,exports.NEW_LINE=`
|
|
2
|
+
`,exports.PI=u,exports.PLANCK=662607015e-42,exports.POSITIVE_INFINITY=1/0,exports.RAD_TO_DEG=M,exports.SECOND=D,exports.SHEBANG=w,exports.SPACE=` `,exports.SPDX_LICENSE=E,exports.SPDX_LICENSE_IDENTIFIERS=T,exports.SPEED_OF_LIGHT=299792458,exports.SQRT_1_2=m,exports.SQRT_2=p,exports.TAB=` `,exports.TAU=d,exports.TON_TO_KG=1e3,exports.UPPERCASE_ALPHABET=a,exports.WEEK=6048e5,exports.YEAR=315576e5;
|