electron-to-chromium/000755 001751 000166 0000000000 14771074613016641 5ustar00runner000000 000000 1477107461314771074613electron-to-chromium/LICENSE000644 001751 000166 0000002165 14771074613017652 0ustar00runner000000 000000 1477107461314771074613 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 electron-to-chromium/README.md000644 001751 000166 0000001031 14771074613020113 0ustar00runner000000 000000 1477107461314771074613# Installation > `npm install --save @types/electron-to-chromium` # Summary This package contains type definitions for electron-to-chromium (https://github.com/kilian/electron-to-chromium#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-to-chromium. ### Additional Details * Last updated: Wed, 26 Mar 2025 22:02:51 GMT * Dependencies: none # Credits These definitions were written by [Adam Thompson-Sharpe](https://github.com/MysteryBlokHed). electron-to-chromium/chromium-versions.d.ts000644 001751 000166 0000000103 14771074613023116 0ustar00runner000000 000000 1477107461314771074613declare const _default: Record; export = _default; electron-to-chromium/full-chromium-versions.d.ts000644 001751 000166 0000000103 14771074613024056 0ustar00runner000000 000000 1477107461314771074613declare const _default: Record; export = _default; electron-to-chromium/full-versions.d.ts000644 001751 000166 0000000103 14771074613022235 0ustar00runner000000 000000 1477107461314771074613declare const _default: Record; export = _default; electron-to-chromium/index.d.ts000644 001751 000166 0000004231 14771074613020542 0ustar00runner000000 000000 1477107461314771074613/** * An object of key-value pairs with a major Electron version as the key, * and the corresponding major Chromium version as the value. */ export const versions: typeof import("./versions"); /** * An object of key-value pairs with a Electron version as the key, * and the corresponding full Chromium version as the value. */ export const fullVersions: typeof import("./full-versions"); /** * An object of key-value pairs with a major Chromium version as the key, * and the corresponding major Electron version as the value. */ export const chromiumVersions: typeof import("./chromium-versions"); /** * An object of key-value pairs with a Chromium version as the key, * and an array of the corresponding major Electron versions as the value. */ export const fullChromiumVersions: typeof import("./full-chromium-versions"); /** * A function that returns the corresponding Chromium version for a given Electron function. * If you provide it with a major Electron version, it will return a major Chromium version. * If you provide it with a full Electron version, it will return the full Chromium version. * If a query does not match a Chromium version, it will return `undefined`. */ export function electronToChromium(query: string | number): string | undefined; /** * Returns a string with the corresponding Electron version for a given Chromium query. * If you provide it with a major Chromium version, it will return a major Electron version. * If you provide it with a full Chrome version, it will return an array of full Electron versions. * If a query does not match an Electron version, it will return `undefined`. */ export function chromiumToElectron(query: string | number): string | undefined; /** * @deprecated * A function that returns a {@link https://github.com/browserslist/browserslist Browserslist} query * that matches the given major Electron version. * If you provide it with a major Electron version, * it will return a Browserlist query string that matches the Chromium capabilities. * If a query does not match a Chromium version, it will return `undefined`. */ export function electronToBrowserList(query: string | number): string | undefined; electron-to-chromium/package.json000644 001751 000166 0000001566 14771074613021137 0ustar00runner000000 000000 1477107461314771074613{ "name": "@types/electron-to-chromium", "version": "1.5.0", "description": "TypeScript definitions for electron-to-chromium", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-to-chromium", "license": "MIT", "contributors": [ { "name": "Adam Thompson-Sharpe", "githubUsername": "MysteryBlokHed", "url": "https://github.com/MysteryBlokHed" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/electron-to-chromium" }, "scripts": {}, "dependencies": {}, "peerDependencies": {}, "typesPublisherContentHash": "ba1035a70f6db413bd5c84f3a4b09d296d9a33a8236e6b6b9f77848c97170d04", "typeScriptVersion": "5.0" }electron-to-chromium/versions.d.ts000644 001751 000166 0000000103 14771074613021275 0ustar00runner000000 000000 1477107461314771074613declare const _default: Record; export = _default;