UNPKG

569 BTypeScriptView Raw
1/// <reference types="node" />
2export declare const DEPENDENCY_TYPES: string[];
3export declare const RESOLUTIONS = "resolutions";
4export declare const MANIFEST_FIELDS: string[];
5export declare const SUPPORTED_NODE_VERSIONS = ">=8.5.0";
6export declare const CHILD_CONCURRENCY = 5;
7export declare const NODE_MODULES_FOLDER = "node_modules";
8export declare const NODE_PACKAGE_JSON = "package.json";
9export declare const DEFAULT_INDENT = " ";
10export declare const ENV_PATH_KEY: string;
11export declare function getPathKey(platform: string, env: NodeJS.ProcessEnv): string;