PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nx/src/plugins/js/lock-file/utils
Просмотр файла: pnpm-normalizer.d.ts
/**
* This file contains the logic to convert pnpm lockfile to a standard format.
* It will convert inline specifiers to the separate specifiers format and ensure importers are present.
*/
import type { Lockfile } from '@pnpm/lockfile-types';
export declare function stringifyToPnpmYaml(lockfile: Lockfile): string;
export declare function parseAndNormalizePnpmLockfile(content: string): Lockfile;
export declare function loadPnpmHoistedDepsDefinition(): any;
export declare const DEPENDENCIES_FIELDS: string[];
Выполнить команду
Для локальной разработки. Не используйте в интернете!