spdx-compare/000755 001751 001751 0000000000 15165542552015170 5ustar00runner000000 000000 1516554255215165542552spdx-compare/LICENSE000644 001751 001751 0000002165 15165542552016201 0ustar00runner000000 000000 1516554255215165542552 MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE spdx-compare/README.md000644 001751 001751 0000001436 15165542552016453 0ustar00runner000000 000000 1516554256115165542552# Installation > `npm install --save @types/spdx-compare` # Summary This package contains type definitions for spdx-compare (https://github.com/jslicense/spdx-compare.js). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-compare. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-compare/index.d.ts) ````ts export function gt(first: string, second: string): boolean; export function lt(first: string, second: string): boolean; export function eq(first: string, second: string): boolean; ```` ### Additional Details * Last updated: Wed, 08 Apr 2026 21:15:22 GMT * Dependencies: none # Credits These definitions were written by [Jamie Magee](https://github.com/JamieMagee). spdx-compare/index.d.ts000644 001751 001751 0000000264 15165542552017073 0ustar00runner000000 000000 1516554255215165542552export function gt(first: string, second: string): boolean; export function lt(first: string, second: string): boolean; export function eq(first: string, second: string): boolean; spdx-compare/package.json000644 001751 001751 0000001505 15165542552017457 0ustar00runner000000 000000 1516554256115165542552{ "name": "@types/spdx-compare", "version": "1.0.0", "description": "TypeScript definitions for spdx-compare", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spdx-compare", "license": "MIT", "contributors": [ { "name": "Jamie Magee", "githubUsername": "JamieMagee", "url": "https://github.com/JamieMagee" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/spdx-compare" }, "scripts": {}, "dependencies": {}, "peerDependencies": {}, "typesPublisherContentHash": "3a95e83f444e877f2409e89139e94d656a3ab01635f8ac6c85f269bf9edc69aa", "typeScriptVersion": "5.3" }