SYMBOL INDEX (3319 symbols across 309 files) FILE: examples/atomic-deployments/pages/index.js function IndexPage (line 1) | function IndexPage() { FILE: examples/complete/next.config.js method rewrites (line 2) | async rewrites() { method redirects (line 11) | async redirects() { FILE: examples/complete/pages/about.js function About (line 3) | function About() { FILE: examples/complete/pages/index.js function getServerSideProps (line 8) | async function getServerSideProps() { function Index (line 13) | function Index({ initialPropsCounter }) { FILE: examples/complete/pages/test/[...slug].js function getServerSideProps (line 9) | async function getServerSideProps(ctx) { function Index (line 21) | function Index({ FILE: examples/next-image/pages/_app.js function MyApp (line 3) | function MyApp({ Component, pageProps }) { FILE: examples/static/pages/about.js function AboutPage (line 1) | function AboutPage() { FILE: examples/static/pages/blog/index.js function BlogPage (line 1) | function BlogPage() { FILE: examples/static/pages/index.js function IndexPage (line 1) | function IndexPage() { FILE: examples/with-custom-domain/pages/index.js function IndexPage (line 1) | function IndexPage() { FILE: examples/with-existing-cloudfront/pages/index.js function getServerSideProps (line 6) | async function getServerSideProps() { function Index (line 11) | function Index({ initialPropsCounter }) { FILE: packages/api/schema.ts type paths (line 6) | interface paths { type components (line 142) | interface components { type operations (line 197) | interface operations {} type external (line 199) | interface external {} FILE: packages/api/src/actions/alias/alias-utils.ts type LikeRouteItem (line 4) | type LikeRouteItem = { function generateAliasId (line 14) | function generateAliasId(routeItem: T) { FILE: packages/api/src/actions/alias/create-or-update-alias.ts type SuccessResponse (line 16) | type SuccessResponse = type ErrorResponse (line 18) | type ErrorResponse = class CreateOrUpdateAliasPayload (line 21) | class CreateOrUpdateAliasPayload { function createOrUpdateAlias (line 44) | async function createOrUpdateAlias( FILE: packages/api/src/actions/alias/delete-alias-by-id.ts type ErrorResponse (line 13) | type ErrorResponse = type NotFoundResponse (line 15) | type NotFoundResponse = class DeleteAliasRequestParams (line 18) | class DeleteAliasRequestParams { function deleteAliasById (line 32) | async function deleteAliasById(req: Request, res: Response) { FILE: packages/api/src/actions/alias/list-aliases.ts type NotFoundResponse (line 11) | type NotFoundResponse = type ErrorResponse (line 13) | type ErrorResponse = type SuccessResponse (line 15) | type SuccessResponse = constant PAGE_LIMIT (line 21) | const PAGE_LIMIT = 25; constant START_AT_KEY_SPLIT_CHAR (line 22) | const START_AT_KEY_SPLIT_CHAR = '#'; function listAliases (line 24) | async function listAliases( FILE: packages/api/src/actions/deployment/create-deployment.ts type SuccessResponse (line 10) | type SuccessResponse = constant UPLOAD_LINK_EXPIRES_SECONDS (line 13) | const UPLOAD_LINK_EXPIRES_SECONDS = 60 * 5; constant DEPLOYMENT_ID_META_KEY (line 15) | const DEPLOYMENT_ID_META_KEY = 'x-amz-meta-tf-next-deployment-id'; function generateRandomDeploymentId (line 17) | function generateRandomDeploymentId() { function createDeployment (line 21) | async function createDeployment( FILE: packages/api/src/actions/deployment/delete-deployment-by-id.ts type SuccessResponse (line 16) | type SuccessResponse = type ErrorResponse (line 18) | type ErrorResponse = constant RESPONSE_DEPLOYMENT_DELETION_FAILED (line 21) | const RESPONSE_DEPLOYMENT_DELETION_FAILED: ErrorResponse = { function deleteDeploymentById (line 27) | async function deleteDeploymentById( FILE: packages/api/src/actions/deployment/get-deployment-by-id.ts type SuccessResponse (line 8) | type SuccessResponse = type NotFoundResponse (line 10) | type NotFoundResponse = function getDeploymentById (line 13) | async function getDeploymentById( FILE: packages/api/src/actions/deployment/list-deployments.ts constant PAGE_LIMIT (line 11) | const PAGE_LIMIT = 25; constant START_AT_KEY_SPLIT_CHAR (line 12) | const START_AT_KEY_SPLIT_CHAR = '#'; type SuccessResponse (line 14) | type SuccessResponse = function listDeployments (line 17) | async function listDeployments( FILE: packages/api/src/api.ts function createApi (line 15) | function createApi() { FILE: packages/api/src/declarations.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: packages/api/src/handler.ts function handler (line 7) | async function handler(event: APIGatewayProxyEvent, context: Context) { FILE: packages/api/src/serializers/deployment.ts type Deployment (line 5) | type Deployment = components['schemas']['Deployment']; type DeploymentDefaultSerializerInput (line 11) | type DeploymentDefaultSerializerInput = Pick< function deploymentDefaultSerializer (line 16) | function deploymentDefaultSerializer< FILE: packages/api/src/services/cloudformation.ts type CloudFormationServiceType (line 3) | type CloudFormationServiceType = typeof CloudFormationService; class CloudFormationService (line 5) | class CloudFormationService { method deleteStack (line 6) | static async deleteStack(stackName: string): Promise { FILE: packages/api/src/services/dynamodb.ts type DynamoDBServiceType (line 3) | type DynamoDBServiceType = typeof DynamoDBService; class DynamoDBService (line 5) | class DynamoDBService { method getDynamoDBClient (line 8) | static getDynamoDBClient() { method getAliasTableName (line 18) | static getAliasTableName() { method getDeploymentTableName (line 22) | static getDeploymentTableName() { FILE: packages/api/src/services/s3.ts type S3ServiceType (line 3) | type S3ServiceType = typeof S3Service; class S3Service (line 5) | class S3Service { method getS3Client (line 8) | static getS3Client(): S3 { method getUploadBucketName (line 18) | static getUploadBucketName(): string { FILE: packages/api/test/actions/deployment/delete-deployment-by-id.test.ts function mockFailedCloudFormationService (line 63) | function mockFailedCloudFormationService(): CloudFormationServiceType { FILE: packages/api/test/test-utils.ts function createS3Bucket (line 20) | async function createS3Bucket( function mockS3Service (line 62) | async function mockS3Service(): Promise<[S3ServiceType, () => Promise { FILE: packages/deploy-controller/test/test-utils.ts type CreateTestMessageOptions (line 3) | type CreateTestMessageOptions = { function createTestMessage (line 36) | function createTestMessage(options: CreateTestMessageOptions = {}): stri... function createTestSNSEvent (line 59) | function createTestSNSEvent(options: CreateTestMessageOptions = {}): SNS... FILE: packages/deploy-trigger/src/cdk/aws-construct-function-urls.ts type AtomicDeploymentOptions (line 14) | type AtomicDeploymentOptions = { class AtomicDeploymentFunctionUrls (line 29) | class AtomicDeploymentFunctionUrls extends Stack { method constructor (line 30) | constructor({ FILE: packages/deploy-trigger/src/cdk/aws-construct.ts type AtomicDeploymentOptions (line 20) | type AtomicDeploymentOptions = { class AtomicDeploymentAPIGateway (line 35) | class AtomicDeploymentAPIGateway extends Stack { method constructor (line 36) | constructor({ FILE: packages/deploy-trigger/src/cdk/cdk-utils.ts function getRuntime (line 5) | function getRuntime(runtimeIdentifier: SupportedRuntime | string) { FILE: packages/deploy-trigger/src/cdk/create-cloudformation-stack.ts type CreateCloudFormationStackReturnValue (line 6) | type CreateCloudFormationStackReturnValue = { type CreateCloudFormationStackOptions (line 13) | type CreateCloudFormationStackOptions = { function createCloudFormationStack (line 27) | async function createCloudFormationStack({ FILE: packages/deploy-trigger/src/cdk/to-cloudformation.ts function toCloudFormation (line 12) | function toCloudFormation(stack: Stack) { FILE: packages/deploy-trigger/src/create-invalidation.ts function prepareInvalidations (line 15) | function prepareInvalidations(invalidationPaths: string[]) { function createInvalidationChunk (line 79) | function createInvalidationChunk( function createInvalidation (line 115) | function createInvalidation( FILE: packages/deploy-trigger/src/declarations.d.ts type ProcessEnv (line 2) | interface ProcessEnv { FILE: packages/deploy-trigger/src/deploy-trigger.ts constant DEPLOYMENT_ID_META_KEY (line 14) | const DEPLOYMENT_ID_META_KEY = 'tf-next-deployment-id'; type Props (line 31) | interface Props { type Response (line 38) | interface Response { function deployTrigger (line 45) | async function deployTrigger({ FILE: packages/deploy-trigger/src/get-or-create-manifest.ts function getAllObjectsFromBucket (line 7) | async function getAllObjectsFromBucket( function getOrCreateManifest (line 37) | async function getOrCreateManifest( FILE: packages/deploy-trigger/src/handler.ts type InvalidationSQSMessage (line 30) | interface InvalidationSQSMessage { function parseExpireAfterDays (line 47) | function parseExpireAfterDays() { function createCloudFrontInvalidation (line 51) | async function createCloudFrontInvalidation( function s3Handler (line 139) | async function s3Handler(Record: S3EventRecord) { function sqsHandler (line 293) | async function sqsHandler(Record: SQSRecord) { FILE: packages/deploy-trigger/src/types.ts type SupportedRuntime (line 6) | type SupportedRuntime = 'nodejs12.x' | 'nodejs14.x' | 'nodejs16.x'; type LambdaDefinition (line 8) | type LambdaDefinition = { type DeploymentConfig (line 31) | type DeploymentConfig = { type ExpireValue (line 53) | type ExpireValue = number | 'never'; type ManifestFile (line 55) | interface ManifestFile { type Manifest (line 61) | interface Manifest { type FileResult (line 68) | interface FileResult { FILE: packages/deploy-trigger/src/update-manifest.ts function expireFiles (line 11) | async function expireFiles(s3: S3, bucketId: string, files: string[]) { function removeExpirationFromFiles (line 52) | async function removeExpirationFromFiles( function deleteFiles (line 81) | async function deleteFiles(s3: S3, bucketId: string, files: string[]) { function getInvalidationKeys (line 96) | function getInvalidationKeys(files: string[]) { type Props (line 136) | interface Props { type Response (line 146) | interface Response { function updateManifest (line 160) | async function updateManifest({ FILE: packages/deploy-trigger/src/utils/ensure-env.ts function ensureEnv (line 4) | function ensureEnv(key: string, defaultValue?: string): string { FILE: packages/deploy-trigger/src/utils/random-id.ts function generateRandomId (line 3) | function generateRandomId(length: number) { function generateRandomBuildId (line 7) | function generateRandomBuildId() { FILE: packages/deploy-trigger/test/test-utils.ts function generateS3ClientForTesting (line 10) | function generateS3ClientForTesting() { function generateZipBundle (line 25) | async function generateZipBundle( function addFilesToS3Bucket (line 49) | function addFilesToS3Bucket( FILE: packages/dynamodb-actions/src/alias/create-alias.ts type CreatedRouteItem (line 7) | type CreatedRouteItem = Pick< type CreateAliasOptions (line 24) | type CreateAliasOptions = { function createAlias (line 74) | async function createAlias({ FILE: packages/dynamodb-actions/src/alias/delete-alias-by-id.ts type DeleteAliasByIdBaseOptions (line 5) | interface DeleteAliasByIdBaseOptions { type DeleteAliasByIdHostnameOptions (line 19) | interface DeleteAliasByIdHostnameOptions extends DeleteAliasByIdBaseOpti... type DeleteAliasByIdKeyOptions (line 33) | interface DeleteAliasByIdKeyOptions extends DeleteAliasByIdBaseOptions { type DeleteAliasByIdOptions (line 40) | type DeleteAliasByIdOptions = function deleteAliasById (line 44) | async function deleteAliasById(options: DeleteAliasByIdOptions) { FILE: packages/dynamodb-actions/src/alias/get-alias-by-hostname.ts type GetAliasByHostnameOptions (line 7) | type GetAliasByHostnameOptions = { function getAliasByHostname (line 26) | async function getAliasByHostname({ FILE: packages/dynamodb-actions/src/alias/get-alias-by-id.ts type GetAliasByIdOptions (line 7) | type GetAliasByIdOptions = { function getAliasById (line 30) | async function getAliasById({ FILE: packages/dynamodb-actions/src/alias/list-aliases-for-deployment.ts type StartKey (line 7) | type StartKey = { type ListAliasesForDeploymentOptions (line 14) | type ListAliasesForDeploymentOptions = { type ListAliasesResult (line 37) | type ListAliasesResult = { function listAliasesForDeployment (line 48) | async function listAliasesForDeployment({ FILE: packages/dynamodb-actions/src/deployment/create-deployment.ts type CreatedDeploymentItem (line 7) | type CreatedDeploymentItem = Pick< type CreateDeploymentOptions (line 19) | type CreateDeploymentOptions = { function createDeployment (line 45) | async function createDeployment({ FILE: packages/dynamodb-actions/src/deployment/delete-deployment-by-id.ts type DeleteDeploymentByIdOptions (line 8) | type DeleteDeploymentByIdOptions = { function deleteDeploymentById (line 29) | async function deleteDeploymentById({ FILE: packages/dynamodb-actions/src/deployment/get-deployment-by-id.ts type GetDeploymentByIdOptions (line 7) | type GetDeploymentByIdOptions = { function getDeploymentById (line 26) | async function getDeploymentById({ FILE: packages/dynamodb-actions/src/deployment/list-deployments.ts type StartKey (line 7) | type StartKey = { type ListDeploymentOptions (line 12) | type ListDeploymentOptions = { type ListDeploymentsResult (line 31) | type ListDeploymentsResult = { function listDeployments (line 45) | async function listDeployments({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status-create-failed.ts type UpdateDeploymentStatusCreateFailed (line 5) | type UpdateDeploymentStatusCreateFailed = { function updateDeploymentStatusCreateFailed (line 26) | function updateDeploymentStatusCreateFailed({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status-create-in-progress.ts type UpdateDeploymentStatusCreateInProgressOptions (line 5) | type UpdateDeploymentStatusCreateInProgressOptions = { function updateDeploymentStatusCreateInProgress (line 39) | function updateDeploymentStatusCreateInProgress({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status-destroy-failed.ts type UpdateDeploymentStatusDestroyFailed (line 5) | type UpdateDeploymentStatusDestroyFailed = { function updateDeploymentStatusDestroyFailed (line 26) | function updateDeploymentStatusDestroyFailed({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status-destroy-in-progress.ts type UpdateDeploymentStatusDestroyInProgress (line 5) | type UpdateDeploymentStatusDestroyInProgress = { function updateDeploymentStatusDestroyInProgress (line 26) | function updateDeploymentStatusDestroyInProgress({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status-destroy-requested.ts type UpdateDeploymentStatusDestroyRequested (line 5) | type UpdateDeploymentStatusDestroyRequested = { function updateDeploymentStatusDestroyRequested (line 26) | function updateDeploymentStatusDestroyRequested({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status-finished.ts type UpdateDeploymentStatusFinishedOptions (line 5) | type UpdateDeploymentStatusFinishedOptions = { function updateDeploymentStatusFinished (line 47) | function updateDeploymentStatusFinished({ FILE: packages/dynamodb-actions/src/deployment/update-deployment-status.ts type UpdateDeploymentStatusOptions (line 6) | type UpdateDeploymentStatusOptions = { function updateDeploymentStatus (line 35) | async function updateDeploymentStatus({ FILE: packages/dynamodb-actions/src/deployment/update-deployment.ts type UpdateDeploymentOptions (line 7) | type UpdateDeploymentOptions = { function updateDeployment (line 32) | async function updateDeployment({ FILE: packages/dynamodb-actions/src/types.ts type DeploymentTemplateType (line 4) | type DeploymentTemplateType = 'FUNCTION_URLS' | 'API_GATEWAY'; type DeploymentItem (line 6) | type DeploymentItem = { type DeploymentItemCreateDateIndex (line 76) | type DeploymentItemCreateDateIndex = Pick< type RouteItem (line 81) | type RouteItem = { type RouteItemDeploymentIdIndex (line 143) | type RouteItemDeploymentIdIndex = Pick< type PaginatedQuery (line 156) | type PaginatedQuery = { FILE: packages/dynamodb-actions/src/utils/dynamodb/update-item.ts type UpdateItemOptions (line 5) | type UpdateItemOptions = { function updateItem (line 31) | async function updateItem({ client, tableName, key, item }: UpdateItemOp... FILE: packages/dynamodb-actions/src/utils/reverse-hostname.ts function reverseHostname (line 5) | function reverseHostname(hostname: string) { FILE: packages/dynamodb-actions/test/test-utils.ts function createTestDynamoDBClient (line 5) | function createTestDynamoDBClient() { function createAliasTestTable (line 16) | async function createAliasTestTable(dynamoDBClient: DynamoDB) { function createDeploymentTestTable (line 91) | async function createDeploymentTestTable(dynamoDBClient: DynamoDB) { FILE: packages/node-bridge/src/bridge.ts constant HEADER_KEY_X_FORWARDED_HOST (line 18) | const HEADER_KEY_X_FORWARDED_HOST = 'x-forwarded-host'; constant HEADER_KEY_COOKIE (line 19) | const HEADER_KEY_COOKIE = 'cookie'; constant HEADER_KEY_HOST (line 20) | const HEADER_KEY_HOST = 'host'; type NowProxyRequest (line 22) | interface NowProxyRequest { type NowProxyResponse (line 29) | interface NowProxyResponse { type ServerLike (line 36) | interface ServerLike { function findInsensitiveKeyInObject (line 59) | function findInsensitiveKeyInObject(obj: Record, key: strin... function normalizeAPIGatewayProxyEvent (line 76) | function normalizeAPIGatewayProxyEvent( class Bridge (line 136) | class Bridge { method constructor (line 144) | constructor(server?: ServerLike, shouldStoreEvents = false) { method setServer (line 161) | setServer(server: ServerLike) { method listen (line 165) | listen() { method launcher (line 206) | async launcher( method consumeEvent (line 323) | consumeEvent(reqId: string) { FILE: packages/proxy-config/src/actions/deployment-file-exists.ts type DeploymentFileExistsOptions (line 7) | type DeploymentFileExistsOptions = { function deploymentFileExists (line 19) | async function deploymentFileExists({ FILE: packages/proxy-config/src/actions/get-alias.ts type GetAliasOptions (line 7) | type GetAliasOptions = { function getAlias (line 19) | async function getAlias({ FILE: packages/proxy-config/src/errors/not-found-error.ts class NotFoundError (line 3) | class NotFoundError extends Error { method toCloudFrontResponse (line 4) | toCloudFrontResponse(): CloudFrontResultResponse { FILE: packages/proxy-config/src/handler.ts function handler (line 15) | async function handler( FILE: packages/proxy-config/src/utils/get-env.ts function getEnv (line 6) | function getEnv(request: CloudFrontRequest, key: string) { FILE: packages/proxy-config/src/utils/split-at-character.ts function splitAtCharacter (line 8) | function splitAtCharacter( FILE: packages/proxy/src/actions/fetch-cached.ts type NodeFetch (line 4) | type NodeFetch = typeof import('node-fetch').default; constant FETCH_TIMEOUT (line 9) | const FETCH_TIMEOUT = 29500; function fetchCached (line 21) | async function fetchCached( FILE: packages/proxy/src/actions/fetch-file-system.ts type NodeFetch (line 5) | type NodeFetch = typeof import('node-fetch').default; function fetchFileSystem (line 17) | function fetchFileSystem( FILE: packages/proxy/src/actions/fetch-proxy-config.ts type NodeFetch (line 5) | type NodeFetch = typeof import('node-fetch').default; function fetchProxyConfig (line 14) | function fetchProxyConfig( FILE: packages/proxy/src/error/alias-not-configured.ts class AliasNotConfigured (line 5) | class AliasNotConfigured extends Error { method toCloudFrontResponse (line 8) | toCloudFrontResponse(): CloudFrontResultResponse { FILE: packages/proxy/src/error/missing-config.ts class MissingConfigError (line 8) | class MissingConfigError extends Error { method toCloudFrontResponse (line 9) | toCloudFrontResponse(): CloudFrontResultResponse { FILE: packages/proxy/src/error/render-error.ts type RenderErrorOptions (line 5) | type RenderErrorOptions = { function renderError (line 20) | function renderError({ FILE: packages/proxy/src/handler.ts constant CACHE_TTL (line 31) | const CACHE_TTL = 60_000; function isRedirect (line 40) | function isRedirect( function handler (line 93) | async function handler( FILE: packages/proxy/src/proxy.ts type NodeFetch (line 11) | type NodeFetch = typeof import('node-fetch').default; function parseUrl (line 21) | function parseUrl(url: string) { function appendURLSearchParams (line 35) | function appendURLSearchParams( class Proxy (line 49) | class Proxy { method constructor (line 54) | constructor(fetch: NodeFetch) { method checkFileSystem (line 70) | async checkFileSystem( method route (line 125) | async route( FILE: packages/proxy/src/types.ts type HTTPHeaders (line 5) | type HTTPHeaders = Record; type ProxyConfig (line 7) | interface ProxyConfig { type RouteResult (line 15) | interface RouteResult { type FileSystemEntry (line 42) | type FileSystemEntry = { FILE: packages/proxy/src/util/append-querystring.ts function appendQuerystring (line 12) | function appendQuerystring(url: string, searchParams: URLSearchParams): ... FILE: packages/proxy/src/util/custom-origin.ts function createCustomOriginFromUrl (line 13) | function createCustomOriginFromUrl( function createCustomOriginFromApiGateway (line 50) | function createCustomOriginFromApiGateway( function serveRequestFromCustomOrigin (line 74) | function serveRequestFromCustomOrigin( function serveRequestFromS3Origin (line 125) | function serveRequestFromS3Origin( FILE: packages/proxy/src/util/etag-cache.ts class ETagCache (line 5) | class ETagCache { method constructor (line 22) | constructor() { method set (line 27) | set(key: string, value: TData, eTag: string) { method get (line 42) | get(key: string, eTag: string): TData | undefined { FILE: packages/proxy/src/util/fetch-timeout.ts type NodeFetch (line 4) | type NodeFetch = typeof import('node-fetch').default; function fetchTimeout (line 13) | async function fetchTimeout( FILE: packages/proxy/src/util/generate-cloudfront-headers.ts function generateCloudFrontHeaders (line 16) | function generateCloudFrontHeaders( FILE: packages/proxy/src/util/get-env.ts function getEnv (line 8) | function getEnv(request: CloudFrontRequest, key: string) { FILE: packages/proxy/src/util/is-url.ts function isURL (line 1) | function isURL(str: string): boolean { FILE: packages/proxy/src/util/resolve-route-parameters.ts function resolveRouteParameters (line 9) | function resolveRouteParameters( FILE: packages/proxy/src/util/ttl-cache.ts class TTLCache (line 11) | class TTLCache { method constructor (line 32) | constructor(minTTL: number) { method set (line 39) | set(key: string, value: T, ttl: number = 0) { method get (line 60) | get(key: string): { method purgeStale (line 86) | purgeStale(time: number) { method updateTTL (line 106) | updateTTL(key: string, ttl: number = 0) { FILE: packages/proxy/test/actions/fetch-cached.test.ts type CacheEntry (line 7) | type CacheEntry = { FILE: packages/proxy/test/handler.test.ts class ConfigServer (line 13) | class ConfigServer { method start (line 18) | async start() { method stop (line 47) | stop() { FILE: packages/proxy/test/test-utils.ts type GenerateCloudFrontRequestEventOptions (line 7) | type GenerateCloudFrontRequestEventOptions = { function generateCloudFrontRequestEvent (line 26) | function generateCloudFrontRequestEvent( function generateMockedFetchResponse (line 115) | function generateMockedFetchResponse( FILE: packages/runtime/src/create-serverless-config.ts function getCustomData (line 7) | function getCustomData(importName: string, target: string) { function getDefaultData (line 39) | function getDefaultData(target: string) { function createServerlessConfig (line 43) | async function createServerlessConfig( FILE: packages/runtime/src/index.ts type BuildParamsMeta (line 73) | interface BuildParamsMeta { type BuildParamsType (line 79) | interface BuildParamsType extends BuildOptions { constant MAX_AGE_ONE_YEAR (line 102) | const MAX_AGE_ONE_YEAR = 31536000; function readPackageJson (line 107) | async function readPackageJson(entryPath: string): Promise { function writePackageJson (line 121) | async function writePackageJson(workPath: string, packageJson: PackageJs... function writeNpmRc (line 131) | async function writeNpmRc(workPath: string, token: string) { function getRealNextVersion (line 141) | function getRealNextVersion(entryPath: string): string | false { function getNextVersionRange (line 163) | async function getNextVersionRange(entryPath: string): Promise { function getSourceFilePathFromPage (line 1064) | async function getSourceFilePathFromPage({ function isDirectory (line 1101) | function isDirectory(path: string) { function normalizeLocalePath (line 1105) | function normalizeLocalePath( function addLocaleOrDefault (line 1132) | function addLocaleOrDefault( FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/another.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/auto-export/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/dynamic/[slug].js function Dynamic (line 3) | function Dynamic(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/gsp/fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/gsp/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/gsp/no-fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/gssp/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/gssp/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/links.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/not-found/fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-locale-detection/pages/not-found/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/another.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/auto-export/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/dynamic/[slug].js function Dynamic (line 3) | function Dynamic(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/gsp/fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/gsp/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/gsp/no-fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/gssp/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/gssp/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/links.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/not-found/fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-no-shared-lambdas/pages/not-found/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support-root-catchall/additional.js function checkForChange (line 6) | async function checkForChange(url, initialValue, hardError) { FILE: packages/runtime/test/fixtures/00-i18n-support-root-catchall/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/00-i18n-support/additional.js function checkForChange (line 6) | async function checkForChange(url, initialValue, hardError) { FILE: packages/runtime/test/fixtures/00-i18n-support/next.config.js method generateBuildId (line 2) | generateBuildId() { method redirects (line 21) | async redirects() { method rewrites (line 42) | async rewrites() { method headers (line 65) | async headers() { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/another.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/auto-export/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/dynamic/[slug].js function Dynamic (line 3) | function Dynamic(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/gsp/fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/gsp/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/gsp/no-fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/gssp/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/gssp/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/links.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/not-found/fallback/[slug].js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-i18n-support/pages/not-found/index.js function Page (line 4) | function Page(props) { FILE: packages/runtime/test/fixtures/00-optional-fallback-revalidate/additional.js function checkForChange (line 22) | async function checkForChange(url, initialValue, hardError) { FILE: packages/runtime/test/fixtures/00-optional-fallback-revalidate/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/00-optional-fallback-revalidate/pages/[[...slug]].js function Home (line 1) | function Home(props) { function getStaticPaths (line 5) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/00-optional-fallback-revalidate/pages/posts/[[...slug]].js function Home (line 1) | function Home(props) { function getStaticPaths (line 5) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/00-public-dir-output-dir/web/pages/dynamic-ssr/[slug].js function getServerSideProps (line 1) | function getServerSideProps() { function Dynamic (line 10) | function Dynamic() { FILE: packages/runtime/test/fixtures/00-public-dir-output-dir/web/pages/dynamic/[slug].js function Dynamic (line 1) | function Dynamic() { FILE: packages/runtime/test/fixtures/00-public-dir-output-dir/web/pages/index.js function Index (line 1) | function Index() { FILE: packages/runtime/test/fixtures/00-root-optional-revalidate/pages/[[...slug]].js function Home (line 1) | function Home(props) { function getStaticPaths (line 5) | async function getStaticPaths() { function getStaticProps (line 16) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/00-shared-lambdas/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/00-trailing-slash-add-export/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/00-trailing-slash-add-export/pages/foo.js function Page (line 1) | function Page() { FILE: packages/runtime/test/fixtures/00-trailing-slash-remove/pages/abc/def.js function Page (line 1) | function Page() { FILE: packages/runtime/test/fixtures/00-trailing-slash-remove/pages/foo.js function Page (line 1) | function Page() { FILE: packages/runtime/test/fixtures/01-cache-headers/next.config.js method headers (line 2) | async headers() { method generateBuildId (line 15) | generateBuildId() { FILE: packages/runtime/test/fixtures/03-next-8/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/03-next-8/pages/hello1.js function A (line 1) | function A({ data }) { FILE: packages/runtime/test/fixtures/03-next-8/pages/nested/hello2.js function B (line 1) | function B({ data }) { FILE: packages/runtime/test/fixtures/04-firebase-node-10/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/05-spr-support/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/05-spr-support/pages/another.js function unstable_getStaticProps (line 4) | async function unstable_getStaticProps() { FILE: packages/runtime/test/fixtures/05-spr-support/pages/another2.js function unstable_getStaticProps (line 4) | async function unstable_getStaticProps() { FILE: packages/runtime/test/fixtures/05-spr-support/pages/blog/[post]/[comment].js function unstable_getStaticPaths (line 4) | async function unstable_getStaticPaths() { function unstable_getStaticProps (line 13) | async function unstable_getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/05-spr-support/pages/blog/[post]/index.js function unstable_getStaticPaths (line 4) | async function unstable_getStaticPaths() { function unstable_getStaticProps (line 9) | async function unstable_getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/05-spr-support/pages/forever.js function unstable_getStaticProps (line 4) | async function unstable_getStaticProps() { FILE: packages/runtime/test/fixtures/07-custom-routes/next.config.js method redirects (line 2) | async redirects() { method rewrites (line 21) | async rewrites() { method headers (line 50) | async headers() { FILE: packages/runtime/test/fixtures/08-custom-routes-catchall/next.config.js method generateBuildId (line 2) | generateBuildId() { method rewrites (line 5) | async rewrites() { FILE: packages/runtime/test/fixtures/09-yarn-workspaces/packages/web/pages/_app.tsx class MyApp (line 4) | class MyApp extends App { method getInitialProps (line 5) | static async getInitialProps() { method render (line 10) | render() { FILE: packages/runtime/test/fixtures/10-export-cache-headers/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/11-export-clean-urls/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/11-export-clean-urls/pages/about.js function About (line 1) | function About() { FILE: packages/runtime/test/fixtures/11-export-clean-urls/pages/index.js function Home (line 1) | function Home() { FILE: packages/runtime/test/fixtures/12-no-export-auto/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/12-no-export-auto/pages/about.js function About (line 1) | function About() { FILE: packages/runtime/test/fixtures/12-no-export-auto/pages/index.js function Home (line 1) | function Home() { FILE: packages/runtime/test/fixtures/13-export-custom-routes/next.config.js method generateBuildId (line 2) | generateBuildId() { method rewrites (line 6) | async rewrites() { method redirects (line 14) | async redirects() { FILE: packages/runtime/test/fixtures/13-export-custom-routes/pages/about.js function About (line 1) | function About() { FILE: packages/runtime/test/fixtures/13-export-custom-routes/pages/index.js function Home (line 1) | function Home() { FILE: packages/runtime/test/fixtures/14-next-offline/next.config.js method generateBuildId (line 4) | generateBuildId() { FILE: packages/runtime/test/fixtures/14-next-offline/pages/about.js function About (line 1) | function About() { FILE: packages/runtime/test/fixtures/14-next-offline/pages/index.js function Home (line 1) | function Home() { FILE: packages/runtime/test/fixtures/16-base-path/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/16-base-path/pages/blog-ssg/[post]/comments.js function Comment (line 14) | function Comment({ post }) { FILE: packages/runtime/test/fixtures/16-base-path/pages/blog-ssg/[post]/index.js function Post (line 14) | function Post({ post }) { FILE: packages/runtime/test/fixtures/16-base-path/pages/blog/[post]/comments.js function Comment (line 7) | function Comment({ post }) { FILE: packages/runtime/test/fixtures/16-base-path/pages/blog/[post]/index.js function Post (line 7) | function Post({ post }) { FILE: packages/runtime/test/fixtures/17-static-404/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/18-ssg-fallback-support/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/18-ssg-fallback-support/pages/another.js function unstable_getStaticProps (line 4) | async function unstable_getStaticProps() { FILE: packages/runtime/test/fixtures/18-ssg-fallback-support/pages/another2.js function unstable_getStaticProps (line 4) | async function unstable_getStaticProps() { FILE: packages/runtime/test/fixtures/18-ssg-fallback-support/pages/blog/[post]/[comment].js function unstable_getStaticPaths (line 4) | async function unstable_getStaticPaths() { function unstable_getStaticProps (line 15) | async function unstable_getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/18-ssg-fallback-support/pages/blog/[post]/index.js function unstable_getStaticPaths (line 4) | async function unstable_getStaticPaths() { function unstable_getStaticProps (line 11) | async function unstable_getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/18-ssg-fallback-support/pages/forever.js function unstable_getStaticProps (line 4) | async function unstable_getStaticProps() { FILE: packages/runtime/test/fixtures/19-pages-404/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/20-pages-404-lambda/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/21-server-props/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/21-server-props/pages/another.js function getServerSideProps (line 4) | async function getServerSideProps() { FILE: packages/runtime/test/fixtures/21-server-props/pages/another2.js function getServerSideProps (line 4) | async function getServerSideProps() { FILE: packages/runtime/test/fixtures/21-server-props/pages/blog/[post]/[comment].js function getServerSideProps (line 4) | async function getServerSideProps({ params }) { FILE: packages/runtime/test/fixtures/21-server-props/pages/blog/[post]/index.js function getServerSideProps (line 4) | async function getServerSideProps({ params }) { FILE: packages/runtime/test/fixtures/21-server-props/pages/forever.js function getServerSideProps (line 4) | async function getServerSideProps() { FILE: packages/runtime/test/fixtures/22-ssg-v2-catchall/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/22-ssg-v2-catchall/pages/[...path].js function loadArticle (line 4) | function loadArticle() { function getStaticProps (line 48) | async function getStaticProps({ params }) { function getStaticPaths (line 60) | async function getStaticPaths() { FILE: packages/runtime/test/fixtures/22-ssg-v2/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/another.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/another2.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/api-docs/[...slug].js function Slug (line 18) | function Slug(props) { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/blog/[post]/[comment].js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 17) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/blog/[post]/index.js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/forever.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/22-ssg-v2/pages/nofallback/[slug].js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/23-custom-routes-verbose/next.config.js method generateBuildId (line 2) | generateBuildId() { method rewrites (line 5) | async rewrites() { method redirects (line 93) | async redirects() { method headers (line 178) | async headers() { FILE: packages/runtime/test/fixtures/23-custom-routes-verbose/pages/b/[123].js function Page (line 11) | function Page(props) { FILE: packages/runtime/test/fixtures/23-custom-routes-verbose/pages/c/[alongparamnameshouldbeallowedeventhoughweird].js function Page (line 11) | function Page(props) { FILE: packages/runtime/test/fixtures/24-custom-output-dir/next.config.js method generateBuildId (line 3) | generateBuildId() { FILE: packages/runtime/test/fixtures/24-custom-output-dir/pages/ssg/[slug].js function Page (line 19) | function Page(props) { FILE: packages/runtime/test/fixtures/25-index-routes/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/25-mono-repo-404/packages/webapp/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/26-mono-repo-404-lambda/packages/webapp/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/27-non-word-param/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/27-non-word-param/pages/[...path-segments].js function loadArticle (line 4) | function loadArticle() { function getStaticProps (line 48) | async function getStaticProps({ params }) { function getStaticPaths (line 60) | async function getStaticPaths() { FILE: packages/runtime/test/fixtures/27-preview-mode/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/27-preview-mode/pages/docs/[...rest].js function Docs (line 22) | function Docs(props) { FILE: packages/runtime/test/fixtures/27-preview-mode/pages/docs/index.js function Docs (line 12) | function Docs(props) { FILE: packages/runtime/test/fixtures/28-nested-public/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/28-nested-public/pages/index.js function Page (line 1) | function Page() { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/404.js function Page (line 1) | function Page({ found }) { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/another.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/another2.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/blog/[post]/[comment].js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 17) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/blog/[post]/index.js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/forever.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/29-ssg-all-static-custom-404/pages/nofallback/[slug].js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/29-ssg-all-static/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/29-ssg-all-static/pages/another.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/29-ssg-all-static/pages/another2.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/29-ssg-all-static/pages/blog/[post]/[comment].js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 17) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/29-ssg-all-static/pages/blog/[post]/index.js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/29-ssg-all-static/pages/forever.js function getStaticProps (line 4) | async function getStaticProps() { FILE: packages/runtime/test/fixtures/29-ssg-all-static/pages/nofallback/[slug].js function getStaticPaths (line 4) | async function getStaticPaths() { function getStaticProps (line 12) | async function getStaticProps({ params }) { FILE: packages/runtime/test/fixtures/31-blocking-fallback/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/fixtures/31-blocking-fallback/pages/fixed/[slug].js function TestPage (line 1) | function TestPage({ slug, time }) { function getStaticProps (line 11) | function getStaticProps({ params }) { function getStaticPaths (line 21) | function getStaticPaths() { FILE: packages/runtime/test/fixtures/31-blocking-fallback/pages/regenerated/[slug].js function TestPage (line 1) | function TestPage({ slug, time }) { function getStaticProps (line 11) | function getStaticProps({ params }) { function getStaticPaths (line 21) | function getStaticPaths() { FILE: packages/runtime/test/fixtures/32-custom-install-command/.yarn/releases/yarn-berry.cjs function t (line 2) | function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... class s (line 2) | class s extends n.BaseCommand{constructor(){super(...arguments),this.qui... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class h (line 2) | class h extends n.BaseCommand{constructor(){super(...arguments),this.qui... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function D (line 2) | function D(e,t){return e.exact?o.EXACT:e.caret?o.CARET:e.tilde?o.TILDE:t... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function v (line 2) | function v(e,{project:t}){const r=e.match(b);return r?r[1]:t.configurati... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 2) | function S(e,t){let{protocol:r,source:A,params:n,selector:o}=d.parseRang... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | async function k(e,{project:t,target:r}){const A=new Map,o=e=>{let t=A.g... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | async function N(e,{cwd:t,workspace:r}){return await async function(e){r... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | async function F(e,{project:t,workspace:r,cache:A,target:o,modifier:s,st... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | async function K(e,t,{project:r,cache:A,workspace:n,preserveModifier:o=!... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... class x (line 2) | class x extends c.BaseCommand{constructor(){super(...arguments),this.ver... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} class L (line 2) | class L extends c.BaseCommand{constructor(){super(...arguments),this.mir... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... class j (line 2) | class j extends c.BaseCommand{constructor(){super(...arguments),this.jso... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.unsafe=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!t.project.storedResolutions.get(e.desc... method supportsLocator (line 2) | supportsLocator(e,t){return!!t.project.originalPackages.has(e.locatorH... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("The shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=r.project.originalPackages.get(O.conv... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.originalPackages.get(e.locatorHas... class q (line 2) | class q extends c.BaseCommand{constructor(){super(...arguments),this.jso... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class z (line 2) | class z extends c.BaseCommand{constructor(){super(...arguments),this.ver... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.why=!1,this.jso... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class te (line 2) | class te extends c.BaseCommand{constructor(){super(...arguments),this.pa... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.strategy=W.HIG... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method makeInstaller (line 2) | makeInstaller(e){return new re(e)} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="CacheError"} class re (line 2) | class re extends C.Command{async execute(){const{plugins:e}=await s.VK.f... method execute (line 2) | async execute(){const{plugins:e}=await s.VK.find(this.context.cwd,this... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="UploadError"} class Ae (line 2) | class Ae extends C.Command{async execute(){this.context.stdout.write(thi... method execute (line 2) | async execute(){this.context.stdout.write(this.cli.usage(null))} method constructor (line 23) | constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.... class ne (line 2) | class ne extends C.Command{constructor(){super(...arguments),this.args=[... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){if(this.leadingArgument.match(/[\\/]/)&&!d.tryParseIde... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="ReadError"} class ie (line 2) | class ie extends C.Command{async execute(){this.context.stdout.write((oe... method execute (line 2) | async execute(){this.context.stdout.write((oe.o||"")+"\n")} method constructor (line 2) | constructor(e,{configuration:t}){this.resolutionAliases=new Map,this.w... method find (line 2) | static async find(e,t){var r,o,i;if(!e.projectCwd)throw new s.UsageErr... method generateBuildStateFile (line 2) | static generateBuildStateFile(e,t){let r="# Warning: This file is auto... method setupResolutions (line 2) | async setupResolutions(){this.storedResolutions=new Map,this.storedDes... method setupWorkspaces (line 2) | async setupWorkspaces(){this.workspaces=[],this.workspacesByCwd=new Ma... method addWorkspace (line 2) | async addWorkspace(e){const t=new z.j(e,{project:this});await t.setup(... method topLevelWorkspace (line 2) | get topLevelWorkspace(){return this.getWorkspaceByCwd(this.cwd)} method tryWorkspaceByCwd (line 2) | tryWorkspaceByCwd(e){n.y1.isAbsolute(e)||(e=n.y1.resolve(this.cwd,e)),... method getWorkspaceByCwd (line 2) | getWorkspaceByCwd(e){const t=this.tryWorkspaceByCwd(e);if(!t)throw new... method tryWorkspaceByFilePath (line 2) | tryWorkspaceByFilePath(e){let t=null;for(const r of this.workspaces){n... method getWorkspaceByFilePath (line 2) | getWorkspaceByFilePath(e){const t=this.tryWorkspaceByFilePath(e);if(!t... method tryWorkspaceByIdent (line 2) | tryWorkspaceByIdent(e){const t=this.workspacesByIdent.get(e.identHash)... method getWorkspaceByIdent (line 2) | getWorkspaceByIdent(e){const t=this.tryWorkspaceByIdent(e);if(!t)throw... method tryWorkspaceByDescriptor (line 2) | tryWorkspaceByDescriptor(e){const t=this.tryWorkspaceByIdent(e);return... method getWorkspaceByDescriptor (line 2) | getWorkspaceByDescriptor(e){const t=this.tryWorkspaceByDescriptor(e);i... method tryWorkspaceByLocator (line 2) | tryWorkspaceByLocator(e){O.isVirtualLocator(e)&&(e=O.devirtualizeLocat... method getWorkspaceByLocator (line 2) | getWorkspaceByLocator(e){const t=this.tryWorkspaceByLocator(e);if(!t)t... method refreshWorkspaceDependencies (line 2) | refreshWorkspaceDependencies(){for(const e of this.workspaces){const t... method forgetResolution (line 2) | forgetResolution(e){const t=e=>{this.storedResolutions.delete(e),this.... method forgetTransientResolutions (line 2) | forgetTransientResolutions(){const e=this.configuration.makeResolver()... method forgetVirtualResolutions (line 2) | forgetVirtualResolutions(){for(const e of this.storedPackages.values()... method getDependencyMeta (line 2) | getDependencyMeta(e,t){const r={},A=this.topLevelWorkspace.manifest.de... method findLocatorForLocation (line 2) | async findLocatorForLocation(e,{strict:t=!1}={}){const r=new q.$,A=thi... method resolveEverything (line 2) | async resolveEverything(e){if(!this.workspacesByCwd||!this.workspacesB... method fetchEverything (line 2) | async fetchEverything({cache:e,report:t,fetcher:r}){const A=r||this.co... method linkEverything (line 2) | async linkEverything({cache:e,report:t,fetcher:r,skipBuild:o}){var s;c... method install (line 2) | async install(e){var t,r;const i=this.configuration.get("nodeLinker");... method generateLockfile (line 2) | generateLockfile(){const e=new Map;for(const[t,r]of this.storedResolut... method persistLockfile (line 2) | async persistLockfile(){const e=n.y1.join(this.cwd,this.configuration.... method persistInstallStateFile (line 2) | async persistInstallStateFile(){const e=[];for(const t of Object.value... method restoreInstallState (line 2) | async restoreInstallState({restoreInstallersCustomData:e=!0,restoreRes... method applyLightResolution (line 2) | async applyLightResolution(){await this.resolveEverything({lockfileOnl... method persist (line 2) | async persist(){await this.persistLockfile();for(const e of this.works... method cacheCleanup (line 2) | async cacheCleanup({cache:e,report:t}){const r=new Set([".gitignore"])... class ae (line 2) | class ae extends c.BaseCommand{constructor(){super(...arguments),this.ar... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class ge (line 2) | class ge extends c.BaseCommand{async execute(){const e=await s.VK.find(t... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class ue (line 2) | class ue extends c.BaseCommand{constructor(){super(...arguments),this.al... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class de (line 2) | class de extends c.BaseCommand{constructor(){super(...arguments),this.js... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.checkCache=!1,this... method execute (line 2) | async execute(){var e,t,r;const A=await s.VK.find(this.context.cwd,thi... class Ce (line 2) | class Ce extends c.BaseCommand{constructor(){super(...arguments),this.al... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.private=!1,this.rel... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class fe (line 2) | class fe extends c.BaseCommand{constructor(){super(...arguments),this.ar... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){return this.cli.run(["exec","node",...this.args])} class we (line 2) | class we extends c.BaseCommand{constructor(){super(...arguments),this.on... method constructor (line 2) | constructor(){super(...arguments),this.onlyIfNeeded=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Qe (line 2) | async function Qe(e,t,r,{report:A}){const n=e.projectCwd?e.projectCwd:e.... function be (line 2) | function be(e){return De.test(e)?`pull/${e}/head`:e} class ve (line 2) | class ve extends c.BaseCommand{constructor(){super(...arguments),this.re... method constructor (line 2) | constructor(){super(...arguments),this.repository="https://github.com/... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Se (line 2) | async function Se(e,{configuration:t,context:r,target:A}){for(const[n,..... function ke (line 2) | async function ke(e,{configuration:t,report:r,target:A}){let n=!1;if(!e.... function Ke (line 2) | async function Ke(e){const t=await me.get("https://raw.githubusercontent... class Me (line 2) | class Me extends c.BaseCommand{constructor(){super(...arguments),this.js... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Re (line 2) | class Re extends c.BaseCommand{async execute(){const e=await s.VK.find(t... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function xe (line 2) | async function xe(e,t,{project:r,report:A}){const{configuration:n}=r,o={... class Le (line 2) | class Le extends c.BaseCommand{constructor(){super(...arguments),this.re... method constructor (line 2) | constructor(){super(...arguments),this.repository="https://github.com/... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Pe (line 2) | class Pe extends c.BaseCommand{async execute(){const e=await s.VK.find(t... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Oe (line 2) | class Oe extends c.BaseCommand{constructor(){super(...arguments),this.js... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Ue (line 2) | class Ue extends c.BaseCommand{constructor(){super(...arguments),this.id... method constructor (line 2) | constructor(){super(...arguments),this.idents=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Te (line 2) | class Te extends c.BaseCommand{constructor(){super(...arguments),this.al... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.patterns=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class je (line 2) | class je extends c.BaseCommand{async execute(){const e=await s.VK.find(t... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Ye (line 2) | class Ye extends c.BaseCommand{constructor(){super(...arguments),this.in... method constructor (line 2) | constructor(){super(...arguments),this.inspect=!1,this.inspectBrk=!1,t... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class Ge (line 2) | class Ge extends c.BaseCommand{constructor(){super(...arguments),this.sa... method constructor (line 2) | constructor(){super(...arguments),this.save=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class He (line 2) | class He extends c.BaseCommand{constructor(){super(...arguments),this.pa... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.interactive=nu... method execute (line 2) | async execute(){var e;const t=await s.VK.find(this.context.cwd,this.co... class Je (line 2) | class Je extends c.BaseCommand{constructor(){super(...arguments),this.re... method constructor (line 2) | constructor(){super(...arguments),this.recursive=!1,this.json=!1,this.... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class qe (line 2) | class qe extends c.BaseCommand{constructor(){super(...arguments),this.ve... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... class ze (line 2) | class ze extends C.Command{constructor(){super(...arguments),this.args=[... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function l (line 2) | function l(e){const{params:t,selector:r}=n.parseRange(e),A=o.cS.toPortab... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u({parentLocator:e,path:t,folderHash:r,protocol:A}){const o=nul... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e,{parentLocator:t,path:r,folderHash:A,protocol:o}){return n.... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | async function p(e,{protocol:t,fetchOptions:r,inMemory:A=!1}){const{pare... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | async function d(e,{protocol:t,fetchOptions:r}){return(await p(e,{protoc... method supports (line 2) | supports(e,t){return!!s.test(e.reference)&&!!e.reference.startsWith("fil... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,o,i]=aw... method fetchFromDisk (line 2) | async fetchFromDisk(e,t){const{parentLocator:r,path:A}=n.parseFileStyleR... method supports (line 2) | supports(e,t){return!!e.reference.startsWith("file:")} method getLocalPath (line 2) | getLocalPath(e,t){const{parentLocator:r,path:A}=n.parseFileStyleRange(e.... method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,o,i]=aw... method fetchFromDisk (line 2) | async fetchFromDisk(e,t){return p(e,{protocol:"file:",fetchOptions:t})} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!s.test(e.range)&&(!!e.range.startsWith("... method supportsLocator (line 2) | supportsLocator(e,t){return!!s.test(e.reference)&&!!e.reference.startsWi... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!0} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return i.test(e.range)&&(e=n.makeDescriptor(e,"fil... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=e.range;return A.startsWith("file:")&&(... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){if(!t.fetchOptions)throw new Error("Assertion failed:... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.match(i)||!!e.range.startsWith("... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith("file:")} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return i.test(e.range)&&(e=n.makeDescriptor(e,"fil... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){if(!r.fetchOptions)throw new Error("Assertion... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){if(!t.fetchOptions)throw new Error("Assertion failed:... function E (line 2) | function E(){return{...process.env,GIT_SSH_COMMAND:"ssh -o BatchMode=yes"}} function m (line 2) | function m(e){return!!e&&B.some(t=>!!e.match(t))} function w (line 2) | function w(e){const t=(e=Q(e)).indexOf("#");if(-1===t)return{repo:e,tree... function Q (line 2) | function Q(e,{git:t=!1}={}){var r;if(e=(e=(e=e.replace(/^git\+https:/,"h... function D (line 2) | function D(e){return o.makeLocator(e,Q(e.reference))} method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | async function b(e,t){const r=Q(e,{git:!0});if(!l.getNetworkSettings(r,{... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 2) | async function v(e,t){const{repo:r,treeish:{protocol:A,request:n},extra:... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 2) | async function S(e,t){return await t.getLimit("cloneConcurrency")(async(... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} method supports (line 2) | supports(e,t){return m(e.reference)} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,A=D(e),n=n... method downloadHosted (line 2) | async downloadHosted(e,t){return t.project.configuration.reduceHook(e=>e... method cloneFromRemote (line 2) | async cloneFromRemote(e,t){const r=await S(e.reference,t.project.configu... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return m(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return m(e.reference)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!0} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){const A=await v(e.range,r.project.configurati... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){if(!t.fetchOptions)throw new Error("Assertion failed:... class p (line 2) | class p{supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e))... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... method fetchHostedRepository (line 2) | async fetchHostedRepository(e,t,r){if(null!==e)return e;const A=new p;if... method supports (line 2) | supports(e,t){return!!i.test(e.reference)&&!!s.test(e.reference)} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=aw... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(e.reference,{configurati... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!i.test(e.range)&&!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!i.test(e.reference)&&!!s.test(e.reference)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!0} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[A.convertDescriptorToLocator(e)]} method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){if(!t.fetchOptions)throw new Error("Assertion failed:... class f (line 2) | class f extends o.BaseCommand{constructor(){super(...arguments),this.use... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} method supports (line 2) | supports(e,t){return!!e.reference.startsWith("link:")} method getLocalPath (line 2) | getLocalPath(e,t){const{parentLocator:r,path:o}=A.parseFileStyleRange(e.... method fetch (line 2) | async fetch(e,t){const{parentLocator:r,path:s}=A.parseFileStyleRange(e.r... method supports (line 2) | supports(e,t){return!!e.reference.startsWith("portal:")} method getLocalPath (line 2) | getLocalPath(e,t){const{parentLocator:r,path:o}=A.parseFileStyleRange(e.... method fetch (line 2) | async fetch(e,t){const{parentLocator:r,path:s}=A.parseFileStyleRange(e.r... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.startsWith("link:")} method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith("link:")} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return A.bindDescriptor(e,{locator:A.stringifyLoca... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){const o=e.range.slice("link:".length);return[... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){return{...e,version:"0.0.0",languageName:t.project.co... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.startsWith("portal:")} method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith("portal:")} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return A.bindDescriptor(e,{locator:A.stringifyLoca... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){const o=e.range.slice("portal:".length);retur... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){if(!t.fetchOptions)throw new Error("Assertion failed:... class J (line 2) | class J{constructor(e){this.opts=e,this.localStore=new Map,this.customDa... method constructor (line 2) | constructor(e){this.opts=e,this.localStore=new Map,this.customData={st... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"NodeModulesInstaller",... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){var r;const A=o.y1.resolve(t.packageFs.getRe... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.localStore.get(e.lo... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){throw new Error("External dependen... method finalizeInstall (line 2) | async finalizeInstall(){if("node-modules"!==this.opts.project.configur... method constructor (line 2) | constructor(e){this.resolver=e} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return this.resolver.supportsDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return this.resolver.supportsLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.resolver.shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.resolver.bindDescriptor(e,t,r)} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.resolver.getResolutionDepen... method getCandidates (line 2) | async getCandidates(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method resolve (line 2) | async resolve(e,t){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"This pac... function q (line 2) | async function q(e,{unrollAliases:t=!1}={}){const r=e.cwd,A=o.y1.join(r,... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function Z (line 2) | function Z(e){let t=i.parseDescriptor(e);return i.isVirtualDescriptor(t)... method constructor (line 23) | constructor(e,t,r){var A;if(super(e),Error.captureStackTrace(this,this... class te (line 2) | class te extends O.PnpLinker{constructor(){super(...arguments),this.mode... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.strategy=W.HIG... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method makeInstaller (line 2) | makeInstaller(e){return new re(e)} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="CacheError"} class re (line 2) | class re extends O.PnpInstaller{constructor(){super(...arguments),this.m... method execute (line 2) | async execute(){const{plugins:e}=await s.VK.find(this.context.cwd,this... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="UploadError"} method supportsPackage (line 2) | supportsPackage(e,t){return"node-modules"===t.project.configuration.get(... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=t.project.tryWorkspaceByLocator(e... method findPackageLocator (line 2) | async findPackageLocator(e,t){const r=await q(t.project,{unrollAliases:!... method makeInstaller (line 2) | makeInstaller(e){return new J(e)} function B (line 2) | function B(e,t){const r=[],A=new Set,n=e=>{A.has(e)||(A.add(e),r.push(e)... function y (line 2) | function y(e,t,{all:r}){const A=r?e.workspaces:[t],n=A.map(e=>e.manifest... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e){const t={};for(const r of e)t[C.stringifyIdent(r)]=C.parse... function w (line 2) | function w(e){if(void 0===e)return new Set;const t=E.indexOf(e),r=E.slic... function Q (line 2) | function Q(e,t){var r;const A=function(e,t){const r=w(t),A={};for(const ... class D (line 2) | class D extends s.BaseCommand{constructor(){super(...arguments),this.all... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... class F (line 2) | class F extends s.BaseCommand{constructor(){super(...arguments),this.jso... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | function K(e){if(Array.isArray(e)){const t=[];for(let r of e)r=K(r),r&&t... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class Y (line 2) | class Y extends s.BaseCommand{constructor(){super(...arguments),this.tag... method constructor (line 2) | constructor(){super(...arguments),this.tag="latest",this.tolerateRepub... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 17) | constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,enableCo... method from (line 17) | static from(e,t={}){const r=new Y(t);for(const t of e)r.register(t);re... method register (line 17) | register(e){const t=this.builder.command();this.registrations.set(e,t.... method process (line 17) | process(e){const{contexts:t,process:r}=this.builder.compile(),A=r(e);s... method run (line 17) | async run(e,t){let r,A;if(Array.isArray(e))try{r=this.process(e)}catch... method runExit (line 17) | async runExit(e,t){process.exitCode=await this.run(e,t)} method suggest (line 17) | suggest(e,t){const{contexts:r,process:A,suggest:n}=this.builder.compil... method definitions (line 17) | definitions({colored:e=!1}={}){const t=[];for(const[r,A]of this.regist... method usage (line 17) | usage(e=null,{colored:t,detailed:r=!1,prefix:A="$ "}={}){const n=null!... method error (line 17) | error(e,{colored:t,command:r=null}={}){e instanceof Error||(e=new Erro... method getUsageByRegistration (line 17) | getUsageByRegistration(e,t){const r=this.registrations.get(e);if(void ... method getUsageByIndex (line 17) | getUsageByIndex(e,t){return this.builder.getBuilderByIndex(e).usage(t)} method format (line 17) | format(e=this.enableColors){return e?P:O} class H (line 2) | class H extends s.BaseCommand{constructor(){super(...arguments),this.jso... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function J (line 2) | async function J(e,t){const r=`/-/package${p.npmHttpUtils.getIdentUrl(e)... method constructor (line 2) | constructor(e){this.opts=e,this.localStore=new Map,this.customData={st... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"NodeModulesInstaller",... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){var r;const A=o.y1.resolve(t.packageFs.getRe... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.localStore.get(e.lo... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){throw new Error("External dependen... method finalizeInstall (line 2) | async finalizeInstall(){if("node-modules"!==this.opts.project.configur... method constructor (line 2) | constructor(e){this.resolver=e} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return this.resolver.supportsDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return this.resolver.supportsLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.resolver.shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.resolver.bindDescriptor(e,t,r)} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.resolver.getResolutionDepen... method getCandidates (line 2) | async getCandidates(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method resolve (line 2) | async resolve(e,t){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"This pac... class q (line 2) | class q extends s.BaseCommand{async execute(){const e=await o.VK.find(th... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class W (line 2) | class W extends s.BaseCommand{async execute(){const e=await o.VK.find(th... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e){this.projectCwd=null,this.plugins=new Map,this.settings... method create (line 2) | static create(e,t,r){const A=new W(e);void 0===t||t instanceof Map||(A... method find (line 2) | static async find(e,t,{lookup:r=z.LOCKFILE,strict:o=!0,usePath:i=!1,us... method findRcFiles (line 2) | static async findRcFiles(e){const t=q(),r=[];let o=e,s=null;for(;o!==s... method findHomeRcFile (line 2) | static async findHomeRcFile(){const e=q(),t=k.getHomeFolder(),r=n.y1.j... method findProjectCwd (line 2) | static async findProjectCwd(e,t){let r=null,o=e,i=null;for(;o!==i;){if... method updateConfiguration (line 2) | static async updateConfiguration(e,t){const r=q(),o=n.y1.join(e,r),s=A... method updateHomeConfiguration (line 2) | static async updateHomeConfiguration(e){const t=k.getHomeFolder();retu... method activatePlugin (line 2) | activatePlugin(e,t){this.plugins.set(e,t),void 0!==t.configuration&&th... method importSettings (line 2) | importSettings(e){for(const[t,r]of Object.entries(e))if(null!=r){if(th... method useWithSource (line 2) | useWithSource(e,t,r,A){try{this.use(e,t,r,A)}catch(t){throw t.message+... method use (line 2) | use(e,t,r,{strict:A=!0,overwrite:n=!1}={}){for(const o of Object.keys(... method get (line 2) | get(e){if(!this.values.has(e))throw new Error(`Invalid configuration k... method getSpecial (line 2) | getSpecial(e,{hideSecrets:t=!1,getNativePaths:r=!1}){const A=this.get(... method getSubprocessStreams (line 2) | getSubprocessStreams(e,{header:t,prefix:r,report:n}){let o,i;const s=A... method makeResolver (line 2) | makeResolver(){const e=[];for(const t of this.plugins.values())for(con... method makeFetcher (line 2) | makeFetcher(){const e=[];for(const t of this.plugins.values())for(cons... method getLinkers (line 2) | getLinkers(){const e=[];for(const t of this.plugins.values())for(const... method refreshPackageExtensions (line 2) | async refreshPackageExtensions(){this.packageExtensions=new Map;const ... method normalizePackage (line 2) | normalizePackage(e){const t=f.copyPackage(e);if(null==this.packageExte... method getLimit (line 2) | getLimit(e){return F.getFactoryWithDefault(this.limits,e,()=>u()(this.... method triggerHook (line 2) | async triggerHook(e,...t){for(const r of this.plugins.values()){const ... method triggerMultipleHooks (line 2) | async triggerMultipleHooks(e,t){for(const r of t)await this.triggerHoo... method reduceHook (line 2) | async reduceHook(e,t,...r){let A=t;for(const t of this.plugins.values(... method firstHook (line 2) | async firstHook(e,...t){for(const r of this.plugins.values()){const A=... method format (line 2) | format(e,t){return N.pretty(this,e,t)} class X (line 2) | class X extends s.BaseCommand{constructor(){super(...arguments),this.pub... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function I (line 2) | function I(e){return e.replace(/\/$/,"")} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e,{configuration:t}){const r=t.get("npmRegistries"),A=r.get(e... function w (line 2) | function w(e,{configuration:t}){if(null===e)return null;const r=t.get("n... function Q (line 2) | function Q(e,{configuration:t,ident:r}){const A=r&&w(r.scope,{configurat... function D (line 2) | async function D(e,{attemptedAs:t,registry:r,headers:A,configuration:n})... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | function b(e){return e.scope?`/@${e.scope}%2f${e.name}`:"/"+e.name} method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 2) | async function v(e,{configuration:t,headers:r,ident:A,authType:n,registr... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 2) | async function S(e,t,{attemptedAs:r,configuration:A,headers:n,ident:o,au... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | async function k(e,t,{attemptedAs:r,configuration:A,headers:n,ident:o,au... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | async function N(e,{attemptedAs:t,configuration:r,headers:A,ident:n,auth... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | function F(e,{authType:t=u.CONFIGURATION,configuration:r,ident:A}){const... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | async function K(){if(process.env.TEST_ENV)return process.env.TEST_NPM_2... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 2) | function R(e){return{"npm-otp":e}} method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class x (line 2) | class x{supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const ... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function J (line 2) | async function J(e,t,{access:r,tag:A,registry:n}){const o=e.project.conf... method constructor (line 2) | constructor(e){this.opts=e,this.localStore=new Map,this.customData={st... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"NodeModulesInstaller",... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){var r;const A=o.y1.resolve(t.packageFs.getRe... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.localStore.get(e.lo... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){throw new Error("External dependen... method finalizeInstall (line 2) | async finalizeInstall(){if("node-modules"!==this.opts.project.configur... method constructor (line 2) | constructor(e){this.resolver=e} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return this.resolver.supportsDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return this.resolver.supportsLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.resolver.shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.resolver.bindDescriptor(e,t,r)} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.resolver.getResolutionDepen... method getCandidates (line 2) | async getCandidates(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method resolve (line 2) | async resolve(e,t){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"This pac... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const{selector... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=aw... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const{params:r}=s.parseRange(e.reference);if... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.startsWith("npm:")&&!!s.tryParse... method supportsLocator (line 2) | supportsLocator(e,t){return!1} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("Unreachable")} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){const r=s.parseDescriptor(e.range.slice("... method getCandidates (line 2) | async getCandidates(e,t,r){const A=s.parseDescriptor(e.range.slice("npm:... method getSatisfying (line 2) | async getSatisfying(e,t,r){const A=s.parseDescriptor(e.range.slice("npm:... method resolve (line 2) | resolve(e,t){throw new Error("Unreachable")} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.startsWith("npm:")&&!!P.validRan... method supportsLocator (line 2) | supportsLocator(e,t){if(!e.reference.startsWith("npm:"))return!1;const{s... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!0} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){const A=P.validRange(e.range.slice("npm:".len... method getSatisfying (line 2) | async getSatisfying(e,t,r){const A=P.validRange(e.range.slice("npm:".len... method resolve (line 2) | async resolve(e,t){const{selector:r}=s.parseRange(e.reference),A=g().cle... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.startsWith("npm:")&&!!j.c.test(e... method supportsLocator (line 2) | supportsLocator(e,t){return!1} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("Unreachable")} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){const A=e.range.slice("npm:".length),n=await ... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){throw new Error("Unreachable")} class c (line 2) | class c extends a.Command{} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... class u (line 2) | class u extends a.UsageError{constructor(e,t){super(`This command can on... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... method execute (line 2) | async execute(){const e=await p.VK.find(this.context.cwd,this.context.pl... function S (line 2) | async function S(e){return!!B.hasWorkspaceScript(e,"prepack")||!!B.hasWo... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | async function k(e,{report:t},r){await B.maybeExecuteWorkspaceLifecycleS... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | async function N(e,t){var r,A;void 0===t&&(t=await K(e));const n=new Set... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | async function F(e){const t=JSON.parse(JSON.stringify(e.manifest.raw));r... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | async function K(e){var t,r,A,n,o,i,s,a;const c=e.project,g=c.configurat... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 2) | function R(e,t,{cwd:r}){const A=t.trim();""!==A&&"#"!==A[0]&&e.push(func... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function x (line 2) | function x(e,{globalList:t,ignoreLists:r}){if(L(e,t.accept))return!1;if(... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function L (line 2) | function L(e,t){let r=t;const A=[];for(let e=0;e0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function Q (line 2) | function Q(e){const t=511&parseInt(e,8);if(420!==t&&493!==t)throw new Er... function D (line 2) | function D(e){const t=e.split(/\n/g);return""===t[t.length-1]&&t.pop(),f... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | function b(e){let t=0,r=0;for(const{type:A,lines:n}of e.parts)switch(A){... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 2) | async function v(e,t,r){const A=await e.lstatPromise(t),n=await r();if(v... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 2) | async function S(e,{baseFs:t=new f.S,dryRun:r=!1,version:A=null}={}){for... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | function k(e){return(64&e)>0} method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | function N(e){return e.replace(/\s+$/,"")} method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | async function F({hunks:e,path:t},{baseFs:r,dryRun:A=!1}){const n=await ... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | function K(e,t,r){const A=[];for(const o of e.parts)switch(o.type){case ... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e!1,onRelative:()=>!0,onBuiltin:()... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.unsafe=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!t.project.storedResolutions.get(e.desc... method supportsLocator (line 2) | supportsLocator(e,t){return!!t.project.originalPackages.has(e.locatorH... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("The shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=r.project.originalPackages.get(O.conv... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.originalPackages.get(e.locatorHas... function Y (line 2) | async function Y(e,t,r){const A=null!==e?await r.fetcher.fetch(e,r):null... method constructor (line 2) | constructor(){super(...arguments),this.tag="latest",this.tolerateRepub... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 17) | constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,enableCo... method from (line 17) | static from(e,t={}){const r=new Y(t);for(const t of e)r.register(t);re... method register (line 17) | register(e){const t=this.builder.command();this.registrations.set(e,t.... method process (line 17) | process(e){const{contexts:t,process:r}=this.builder.compile(),A=r(e);s... method run (line 17) | async run(e,t){let r,A;if(Array.isArray(e))try{r=this.process(e)}catch... method runExit (line 17) | async runExit(e,t){process.exitCode=await this.run(e,t)} method suggest (line 17) | suggest(e,t){const{contexts:r,process:A,suggest:n}=this.builder.compil... method definitions (line 17) | definitions({colored:e=!1}={}){const t=[];for(const[r,A]of this.regist... method usage (line 17) | usage(e=null,{colored:t,detailed:r=!1,prefix:A="$ "}={}){const n=null!... method error (line 17) | error(e,{colored:t,command:r=null}={}){e instanceof Error||(e=new Erro... method getUsageByRegistration (line 17) | getUsageByRegistration(e,t){const r=this.registrations.get(e);if(void ... method getUsageByIndex (line 17) | getUsageByIndex(e,t){return this.builder.getBuilderByIndex(e).usage(t)} method format (line 17) | format(e=this.enableColors){return e?P:O} function G (line 2) | async function G(e,{cache:t,project:r}){const A=r.storedChecksums,n=new ... function H (line 2) | async function H(e,t){const r=g.cS.fromPortablePath(e).replace(/\\/g,"/"... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function q (line 2) | function q(e,{configuration:t,report:r}){for(const A of e.parts)for(cons... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class $ (line 2) | class $ extends X.BaseCommand{async execute(){const e=await n.VK.find(th... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e){super(`Redirected ${e.options.maxRedirects} times. Abor... class te (line 2) | class te extends X.BaseCommand{async execute(){const e=await n.VK.find(t... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.strategy=W.HIG... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method makeInstaller (line 2) | makeInstaller(e){return new re(e)} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="CacheError"} method supports (line 2) | supports(e,t){return!!e.reference.startsWith("patch:")} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=aw... method patchPackage (line 2) | async patchPackage(e,t){const{parentLocator:r,sourceLocator:A,sourceVers... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!e.range.startsWith("patch:")} method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith("patch:")} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){const{patchPaths:A}=x(e);return A.every(e=>!j(e))?... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){const{sourceDescriptor:r}=x(e);return[r]} method getCandidates (line 2) | async getCandidates(e,t,r){if(!r.fetchOptions)throw new Error("Assertion... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const{sourceLocator:r}=L(e);return{...await t.resolve... function y (line 2) | function y(e,t,r,{configuration:A,report:n}){return d.G.isManifestFieldC... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e,t,r,{configuration:A,report:n}){const o=[];for(const e of["... function Q (line 2) | function Q(e){return e.packageFs.getExtractHint({relevantExtensions:w})} function D (line 2) | function D(e){const t=s.y1.join(e.prefixPath,"binding.gyp");return e.pac... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | function b(e,{configuration:t}){return s.y1.resolve(t.get("pnpUnpluggedF... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} class S (line 2) | class S{constructor(){this.mode="strict"}supportsPackage(e,t){return"pnp... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} class k (line 2) | class k{constructor(e){this.opts=e,this.mode="strict",this.packageRegist... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | function N(e,t){let r=s.y1.relative(e,t);return r.match(/^\.{0,2}\//)||(... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... class U (line 2) | class U extends K.BaseCommand{constructor(){super(...arguments),this.pat... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class s (line 2) | class s extends i.UsageError{constructor(e,t){super(`This command can on... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function u (line 2) | async function u(e,t){const{project:r,workspace:A}=await l.I.find(e,t);i... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... class C (line 2) | class C extends d.F{async execute(){const e=await n.VK.find(this.context... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 2) | async function f({binaryVersion:e,pluginConfiguration:t}){async function... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} class o (line 2) | class o extends n.Command{} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} class I (line 2) | class I{constructor(e,{configuration:t,immutable:r=t.get("enableImmutabl... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... class D (line 2) | class D{static isVirtualDescriptor(e){return!!e.range.startsWith(D.proto... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... class S (line 2) | class S{supports(e){return!!e.reference.startsWith(v.d.protocol)}getLoca... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function R (line 2) | function R(e){return("undefined"!=typeof require?require:r(32178))(e)} method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function G (line 2) | function G(e,t,r,A,n){if(A.isArray)return Array.isArray(r)?r.map((r,o)=>... function H (line 2) | function H(e,t,r,A,o){var i;switch(A.type){case T.ANY:return r;case T.SH... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function J (line 2) | function J(e,t,{ignoreArrays:r=!1}={}){switch(t.type){case T.SHAPE:{if(t... method constructor (line 2) | constructor(e){this.opts=e,this.localStore=new Map,this.customData={st... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"NodeModulesInstaller",... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){var r;const A=o.y1.resolve(t.packageFs.getRe... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.localStore.get(e.lo... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){throw new Error("External dependen... method finalizeInstall (line 2) | async finalizeInstall(){if("node-modules"!==this.opts.project.configur... method constructor (line 2) | constructor(e){this.resolver=e} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return this.resolver.supportsDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return this.resolver.supportsLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.resolver.shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.resolver.bindDescriptor(e,t,r)} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.resolver.getResolutionDepen... method getCandidates (line 2) | async getCandidates(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method resolve (line 2) | async resolve(e,t){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"This pac... function q (line 2) | function q(){for(const[e,t]of Object.entries(process.env))if("yarn_rc_fi... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class W (line 2) | class W{constructor(e){this.projectCwd=null,this.plugins=new Map,this.se... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e){this.projectCwd=null,this.plugins=new Map,this.settings... method create (line 2) | static create(e,t,r){const A=new W(e);void 0===t||t instanceof Map||(A... method find (line 2) | static async find(e,t,{lookup:r=z.LOCKFILE,strict:o=!0,usePath:i=!1,us... method findRcFiles (line 2) | static async findRcFiles(e){const t=q(),r=[];let o=e,s=null;for(;o!==s... method findHomeRcFile (line 2) | static async findHomeRcFile(){const e=q(),t=k.getHomeFolder(),r=n.y1.j... method findProjectCwd (line 2) | static async findProjectCwd(e,t){let r=null,o=e,i=null;for(;o!==i;){if... method updateConfiguration (line 2) | static async updateConfiguration(e,t){const r=q(),o=n.y1.join(e,r),s=A... method updateHomeConfiguration (line 2) | static async updateHomeConfiguration(e){const t=k.getHomeFolder();retu... method activatePlugin (line 2) | activatePlugin(e,t){this.plugins.set(e,t),void 0!==t.configuration&&th... method importSettings (line 2) | importSettings(e){for(const[t,r]of Object.entries(e))if(null!=r){if(th... method useWithSource (line 2) | useWithSource(e,t,r,A){try{this.use(e,t,r,A)}catch(t){throw t.message+... method use (line 2) | use(e,t,r,{strict:A=!0,overwrite:n=!1}={}){for(const o of Object.keys(... method get (line 2) | get(e){if(!this.values.has(e))throw new Error(`Invalid configuration k... method getSpecial (line 2) | getSpecial(e,{hideSecrets:t=!1,getNativePaths:r=!1}){const A=this.get(... method getSubprocessStreams (line 2) | getSubprocessStreams(e,{header:t,prefix:r,report:n}){let o,i;const s=A... method makeResolver (line 2) | makeResolver(){const e=[];for(const t of this.plugins.values())for(con... method makeFetcher (line 2) | makeFetcher(){const e=[];for(const t of this.plugins.values())for(cons... method getLinkers (line 2) | getLinkers(){const e=[];for(const t of this.plugins.values())for(const... method refreshPackageExtensions (line 2) | async refreshPackageExtensions(){this.packageExtensions=new Map;const ... method normalizePackage (line 2) | normalizePackage(e){const t=f.copyPackage(e);if(null==this.packageExte... method getLimit (line 2) | getLimit(e){return F.getFactoryWithDefault(this.limits,e,()=>u()(this.... method triggerHook (line 2) | async triggerHook(e,...t){for(const r of this.plugins.values()){const ... method triggerMultipleHooks (line 2) | async triggerMultipleHooks(e,t){for(const r of t)await this.triggerHoo... method reduceHook (line 2) | async reduceHook(e,t,...r){let A=t;for(const t of this.plugins.values(... method firstHook (line 2) | async firstHook(e,...t){for(const r of this.plugins.values()){const A=... method format (line 2) | format(e,t){return N.pretty(this,e,t)} class i (line 2) | class i extends A.yG{constructor({configuration:e,stdout:t,suggestInstal... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... class l (line 2) | class l{constructor(){this.indent=" ",this.name=null,this.version=null,... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u(e){const t=e.match(/^[ \t]+/m);return t?t[0]:" "} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e){return 65279===e.charCodeAt(0)?e.slice(1):e} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e){return e.replace(/\\/g,"/")} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(e,{yamlCompatibilityMode:t}){return t?a.tryParseOptionalBoole... function n (line 2) | function n(e){return"YN"+e.toString(10).padStart(4,"0")} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class n (line 2) | class n{constructor(e){this.resolvers=e.filter(e=>e)}supportsDescriptor(... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function c (line 2) | function c(){} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | function g(e,t,r,A,n){for(var o=0,i=t.length,s=0,a=0;oObject.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function o (line 2) | function o(e){return A?(setTimeout((function(){A(void 0,e)}),0),!0):e} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function p (line 2) | function p(){for(var r=-1*a;r<=a;r+=2){var A=void 0,c=u[r-1],h=u[r+1],p=... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function I (line 2) | function I(e){return(I="function"==typeof Symbol&&"symbol"==typeof Symbo... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||e")+"\n")} method constructor (line 2) | constructor(e,{configuration:t}){this.resolutionAliases=new Map,this.w... method find (line 2) | static async find(e,t){var r,o,i;if(!e.projectCwd)throw new s.UsageErr... method generateBuildStateFile (line 2) | static generateBuildStateFile(e,t){let r="# Warning: This file is auto... method setupResolutions (line 2) | async setupResolutions(){this.storedResolutions=new Map,this.storedDes... method setupWorkspaces (line 2) | async setupWorkspaces(){this.workspaces=[],this.workspacesByCwd=new Ma... method addWorkspace (line 2) | async addWorkspace(e){const t=new z.j(e,{project:this});await t.setup(... method topLevelWorkspace (line 2) | get topLevelWorkspace(){return this.getWorkspaceByCwd(this.cwd)} method tryWorkspaceByCwd (line 2) | tryWorkspaceByCwd(e){n.y1.isAbsolute(e)||(e=n.y1.resolve(this.cwd,e)),... method getWorkspaceByCwd (line 2) | getWorkspaceByCwd(e){const t=this.tryWorkspaceByCwd(e);if(!t)throw new... method tryWorkspaceByFilePath (line 2) | tryWorkspaceByFilePath(e){let t=null;for(const r of this.workspaces){n... method getWorkspaceByFilePath (line 2) | getWorkspaceByFilePath(e){const t=this.tryWorkspaceByFilePath(e);if(!t... method tryWorkspaceByIdent (line 2) | tryWorkspaceByIdent(e){const t=this.workspacesByIdent.get(e.identHash)... method getWorkspaceByIdent (line 2) | getWorkspaceByIdent(e){const t=this.tryWorkspaceByIdent(e);if(!t)throw... method tryWorkspaceByDescriptor (line 2) | tryWorkspaceByDescriptor(e){const t=this.tryWorkspaceByIdent(e);return... method getWorkspaceByDescriptor (line 2) | getWorkspaceByDescriptor(e){const t=this.tryWorkspaceByDescriptor(e);i... method tryWorkspaceByLocator (line 2) | tryWorkspaceByLocator(e){O.isVirtualLocator(e)&&(e=O.devirtualizeLocat... method getWorkspaceByLocator (line 2) | getWorkspaceByLocator(e){const t=this.tryWorkspaceByLocator(e);if(!t)t... method refreshWorkspaceDependencies (line 2) | refreshWorkspaceDependencies(){for(const e of this.workspaces){const t... method forgetResolution (line 2) | forgetResolution(e){const t=e=>{this.storedResolutions.delete(e),this.... method forgetTransientResolutions (line 2) | forgetTransientResolutions(){const e=this.configuration.makeResolver()... method forgetVirtualResolutions (line 2) | forgetVirtualResolutions(){for(const e of this.storedPackages.values()... method getDependencyMeta (line 2) | getDependencyMeta(e,t){const r={},A=this.topLevelWorkspace.manifest.de... method findLocatorForLocation (line 2) | async findLocatorForLocation(e,{strict:t=!1}={}){const r=new q.$,A=thi... method resolveEverything (line 2) | async resolveEverything(e){if(!this.workspacesByCwd||!this.workspacesB... method fetchEverything (line 2) | async fetchEverything({cache:e,report:t,fetcher:r}){const A=r||this.co... method linkEverything (line 2) | async linkEverything({cache:e,report:t,fetcher:r,skipBuild:o}){var s;c... method install (line 2) | async install(e){var t,r;const i=this.configuration.get("nodeLinker");... method generateLockfile (line 2) | generateLockfile(){const e=new Map;for(const[t,r]of this.storedResolut... method persistLockfile (line 2) | async persistLockfile(){const e=n.y1.join(this.cwd,this.configuration.... method persistInstallStateFile (line 2) | async persistInstallStateFile(){const e=[];for(const t of Object.value... method restoreInstallState (line 2) | async restoreInstallState({restoreInstallersCustomData:e=!0,restoreRes... method applyLightResolution (line 2) | async applyLightResolution(){await this.resolveEverything({lockfileOnl... method persist (line 2) | async persist(){await this.persistLockfile();for(const e of this.works... method cacheCleanup (line 2) | async cacheCleanup({cache:e,report:t}){const r=new Set([".gitignore"])... class a (line 2) | class a{supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class i (line 2) | class i extends Error{constructor(e,t,r){super(t),this.reportExtra=r,thi... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... class s (line 2) | class s{constructor(){this.reportedInfos=new Set,this.reportedWarnings=n... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function d (line 2) | function d(e,{configuration:t,json:r}){const A=null===e?0:e,n=(0,o.i)(A)... function C (line 2) | function C(e,{configuration:t,json:r}){const A=d(e,{configuration:t,json... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} class f (line 2) | class f extends i.yG{constructor({configuration:e,stdout:t,json:r=!1,inc... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} class a (line 2) | class a{constructor(e,t){this.values=new Map,this.hits=new Map,this.enum... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class n (line 2) | class n extends A.yG{reportCacheHit(e){}reportCacheMiss(e){}startTimerSy... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class s (line 2) | class s{supports(e){return!!e.reference.startsWith("virtual:")}getLocalP... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class h (line 2) | class h{constructor(e,{project:t}){this.workspacesCwds=new Set,this.depe... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... class n (line 2) | class n{supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function s (line 2) | function s(e){return null!==e&&"number"==typeof e.fd} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function g (line 2) | async function g(e,t,{cwd:r,env:o=process.env,strict:g=!1,stdin:l=null,s... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | async function l(e,t,{cwd:r,env:A=process.env,encoding:o="utf8",strict:s... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function h (line 2) | function h(e,t){const r=u.get(t);return void 0!==r?128+r:null!=e?e:1} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function o (line 2) | function o(){if("win32"===process.platform){const e=A.cS.toPortablePath(... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 2) | function i(){return A.cS.toPortablePath((0,n.homedir)()||"/usr/local/sha... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e,t){const r=A.y1.relative(t,e);return r&&!r.startsWith("..")... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function I (line 2) | function I(e,t){return[t,e]} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e,t,r,{separator:A=", "}={}){return[...t].map(t=>y(e,t,r)).jo... function w (line 2) | function w(e,t){if(null===e)return null;if(Object.prototype.hasOwnProper... function Q (line 2) | function Q(e){return{Check:B(e,"✓","green"),Cross:B(e,"✘","red"),Questio... function b (line 2) | function b(e,{configuration:t}){const r=t.get("logFilters"),A=new Map,n=... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function a (line 2) | function a(...e){const t=(0,o.createHash)("sha512");for(const r of e)t.u... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 2) | function c(e){return new Promise((t,r)=>{const n=(0,o.createHash)("sha51... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | async function g(e,{cwd:t}){const r=(await s()(e,{cwd:n.cS.fromPortableP... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function p (line 2) | function p(e){const t=new c.URL(e),r={host:t.hostname,headers:{}};return... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(e,t){const r=[...t.configuration.get("networkSettings")].sort... function f (line 2) | async function f(e,t,{configuration:n,headers:o,json:i,jsonRequest:g=i,j... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | async function I(e,{configuration:t,json:r,jsonResponse:A=r,...n}){let o... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function a (line 2) | function a(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 2) | function c(e){} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | function g(e){throw new Error(`Assertion failed: Unexpected object '${e}... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | function l(e,t){if(!Object.values(e).includes(t))throw new Error("Assert... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u(e,t){const r=[];for(const A of e){const e=t(A);e!==h&&r.push(... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function p (line 2) | function p(e,t){for(const r of e){const e=t(r);if(e!==d)return e}} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function C (line 2) | function C(e){return"object"==typeof e&&null!==e} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 2) | function f(e){if(e instanceof Map&&(e=Object.fromEntries(e)),C(e))for(co... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | function I(e,t,r){let A=e.get(t);return void 0===A&&e.set(t,A=r()),A} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | async function m(e,t){if(null==t)return await e();try{return await e()}f... function w (line 2) | async function w(e,t){try{return await e()}catch(e){throw e.message=t(e.... function Q (line 2) | function Q(e,t){try{return e()}catch(e){throw e.message=t(e.message),e}} function D (line 2) | async function D(e){return await new Promise((t,r)=>{const A=[];e.on("er... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... class b (line 2) | class b extends s.Transform{constructor(){super(...arguments),this.chunk... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} class v (line 2) | class v extends s.Transform{constructor(e=Buffer.alloc(0)){super(),this.... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 2) | function S(e){return"undefined"!=typeof require?require(e):r(32178)(e)} method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | function k(t){const n=A.cS.fromPortablePath(t),o=r.c[n];let i;delete r.c... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | function N(e,t){const r=Array.from(e);Array.isArray(t)||(t=[t]);const A=... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | function F(e){return 0===e.length?null:e.map(e=>`(${i().makeRe(e,{window... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | function K(e,{env:t}){return e.replace(/\${(?[\d\w_]+)(?=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 2) | function R(e){return void 0===e?e:M(e)} method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function x (line 2) | function x(e){try{return R(e)}catch(e){return null}} method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function D (line 2) | async function D(e,t,r,A=[]){"win32"===process.platform&&await Promise.a... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | async function b({project:e,binFolder:t,lifecycleScript:r}){const A={};f... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function S (line 2) | async function S(e,t,{configuration:r,report:o,workspace:i=null}){await ... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | async function k(e,t,{project:r}){const A=r.storedPackages.get(e.locator... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | async function N(e,t,r,{cwd:A,project:n,stdin:o,stdout:i,stderr:a}){retu... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | async function F(e,t,r,{cwd:A,project:n,stdin:o,stdout:i,stderr:a}){retu... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | async function K(e,{project:t,binFolder:r,cwd:A,lifecycleScript:s}){cons... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 2) | function R(e,t){return e.manifest.scripts.has(t)} method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function x (line 2) | async function x(e,t,{cwd:r,report:A}){const{configuration:o}=e.project;... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function L (line 2) | async function L(e,t,r){R(e,t)&&await x(e,t,r)} method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function P (line 2) | async function P(e,{project:t}){const r=t.configuration,A=new Map,o=t.st... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1,this.all=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function O (line 2) | async function O(e){return await P(e.anchoredLocator,{project:e.project})} method constructor (line 2) | constructor(){super(...arguments),this.installIfNeeded=!1,this.dryRun=... method execute (line 2) | async execute(){const e=await p.VK.find(this.context.cwd,this.context.... function U (line 2) | async function U(e,t,r,{cwd:A,project:o,stdin:i,stdout:a,stderr:c,nodeAr... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function T (line 2) | async function T(e,t,r,{cwd:A,stdin:n,stdout:o,stderr:i}){return await U... method constructor (line 2) | constructor(){this.resolutions=null} method setup (line 2) | async setup(e,{report:t}){const r=n.y1.join(e.cwd,e.configuration.get(... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.resolutions&&this.resolutions.has... method supportsLocator (line 2) | supportsLocator(e,t){return!1} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("Assertion failed: This r... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){if(!this.resolutions)throw new Error("Asser... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){throw new Error("Assertion failed: This resolver do... method constructor (line 17) | constructor(e){super(),this.contexts=e,this.commands=[]} method from (line 17) | static from(e,t){const r=new T(t);r.path=e.path;for(const t of e.optio... method execute (line 17) | async execute(){let e=this.commands;if(void 0!==this.index&&this.index... function o (line 2) | function o(e,t,r=!1){let A,o;try{A=new(n().Range)(t,{includePrerelease:!... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function s (line 2) | function s(e){if(-1!==e.indexOf(":"))return null;let t=i.get(e);if(void ... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function u (line 2) | function u(e,t){if(null==e?void 0:e.startsWith("@"))throw new Error("Inv... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e,t){return{identHash:e.identHash,scope:e.scope,name:e.name,d... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e,t){return{identHash:e.identHash,scope:e.scope,name:e.name,l... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(e){return{identHash:e.identHash,scope:e.scope,name:e.name}} function C (line 2) | function C(e){return{identHash:e.identHash,scope:e.scope,name:e.name,loc... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 2) | function f(e){return{identHash:e.identHash,scope:e.scope,name:e.name,des... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | function I(e){return{identHash:e.identHash,scope:e.scope,name:e.name,loc... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e,t){if(t.includes("#"))throw new Error("Invalid entropy");re... function w (line 2) | function w(e){return e.range.startsWith("virtual:")} function Q (line 2) | function Q(e){return e.reference.startsWith("virtual:")} function D (line 2) | function D(e){if(!w(e))throw new Error("Not a virtual descriptor");retur... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | function b(e){if(!Q(e))throw new Error("Not a virtual descriptor");retur... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 2) | function v(e,t){return e.range.includes("::")?e:h(e,`${e.range}::${o().s... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 2) | function S(e,t){return e.reference.includes("::")?e:p(e,`${e.reference}:... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 2) | function k(e,t){return e.identHash===t.identHash} method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 2) | function N(e,t){return e.descriptorHash===t.descriptorHash} method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | function F(e,t){return e.locatorHash===t.locatorHash} method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function K (line 2) | function K(e,t){if(!Q(e))throw new Error("Invalid package type");if(!Q(t... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 2) | function R(e){const t=e.match(/^(?:@([^/]+?)\/)?([^/]+)$/);if(!t)return ... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function x (line 2) | function x(e,t=!1){const r=L(e,t);if(!r)throw new Error(`Invalid descrip... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function L (line 2) | function L(e,t=!1){const r=t?e.match(/^(?:@([^/]+?)\/)?([^/]+?)(?:@(.+))... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function P (line 2) | function P(e,t=!1){const r=O(e,t);if(!r)throw new Error(`Invalid locator... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1,this.all=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function O (line 2) | function O(e,t=!1){const r=t?e.match(/^(?:@([^/]+?)\/)?([^/]+?)(?:@(.+))... method constructor (line 2) | constructor(){super(...arguments),this.installIfNeeded=!1,this.dryRun=... method execute (line 2) | async execute(){const e=await p.VK.find(this.context.cwd,this.context.... function U (line 2) | function U(e,t){const r=e.match(/^([^#:]*:)?((?:(?!::)[^#])*)(?:#((?:(?!... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function T (line 2) | function T(e,{protocol:t}){const{selector:r,params:A}=U(e,{requireProtoc... method constructor (line 2) | constructor(){this.resolutions=null} method setup (line 2) | async setup(e,{report:t}){const r=n.y1.join(e.cwd,e.configuration.get(... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.resolutions&&this.resolutions.has... method supportsLocator (line 2) | supportsLocator(e,t){return!1} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("Assertion failed: This r... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){if(!this.resolutions)throw new Error("Asser... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){throw new Error("Assertion failed: This resolver do... method constructor (line 17) | constructor(e){super(),this.contexts=e,this.commands=[]} method from (line 17) | static from(e,t){const r=new T(t);r.path=e.path;for(const t of e.optio... method execute (line 17) | async execute(){let e=this.commands;if(void 0!==this.index&&this.index... function j (line 2) | function j(e){return e=(e=(e=e.replace(/%/g,"%25")).replace(/:/g,"%3A"))... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.unsafe=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!t.project.storedResolutions.get(e.desc... method supportsLocator (line 2) | supportsLocator(e,t){return!!t.project.originalPackages.has(e.locatorH... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("The shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=r.project.originalPackages.get(O.conv... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.originalPackages.get(e.locatorHas... function Y (line 2) | function Y({protocol:e,source:t,selector:r,params:A}){let n="";return nu... method constructor (line 2) | constructor(){super(...arguments),this.tag="latest",this.tolerateRepub... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 17) | constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,enableCo... method from (line 17) | static from(e,t={}){const r=new Y(t);for(const t of e)r.register(t);re... method register (line 17) | register(e){const t=this.builder.command();this.registrations.set(e,t.... method process (line 17) | process(e){const{contexts:t,process:r}=this.builder.compile(),A=r(e);s... method run (line 17) | async run(e,t){let r,A;if(Array.isArray(e))try{r=this.process(e)}catch... method runExit (line 17) | async runExit(e,t){process.exitCode=await this.run(e,t)} method suggest (line 17) | suggest(e,t){const{contexts:r,process:A,suggest:n}=this.builder.compil... method definitions (line 17) | definitions({colored:e=!1}={}){const t=[];for(const[r,A]of this.regist... method usage (line 17) | usage(e=null,{colored:t,detailed:r=!1,prefix:A="$ "}={}){const n=null!... method error (line 17) | error(e,{colored:t,command:r=null}={}){e instanceof Error||(e=new Erro... method getUsageByRegistration (line 17) | getUsageByRegistration(e,t){const r=this.registrations.get(e);if(void ... method getUsageByIndex (line 17) | getUsageByIndex(e,t){return this.builder.getBuilderByIndex(e).usage(t)} method format (line 17) | format(e=this.enableColors){return e?P:O} function G (line 2) | function G(e){const{params:t,protocol:r,source:A,selector:n}=U(e);for(co... function H (line 2) | function H(e){return e.scope?`@${e.scope}/${e.name}`:""+e.name} method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function J (line 2) | function J(e){return e.scope?`@${e.scope}/${e.name}`:""+e.name} method constructor (line 2) | constructor(e){this.opts=e,this.localStore=new Map,this.customData={st... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"NodeModulesInstaller",... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){var r;const A=o.y1.resolve(t.packageFs.getRe... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.localStore.get(e.lo... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){throw new Error("External dependen... method finalizeInstall (line 2) | async finalizeInstall(){if("node-modules"!==this.opts.project.configur... method constructor (line 2) | constructor(e){this.resolver=e} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return this.resolver.supportsDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return this.resolver.supportsLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.resolver.shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.resolver.bindDescriptor(e,t,r)} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.resolver.getResolutionDepen... method getCandidates (line 2) | async getCandidates(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method resolve (line 2) | async resolve(e,t){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"This pac... function q (line 2) | function q(e){return e.scope?`@${e.scope}/${e.name}@${e.range}`:`${e.nam... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function z (line 2) | function z(e){return e.scope?`@${e.scope}/${e.name}@${e.reference}`:`${e... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.why=!1,this.jso... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function W (line 2) | function W(e){return null!==e.scope?`@${e.scope}-${e.name}`:e.name} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e){this.projectCwd=null,this.plugins=new Map,this.settings... method create (line 2) | static create(e,t,r){const A=new W(e);void 0===t||t instanceof Map||(A... method find (line 2) | static async find(e,t,{lookup:r=z.LOCKFILE,strict:o=!0,usePath:i=!1,us... method findRcFiles (line 2) | static async findRcFiles(e){const t=q(),r=[];let o=e,s=null;for(;o!==s... method findHomeRcFile (line 2) | static async findHomeRcFile(){const e=q(),t=k.getHomeFolder(),r=n.y1.j... method findProjectCwd (line 2) | static async findProjectCwd(e,t){let r=null,o=e,i=null;for(;o!==i;){if... method updateConfiguration (line 2) | static async updateConfiguration(e,t){const r=q(),o=n.y1.join(e,r),s=A... method updateHomeConfiguration (line 2) | static async updateHomeConfiguration(e){const t=k.getHomeFolder();retu... method activatePlugin (line 2) | activatePlugin(e,t){this.plugins.set(e,t),void 0!==t.configuration&&th... method importSettings (line 2) | importSettings(e){for(const[t,r]of Object.entries(e))if(null!=r){if(th... method useWithSource (line 2) | useWithSource(e,t,r,A){try{this.use(e,t,r,A)}catch(t){throw t.message+... method use (line 2) | use(e,t,r,{strict:A=!0,overwrite:n=!1}={}){for(const o of Object.keys(... method get (line 2) | get(e){if(!this.values.has(e))throw new Error(`Invalid configuration k... method getSpecial (line 2) | getSpecial(e,{hideSecrets:t=!1,getNativePaths:r=!1}){const A=this.get(... method getSubprocessStreams (line 2) | getSubprocessStreams(e,{header:t,prefix:r,report:n}){let o,i;const s=A... method makeResolver (line 2) | makeResolver(){const e=[];for(const t of this.plugins.values())for(con... method makeFetcher (line 2) | makeFetcher(){const e=[];for(const t of this.plugins.values())for(cons... method getLinkers (line 2) | getLinkers(){const e=[];for(const t of this.plugins.values())for(const... method refreshPackageExtensions (line 2) | async refreshPackageExtensions(){this.packageExtensions=new Map;const ... method normalizePackage (line 2) | normalizePackage(e){const t=f.copyPackage(e);if(null==this.packageExte... method getLimit (line 2) | getLimit(e){return F.getFactoryWithDefault(this.limits,e,()=>u()(this.... method triggerHook (line 2) | async triggerHook(e,...t){for(const r of this.plugins.values()){const ... method triggerMultipleHooks (line 2) | async triggerMultipleHooks(e,t){for(const r of t)await this.triggerHoo... method reduceHook (line 2) | async reduceHook(e,t,...r){let A=t;for(const t of this.plugins.values(... method firstHook (line 2) | async firstHook(e,...t){for(const r of this.plugins.values()){const A=... method format (line 2) | format(e,t){return N.pretty(this,e,t)} function X (line 2) | function X(e){const{protocol:t,selector:r}=U(e.reference),n=null!==t?t.r... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function V (line 2) | function V(e,t){return t.scope?`${a.pretty(e,`@${t.scope}/`,a.Type.SCOPE... function _ (line 2) | function _(e){if(e.startsWith("virtual:")){return`${_(e.substr(e.indexOf... function Z (line 2) | function Z(e,t){return""+a.pretty(e,_(t),a.Type.RANGE)} method constructor (line 23) | constructor(e,t,r){var A;if(super(e),Error.captureStackTrace(this,this... function $ (line 2) | function $(e,t){return`${V(e,t)}${a.pretty(e,"@",a.Type.RANGE)}${Z(e,t.r... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e){super(`Redirected ${e.options.maxRedirects} times. Abor... function ee (line 2) | function ee(e,t){return""+a.pretty(e,_(t),a.Type.REFERENCE)} method constructor (line 23) | constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage... function te (line 2) | function te(e,t){return`${V(e,t)}${a.pretty(e,"@",a.Type.REFERENCE)}${ee... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.strategy=W.HIG... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method makeInstaller (line 2) | makeInstaller(e){return new re(e)} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="CacheError"} function re (line 2) | function re(e){return`${J(e)}@${_(e.reference)}`} method execute (line 2) | async execute(){const{plugins:e}=await s.VK.find(this.context.cwd,this... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="UploadError"} function Ae (line 2) | function Ae(e){return g.sortMap(e,[e=>J(e),e=>e.range])} method execute (line 2) | async execute(){this.context.stdout.write(this.cli.usage(null))} method constructor (line 23) | constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.... function ne (line 2) | function ne(e,t){return V(e,t.locator)} method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){if(this.leadingArgument.match(/[\\/]/)&&!d.tryParseIde... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="ReadError"} function oe (line 2) | function oe(e,t,r){const A=w(t)?D(t):t;return null===r?`${l.prettyDescri... method constructor (line 23) | constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),... function ie (line 2) | function ie(e,t,r){return null===r?""+te(e,t):`${te(e,t)} (via ${l.prett... method execute (line 2) | async execute(){this.context.stdout.write((oe.o||"")+"\n")} method constructor (line 2) | constructor(e,{configuration:t}){this.resolutionAliases=new Map,this.w... method find (line 2) | static async find(e,t){var r,o,i;if(!e.projectCwd)throw new s.UsageErr... method generateBuildStateFile (line 2) | static generateBuildStateFile(e,t){let r="# Warning: This file is auto... method setupResolutions (line 2) | async setupResolutions(){this.storedResolutions=new Map,this.storedDes... method setupWorkspaces (line 2) | async setupWorkspaces(){this.workspaces=[],this.workspacesByCwd=new Ma... method addWorkspace (line 2) | async addWorkspace(e){const t=new z.j(e,{project:this});await t.setup(... method topLevelWorkspace (line 2) | get topLevelWorkspace(){return this.getWorkspaceByCwd(this.cwd)} method tryWorkspaceByCwd (line 2) | tryWorkspaceByCwd(e){n.y1.isAbsolute(e)||(e=n.y1.resolve(this.cwd,e)),... method getWorkspaceByCwd (line 2) | getWorkspaceByCwd(e){const t=this.tryWorkspaceByCwd(e);if(!t)throw new... method tryWorkspaceByFilePath (line 2) | tryWorkspaceByFilePath(e){let t=null;for(const r of this.workspaces){n... method getWorkspaceByFilePath (line 2) | getWorkspaceByFilePath(e){const t=this.tryWorkspaceByFilePath(e);if(!t... method tryWorkspaceByIdent (line 2) | tryWorkspaceByIdent(e){const t=this.workspacesByIdent.get(e.identHash)... method getWorkspaceByIdent (line 2) | getWorkspaceByIdent(e){const t=this.tryWorkspaceByIdent(e);if(!t)throw... method tryWorkspaceByDescriptor (line 2) | tryWorkspaceByDescriptor(e){const t=this.tryWorkspaceByIdent(e);return... method getWorkspaceByDescriptor (line 2) | getWorkspaceByDescriptor(e){const t=this.tryWorkspaceByDescriptor(e);i... method tryWorkspaceByLocator (line 2) | tryWorkspaceByLocator(e){O.isVirtualLocator(e)&&(e=O.devirtualizeLocat... method getWorkspaceByLocator (line 2) | getWorkspaceByLocator(e){const t=this.tryWorkspaceByLocator(e);if(!t)t... method refreshWorkspaceDependencies (line 2) | refreshWorkspaceDependencies(){for(const e of this.workspaces){const t... method forgetResolution (line 2) | forgetResolution(e){const t=e=>{this.storedResolutions.delete(e),this.... method forgetTransientResolutions (line 2) | forgetTransientResolutions(){const e=this.configuration.makeResolver()... method forgetVirtualResolutions (line 2) | forgetVirtualResolutions(){for(const e of this.storedPackages.values()... method getDependencyMeta (line 2) | getDependencyMeta(e,t){const r={},A=this.topLevelWorkspace.manifest.de... method findLocatorForLocation (line 2) | async findLocatorForLocation(e,{strict:t=!1}={}){const r=new q.$,A=thi... method resolveEverything (line 2) | async resolveEverything(e){if(!this.workspacesByCwd||!this.workspacesB... method fetchEverything (line 2) | async fetchEverything({cache:e,report:t,fetcher:r}){const A=r||this.co... method linkEverything (line 2) | async linkEverything({cache:e,report:t,fetcher:r,skipBuild:o}){var s;c... method install (line 2) | async install(e){var t,r;const i=this.configuration.get("nodeLinker");... method generateLockfile (line 2) | generateLockfile(){const e=new Map;for(const[t,r]of this.storedResolut... method persistLockfile (line 2) | async persistLockfile(){const e=n.y1.join(this.cwd,this.configuration.... method persistInstallStateFile (line 2) | async persistInstallStateFile(){const e=[];for(const t of Object.value... method restoreInstallState (line 2) | async restoreInstallState({restoreInstallersCustomData:e=!0,restoreRes... method applyLightResolution (line 2) | async applyLightResolution(){await this.resolveEverything({lockfileOnl... method persist (line 2) | async persist(){await this.persistLockfile();for(const e of this.works... method cacheCleanup (line 2) | async cacheCleanup({cache:e,report:t}){const r=new Set([".gitignore"])... function se (line 2) | function se(e){return"node_modules/"+H(e)} method constructor (line 23) | constructor(e,r={},A){super({autoDestroy:!1,highWaterMark:0}),this[R]=... method normalizeArguments (line 23) | static normalizeArguments(e,r,n){var o,s,a,c,g;const l=r;if(C.default.... method _lockWrite (line 23) | _lockWrite(){const e=()=>{throw new TypeError("The payload has been al... method _unlockWrite (line 23) | _unlockWrite(){this.write=super.write,this.end=super.end} method _finalizeBody (line 23) | async _finalizeBody(){const{options:e}=this,{headers:r}=e,A=!C.default... method _onResponseBase (line 23) | async _onResponseBase(e){const{options:t}=this,{url:r}=t;this[q]=e,t.d... method _onResponse (line 23) | async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._... method _onRequest (line 23) | _onRequest(e){const{options:t}=this,{timeout:r,url:A}=t;g.default(e),t... method _createCacheableRequest (line 23) | async _createCacheableRequest(e,t){return new Promise((r,A)=>{let n;Ob... method _makeRequest (line 23) | async _makeRequest(){var e,t,r,A,n;const{options:o}=this,{headers:i}=o... method _error (line 23) | async _error(e){try{for(const t of this.options.hooks.beforeError)e=aw... method _beforeError (line 23) | _beforeError(e){if(this[Y])return;const{options:t}=this,r=this.retryCo... method _read (line 23) | _read(){this[G]=!0;const e=this[K];if(e&&!this[Y]){let t;for(e.readabl... method _write (line 23) | _write(e,t,r){const A=()=>{this._writeRequest(e,t,r)};this.requestInit... method _writeRequest (line 23) | _writeRequest(e,t,r){this[F].destroyed||(this._progressCallbacks.push(... method _final (line 23) | _final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._... method _destroy (line 23) | _destroy(e,t){var r;this[Y]=!0,clearTimeout(this[z]),F in this&&(this[... method _isAboutToError (line 23) | get _isAboutToError(){return this[Y]} method ip (line 23) | get ip(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket.r... method aborted (line 23) | get aborted(){var e,t,r;return(null!==(t=null===(e=this[F])||void 0===... method socket (line 23) | get socket(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket} method downloadProgress (line 23) | get downloadProgress(){let e;return e=this[M]?this[R]/this[M]:this[M]=... method uploadProgress (line 23) | get uploadProgress(){let e;return e=this[x]?this[L]/this[x]:this[x]===... method timings (line 23) | get timings(){var e;return null===(e=this[F])||void 0===e?void 0:e.tim... method isFromCache (line 23) | get isFromCache(){return this[U]} method pipe (line 23) | pipe(e,t){if(this[j])throw new Error("Failed to pipe. The response has... method unpipe (line 23) | unpipe(e){return e instanceof a.ServerResponse&&this[P].delete(e),supe... function h (line 2) | async function h(e,{baseFs:t=new A.S,prefixPath:r=n.LZ.root,compressionL... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | async function p(e,t){const r=await i.xfs.mktempPromise(),A=n.y1.join(r,... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | async function d(e,t,{stripComponents:r=0,prefixPath:A=n.LZ.dot}={}){con... function o (line 2) | function o(e,{configuration:t}){const r={},A=(e,r)=>{const o=Array.isArr... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 2) | function i(e){const t=e=>{var r;if(void 0===e.children){if(void 0===e.va... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e,{configuration:t,stdout:r,json:A}){a({children:e.map(e=>({v... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(e,{configuration:t,stdout:r,json:n,separators:s=0}){var a;if(... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class n (line 2) | class n extends A.p{constructor(e,{baseFs:t,pathUtils:r}){super(r),this.... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class i (line 2) | class i extends n.p{constructor(e,{baseFs:t=new A.S}={}){super(o.y1),thi... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function a (line 2) | async function a(e,t,r,A,n,c,g,l){var u,h;const p=await async function(e... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class c (line 2) | class c{constructor(e){this.pathUtils=e}async*genTraversePromise(e,{stab... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... class g (line 2) | class g extends c{constructor(){super(i.y1)}} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | function l(e,t){return t.replace(/\r?\n/g,function(e){const t=e.match(/\... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} class s (line 2) | class s extends n.p{constructor(e,{baseFs:t=new A.S}={}){super(o.y1),thi... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class n (line 2) | class n extends A.p{constructor(e,t){super(t),this.instance=null,this.fa... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class a (line 2) | class a extends o.fS{constructor(e=n()){super(),this.realFs=e,void 0!==t... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class o (line 2) | class o extends A.p{constructor(e){super(n.cS),this.baseFs=e}mapFromBase... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} class n (line 2) | class n extends A.uY{getExtractHint(e){return this.baseFs.getExtractHint... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class c (line 2) | class c extends n.p{constructor({baseFs:e=new A.S}={}){super(o.y1),this.... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... class f (line 2) | class f extends a.fS{constructor(e,t){super(),this.lzSource=null,this.li... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} class l (line 2) | class l extends n.fS{constructor({libzip:e,baseFs:t=new o.S,filter:r=nul... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} class n (line 2) | class n{constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... method [Symbol.asyncIterator] (line 2) | async*[Symbol.asyncIterator](){try{let e;for(;null!==(e=await this.read(... function o (line 2) | function o(e,t,r,A){return new n(t,()=>{const A=r.shift();return void 0=... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function s (line 2) | function s(e,t){if(e!==t)throw new Error(`Invalid StatWatcher status: ex... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class a (line 2) | class a extends o.EventEmitter{constructor(e,t,{bigint:r=!1}={}){super()... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function g (line 2) | function g(e,t,r,A){let n,o,i,s;switch(typeof r){case"function":n=!1,o=!... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | function l(e,t,r){const A=c.get(e);if(void 0===A)return;const n=A.get(t)... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u(e){const t=c.get(e);if(void 0!==t)for(const r of t.keys())l(e... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function A (line 2) | function A(e,t){return Object.assign(new Error(`${e}: ${t}`),{code:e})} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function n (line 2) | function n(e){return A("EBUSY",e)} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 2) | function o(e,t){return A("ENOSYS",`${e}, ${t}`)} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 2) | function i(e){return A("EINVAL","invalid argument, "+e)} method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e){return A("EBADF","bad file descriptor, "+e)} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(e){return A("ENOENT","no such file or directory, "+e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 2) | function c(e){return A("ENOTDIR","not a directory, "+e)} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | function g(e){return A("EISDIR","illegal operation on a directory, "+e)} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | function l(e){return A("EEXIST","file already exists, "+e)} method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u(e){return A("EROFS","read-only filesystem, "+e)} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e){return A("ENOTEMPTY","directory not empty, "+e)} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e){return A("EOPNOTSUPP","operation not supported, "+e)} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(){return A("ERR_DIR_CLOSED","Directory handle was closed")} class C (line 2) | class C extends Error{constructor(e,t){super(e),this.name="Libzip Error"... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} class f (line 2) | class f extends g.uY{constructor(){super(s.y1)}getExtractHint(){throw C(... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function m (line 2) | function m(e){const t=s.cS.toPortablePath(n().tmpdir()),r=Math.ceil(4294... function w (line 2) | function w(e,t){const r=new Set(["accessSync","appendFileSync","createRe... function Q (line 2) | function Q(e,t){const r=Object.create(e);return w(r,t),r} function v (line 2) | function v(){b||(b=!0,process.once("exit",()=>{S.rmtempSync()}))} method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} method detachTemp (line 2) | detachTemp(e){D.delete(e)} method mktempSync (line 2) | mktempSync(e){for(v();;){const t=m("xfs-");try{this.mkdirSync(t)}catch(e... method mktempPromise (line 2) | async mktempPromise(e){for(v();;){const t=m("xfs-");try{await this.mkdir... method rmtempPromise (line 2) | async rmtempPromise(){await Promise.all(Array.from(D.values()).map(async... method rmtempSync (line 2) | rmtempSync(){for(const e of D)try{S.removeSync(e),D.delete(e)}catch(e){}} function d (line 2) | function d(e){if("win32"!==process.platform)return e;if(e.match(h))e=e.r... function C (line 2) | function C(e){return"win32"!==process.platform?e:(e.match(l)?e=e.replace... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 2) | function f(e,t){return e===a?d(t):C(t)} method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | function I(e){if(""!==a.parse(e).dir||""!==c.parse(e).dir)throw new Erro... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||ee)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class o (line 2) | class o{constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,thi... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 2) | function i(){return Object.assign(new o,{uid:0,gid:0,size:0,blksize:0,at... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(){return Object.assign(i(),{nlink:0,blocks:0,mode:0})} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(e,t){return e.atimeMs===t.atimeMs&&(e.birthtimeMs===t.birthti... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function i (line 2) | function i(){var e;return null===o&&(e=r(3368),o={get HEAP8(){return e.H... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | async function s(){return i()} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function n (line 2) | function n(e,t={isGlobPattern:()=>!1}){try{return(0,A.parse)(e,t)}catch(... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function i (line 2) | function i(e){const t=e.match(/^\*{1,2}\/(.*)/);if(t)throw new Error(`Th... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e){let t="";return e.from&&(t+=e.from.fullName,e.from.descrip... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class u (line 2) | class u{constructor(e){this.data=e}} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e){return e.match(g)?e:JSON.stringify(e)} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e,t,r){if(null===e)return"null\n";if("number"==typeof e||"boo... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(e){try{const t=p(e,0,!1);return"\n"!==t?t:""}catch(e){throw e... function f (line 2) | function f(e){if(C.test(e))return function(e){return e.endsWith("\n")||(... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | function I(e){return f(e)} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||e0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e,t,r){const{collapsed:A}=o[t];return Array.isArray(e)?A?func... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(e){return s(e,n.TOP_LEVEL,"")} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 2) | function c(e,t){const r=Array.from(e);Array.isArray(t)||(t=[t]);const A=... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | function g(e){const t=new Map,r=c(e.fallbackExclusionList||[],[({name:e,... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | function l(e){return c(e.fallbackPool||[],([e])=>e)} method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u(e){const t=[];for(const[r,A]of c(e.packageRegistry,([e])=>nul... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e){return c(e.blacklistedLocations||[],e=>e)} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e){return{__info:["This file is automatically generated. Do n... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function f (line 2) | function f(e,t){return[e?e+"\n":"","/* eslint-disable */\n\n","try {\n",... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | function I(e){return JSON.stringify(e,null,2)} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||e... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... class c (line 2) | class c extends Error{constructor(e){super(e),this.name="ShellError"}} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function B (line 2) | function B(e){if(!f().scan(e,I).isGlob)return!1;try{f().parse(e,I)}catch... function y (line 2) | function y(e,{cwd:t,baseFs:r}){return h()(e,{...E,cwd:n.cS.fromPortableP... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e){return f().scan(e,I).isBrace} function b (line 2) | function b(){} method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} class S (line 2) | class S{constructor(e){this.stream=e}close(){}get(){return this.stream}} method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} class k (line 2) | class k{constructor(){this.stream=null}close(){if(null===this.stream)thr... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... class N (line 2) | class N{constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=nu... method constructor (line 2) | constructor(e,t){this.stdin=null,this.stdout=null,this.stderr=null,thi... method start (line 2) | static start(e,{stdin:t,stdout:r,stderr:A}){const n=new N(null,e);retu... method pipeTo (line 2) | pipeTo(e,t=w.STDOUT){const r=new N(this,e),A=new k;return r.pipe=A,r.s... method exec (line 2) | async exec(){const e=["ignore","ignore","ignore"];if(this.pipe)e[0]="p... method run (line 2) | async run(){const e=[];for(let t=this;t;t=t.ancestor)e.push(t.exec());... function F (line 2) | function F(e,t){return N.start(e,t)} method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... function M (line 2) | function M(e,t,r){const A=new a.PassThrough({autoDestroy:!0});switch(e){... method constructor (line 2) | constructor(){super(...arguments),this.packages=[],this.json=!1,this.e... method execute (line 2) | async execute(){var e;const t=await s.VK.find(this.context.cwd,this.co... method constructor (line 2) | constructor(){this.help=!1} method getMeta (line 2) | static getMeta(e){const t=e.constructor;return t.meta=Object.prototype... method resolveMeta (line 2) | static resolveMeta(e){const t=[],r=[];for(let A=e;A instanceof M;A=A._... method registerDefinition (line 2) | static registerDefinition(e,t){this.getMeta(e).definitions.push(t)} method registerTransformer (line 2) | static registerTransformer(e,t){this.getMeta(e).transformers.push(t)} method addPath (line 2) | static addPath(...e){this.Path(...e)(this.prototype,"execute")} method addOption (line 2) | static addOption(e,t){t(this.prototype,e)} method Path (line 2) | static Path(...e){return(t,r)=>{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 2) | function R(e,t={}){const r={...e,...t};return r.environment={...e.enviro... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method write (line 2) | write(e,t,r){setImmediate(r)} function L (line 2) | async function L(e,t,r){const A=[],n=new a.PassThrough;return n.on("data... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function P (line 2) | async function P(e,t,r){const A=e.map(async e=>{const A=await Y(e.args,t... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1,this.all=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function O (line 2) | function O(e){return e.match(/[^ \r\n\t]+/g)||[]} method constructor (line 2) | constructor(){super(...arguments),this.installIfNeeded=!1,this.dryRun=... method execute (line 2) | async execute(){const e=await p.VK.find(this.context.cwd,this.context.... function U (line 2) | async function U(e,t,r,A,n=A){switch(e.name){case"$":A(String(process.pi... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function j (line 2) | async function j(e,t,r){if("number"===e.type){if(Number.isInteger(e.valu... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.unsafe=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!t.project.storedResolutions.get(e.desc... method supportsLocator (line 2) | supportsLocator(e,t){return!!t.project.originalPackages.has(e.locatorH... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("The shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=r.project.originalPackages.get(O.conv... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.originalPackages.get(e.locatorHas... function Y (line 2) | async function Y(e,t,r){const A=new Map,n=[];let o=[];const i=e=>{o.push... method constructor (line 2) | constructor(){super(...arguments),this.tag="latest",this.tolerateRepub... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 17) | constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,enableCo... method from (line 17) | static from(e,t={}){const r=new Y(t);for(const t of e)r.register(t);re... method register (line 17) | register(e){const t=this.builder.command();this.registrations.set(e,t.... method process (line 17) | process(e){const{contexts:t,process:r}=this.builder.compile(),A=r(e);s... method run (line 17) | async run(e,t){let r,A;if(Array.isArray(e))try{r=this.process(e)}catch... method runExit (line 17) | async runExit(e,t){process.exitCode=await this.run(e,t)} method suggest (line 17) | suggest(e,t){const{contexts:r,process:A,suggest:n}=this.builder.compil... method definitions (line 17) | definitions({colored:e=!1}={}){const t=[];for(const[r,A]of this.regist... method usage (line 17) | usage(e=null,{colored:t,detailed:r=!1,prefix:A="$ "}={}){const n=null!... method error (line 17) | error(e,{colored:t,command:r=null}={}){e instanceof Error||(e=new Erro... method getUsageByRegistration (line 17) | getUsageByRegistration(e,t){const r=this.registrations.get(e);if(void ... method getUsageByIndex (line 17) | getUsageByIndex(e,t){return this.builder.getBuilderByIndex(e).usage(t)} method format (line 17) | format(e=this.enableColors){return e?P:O} function G (line 2) | function G(e,t,r){t.builtins.has(e[0])||(e=["command",...e]);const A=n.c... function H (line 2) | function H(e,t,r){return A=>{const n=new a.PassThrough;return{stdin:n,pr... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function J (line 2) | function J(e,t,r){return A=>({stdin:new a.PassThrough,promise:W(e,t,r)})} method constructor (line 2) | constructor(e){this.opts=e,this.localStore=new Map,this.customData={st... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"NodeModulesInstaller",... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){var r;const A=o.y1.resolve(t.packageFs.getRe... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.localStore.get(e.lo... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){throw new Error("External dependen... method finalizeInstall (line 2) | async finalizeInstall(){if("node-modules"!==this.opts.project.configur... method constructor (line 2) | constructor(e){this.resolver=e} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return this.resolver.supportsDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return this.resolver.supportsLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.resolver.shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.resolver.bindDescriptor(e,t,r)} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.resolver.getResolutionDepen... method getCandidates (line 2) | async getCandidates(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"... method resolve (line 2) | async resolve(e,t){throw new H.lk(P.b.MISSING_LOCKFILE_ENTRY,"This pac... function q (line 2) | function q(e,t,r,A){if(0===t.length)return e;{let n;do{n=String(Math.ran... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.home=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function z (line 2) | async function z(e,t,r){let A;const n=e=>{A=e,r.variables["?"]=String(e)... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.why=!1,this.jso... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function W (line 2) | async function W(e,t,r){let A=0;for(const n of e){if(A=await z(n,t,r),nu... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e){this.projectCwd=null,this.plugins=new Map,this.settings... method create (line 2) | static create(e,t,r){const A=new W(e);void 0===t||t instanceof Map||(A... method find (line 2) | static async find(e,t,{lookup:r=z.LOCKFILE,strict:o=!0,usePath:i=!1,us... method findRcFiles (line 2) | static async findRcFiles(e){const t=q(),r=[];let o=e,s=null;for(;o!==s... method findHomeRcFile (line 2) | static async findHomeRcFile(){const e=q(),t=k.getHomeFolder(),r=n.y1.j... method findProjectCwd (line 2) | static async findProjectCwd(e,t){let r=null,o=e,i=null;for(;o!==i;){if... method updateConfiguration (line 2) | static async updateConfiguration(e,t){const r=q(),o=n.y1.join(e,r),s=A... method updateHomeConfiguration (line 2) | static async updateHomeConfiguration(e){const t=k.getHomeFolder();retu... method activatePlugin (line 2) | activatePlugin(e,t){this.plugins.set(e,t),void 0!==t.configuration&&th... method importSettings (line 2) | importSettings(e){for(const[t,r]of Object.entries(e))if(null!=r){if(th... method useWithSource (line 2) | useWithSource(e,t,r,A){try{this.use(e,t,r,A)}catch(t){throw t.message+... method use (line 2) | use(e,t,r,{strict:A=!0,overwrite:n=!1}={}){for(const o of Object.keys(... method get (line 2) | get(e){if(!this.values.has(e))throw new Error(`Invalid configuration k... method getSpecial (line 2) | getSpecial(e,{hideSecrets:t=!1,getNativePaths:r=!1}){const A=this.get(... method getSubprocessStreams (line 2) | getSubprocessStreams(e,{header:t,prefix:r,report:n}){let o,i;const s=A... method makeResolver (line 2) | makeResolver(){const e=[];for(const t of this.plugins.values())for(con... method makeFetcher (line 2) | makeFetcher(){const e=[];for(const t of this.plugins.values())for(cons... method getLinkers (line 2) | getLinkers(){const e=[];for(const t of this.plugins.values())for(const... method refreshPackageExtensions (line 2) | async refreshPackageExtensions(){this.packageExtensions=new Map;const ... method normalizePackage (line 2) | normalizePackage(e){const t=f.copyPackage(e);if(null==this.packageExte... method getLimit (line 2) | getLimit(e){return F.getFactoryWithDefault(this.limits,e,()=>u()(this.... method triggerHook (line 2) | async triggerHook(e,...t){for(const r of this.plugins.values()){const ... method triggerMultipleHooks (line 2) | async triggerMultipleHooks(e,t){for(const r of t)await this.triggerHoo... method reduceHook (line 2) | async reduceHook(e,t,...r){let A=t;for(const t of this.plugins.values(... method firstHook (line 2) | async firstHook(e,...t){for(const r of this.plugins.values()){const A=... method format (line 2) | format(e,t){return N.pretty(this,e,t)} function X (line 2) | function X(e){switch(e.type){case"variable":return"@"===e.name||"#"===e.... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function V (line 2) | function V(e){switch(e.type){case"redirection":return e.args.some(e=>V(e... function _ (line 2) | function _(e){return e.some(e=>{for(;e;){let t=e.chain;for(;t;){let e;sw... function Z (line 2) | async function Z(e,t=[],{baseFs:r=new o.S,builtins:s={},cwd:c=n.cS.toPor... method constructor (line 23) | constructor(e,t,r){var A;if(super(e),Error.captureStackTrace(this,this... function t (line 2) | function t(){return e.exports=t=Object.assign||function(e){for(var t=1;t... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function n (line 2) | function n(){if("function"!=typeof WeakMap)return null;var e=new WeakMap... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function t (line 2) | function t(r){return"function"==typeof Symbol&&"symbol"==typeof Symbol.i... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function i (line 2) | function i(e={}){return e instanceof o.default?e:new o.default(e)} method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e,t,r){t.fs.readdir(e,{withFileTypes:!0},(A,o)=>{if(null!==A)... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(e,t,r){t.fs.readdir(e,(o,s)=>{if(null!==o)return c(r,o);const... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 2) | function c(e,t){e(t)} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | function g(e,t){e(null,t)} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function i (line 2) | function i(e,t){return t.fs.readdirSync(e,{withFileTypes:!0}).map(r=>{co... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e,t){return t.fs.readdirSync(e).map(r=>{const n=`${e}${t.path... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... method constructor (line 2) | constructor(e={}){this._options=e,this.followSymbolicLinks=this._getValu... method _getValue (line 2) | _getValue(e,t){return void 0===e?t:e} class r (line 2) | class r{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function i (line 2) | function i(e={}){return e instanceof o.default?e:new o.default(e)} method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function r (line 2) | function r(e,t){e(t)} method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 2) | function A(e,t){e(null,t)} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... method constructor (line 2) | constructor(e={}){this._options=e,this.followSymbolicLink=this._getValue... method _getValue (line 2) | _getValue(e,t){return void 0===e?t:e} function s (line 2) | function s(e={}){return e instanceof i.default?e:new i.default(e)} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... method constructor (line 2) | constructor(e,t){this._root=e,this._settings=t,this._reader=new A.defaul... method read (line 2) | read(e){this._reader.onError(t=>{!function(e,t){e(t)}(e,t)}),this._reade... method constructor (line 2) | constructor(e,t){this._root=e,this._settings=t,this._reader=new n.defaul... method read (line 2) | read(){return this._reader.onError(e=>{this._stream.emit("error",e)}),th... method constructor (line 2) | constructor(e,t){this._root=e,this._settings=t,this._reader=new A.defaul... method read (line 2) | read(){return this._reader.read()} class a (line 2) | class a extends s.default{constructor(e,t){super(e,t),this._settings=t,t... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... method constructor (line 2) | constructor(e,t){this._root=e,this._settings=t,this._root=A.replacePathS... class i (line 2) | class i extends o.default{constructor(){super(...arguments),this._scandi... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method constructor (line 2) | constructor(e={}){this._options=e,this.basePath=this._getValue(this._opt... method _getValue (line 2) | _getValue(e,t){return void 0===e?t:e} function o (line 2) | function o(e){return t=>typeof t===e} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function c (line 2) | function c(e){if(null===e)return"null";switch(typeof e){case"undefined":... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 2) | function g(e){const t={...a,...e},r=t.fs;return t.fs_={chmod:r.chmod?A.p... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 2) | async function l(e,t,r){const A=g(r);await A.fs_.stat(e),await async fun... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 2) | function u(e,t,r){let A=o.relative(o.dirname(t),e).split("/").join("\\")... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e,t,r){let A,n=o.relative(o.dirname(t),e),i=r.prog&&r.prog.sp... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e,t,r){let A=o.relative(o.dirname(t),e);const n=r.prog&&r.pro... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(e){if(!e)return{win32:"",posix:""};let t="string"==typeof e?e... method set (line 2) | set(r){e.alias(t,r)} method get (line 2) | get(){let r=e=>n(e,r.stack);return Reflect.setPrototypeOf(r,e),r.stack=t... method set (line 2) | set(r){e.alias(t,r)} method get (line 2) | get(){let t=e=>n(e,t.stack);return Reflect.setPrototypeOf(t,e),t.stack=t... function n (line 2) | function n(e){if(!(this instanceof n))return new n(e);if(this._bufs=[],t... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class I (line 2) | class I{constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=360... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||e{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 2) | function h(e){const t={...e};return t.path=`${e.pathname||"/"}${e.search... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 2) | function p(e){return{protocol:e.protocol,auth:e.auth,hostname:e.hostname... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... method constructor (line 2) | constructor(e){super(e.message),this.name="RequestError",Object.assign(t... method constructor (line 2) | constructor(e){super(e.message),this.name="CacheError",Object.assign(thi... class g (line 2) | class g{constructor(e){return l(e)}} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function u (line 2) | function u(e){return l(e)} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... method get (line 2) | get(){const r=C(this,d(t.open,t.close,this._styler),this._isEmpty);retur... method get (line 2) | get(){const e=C(this,this._styler,!0);return Object.defineProperty(this,... method get (line 2) | get(){const{level:t}=this;return function(...r){const n=d(A.color[a[t]][... method get (line 2) | get(){const{level:t}=this;return function(...r){const n=d(A.bgColor[a[t]... method get (line 2) | get(){return this._generator.level} method set (line 2) | set(e){this._generator.level=e} function i (line 2) | function i(e){const t="u"===e[0],r="{"===e[1];return t&&!r&&5===e.length... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 2) | function s(e,t){const r=[],o=t.trim().split(/\s*,\s*/g);let s;for(const ... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 2) | function a(e){r.lastIndex=0;const t=[];let A;for(;null!==(A=r.exec(e));)... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 2) | function c(e,t){const r={};for(const e of t)for(const t of e.styles)r[t[... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function o (line 2) | function o(e){return"string"==typeof e?!!n[e]:Object.keys(e).every((func... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} class a (line 2) | class a extends Error{constructor(e){super(e),this.clipanion={type:"usag... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class c (line 2) | class c extends Error{constructor(e,t){if(super(),this.input=e,this.cand... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... class g (line 2) | class g extends Error{constructor(e,t){super(),this.input=e,this.usages=... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function u (line 2) | function u(e){s&&console.log(e)} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function p (line 2) | function p(e,t){return e.nodes.push(t),e.nodes.length-1} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 2) | function d(e,t,r=!1){u("Running a vm on "+JSON.stringify(t));let A=[{nod... function C (line 2) | function C(e,t){if(null!==t.selectedIndex)return!0;if(Object.prototype.h... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 2) | function f(e,t){return function(e,t){const r=t.filter(e=>null!==e.select... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 2) | function I(e){let t=0;for(const{state:r}of e)r.path.length>t&&(t=r.path.... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||ee... function B (line 2) | function B(e){return 1===e||2===e} function y (line 2) | function y(e,t=0){return{to:B(e.to)?e.to:e.to>2?e.to+t-2:e.to+t,reducer:... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 2) | function m(e,t=0){const r={dynamics:[],shortcuts:[],statics:{}};for(cons... function w (line 2) | function w(e,t,r,A,n){e.nodes[t].dynamics.push([r,{to:A,reducer:n}])} function Q (line 2) | function Q(e,t,r,A){e.nodes[t].shortcuts.push({to:r,reducer:A})} function D (line 2) | function D(e,t,r,A,n){(Object.prototype.hasOwnProperty.call(e.nodes[t].s... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 2) | function b(e,t,r,A){if(Array.isArray(t)){const[n,...o]=t;return e[n](r,A... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 2) | function v(e,t){const r=Array.isArray(e)?S[e[0]]:S[e];if(void 0===r.sugg... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} class F (line 2) | class F{constructor(e,t){this.allOptionNames=[],this.arity={leading:[],t... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){this.allOptionNames=[],this.arity={leading:[],trailin... method addPath (line 2) | addPath(e){this.paths.push(e)} method setArity (line 2) | setArity({leading:e=this.arity.leading,trailing:t=this.arity.trailing,... method addPositional (line 2) | addPositional({name:e="arg",required:t=!0}={}){if(!t&&this.arity.extra... method addRest (line 2) | addRest({name:e="arg",required:t=0}={}){if(this.arity.extra===N)throw ... method addProxy (line 2) | addProxy({required:e=0}={}){this.addRest({required:e}),this.arity.prox... method addOption (line 2) | addOption({names:e,description:t,arity:r=0,hidden:A=!1,allowBinding:n=... method setContext (line 2) | setContext(e){this.context=e} method usage (line 2) | usage({detailed:e=!0,inlineOptions:t=!0}={}){const r=[this.cliOpts.bin... method compile (line 2) | compile(){if(void 0===this.context)throw new Error("Assertion failed: ... method registerOptions (line 2) | registerOptions(e,t){w(e,t,["isOption","--"],t,"inhibateOptions"),w(e,... class K (line 2) | class K{constructor({binaryName:e="..."}={}){this.builders=[],this.opts=... method constructor (line 2) | constructor({binaryName:e="..."}={}){this.builders=[],this.opts={binar... method build (line 2) | static build(e,t={}){return new K(t).commands(e).compile()} method getBuilderByIndex (line 2) | getBuilderByIndex(e){if(!(e>=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 17) | function R(e,t,r,A){var n,o=arguments.length,i=o<3?t:null===A?A=Object.g... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class x (line 17) | class x extends M{async execute(){this.context.stdout.write(this.cli.usa... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} class L (line 17) | class L extends M{async execute(){var e;this.context.stdout.write((null!... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function U (line 17) | function U(e,{format:t,paragraphs:r}){return e=(e=(e=(e=(e=e.replace(/\r... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... class T (line 17) | class T extends M{constructor(e){super(),this.contexts=e,this.commands=[... method constructor (line 2) | constructor(){this.resolutions=null} method setup (line 2) | async setup(e,{report:t}){const r=n.y1.join(e.cwd,e.configuration.get(... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.resolutions&&this.resolutions.has... method supportsLocator (line 2) | supportsLocator(e,t){return!1} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("Assertion failed: This r... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){if(!this.resolutions)throw new Error("Asser... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){throw new Error("Assertion failed: This resolver do... method constructor (line 17) | constructor(e){super(),this.contexts=e,this.commands=[]} method from (line 17) | static from(e,t){const r=new T(t);r.path=e.path;for(const t of e.optio... method execute (line 17) | async execute(){let e=this.commands;if(void 0!==this.index&&this.index... function j (line 17) | function j(){return"0"!==process.env.FORCE_COLOR&&("1"===process.env.FOR... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.unsafe=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!t.project.storedResolutions.get(e.desc... method supportsLocator (line 2) | supportsLocator(e,t){return!!t.project.originalPackages.has(e.locatorH... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("The shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=r.project.originalPackages.get(O.conv... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.originalPackages.get(e.locatorHas... class Y (line 17) | class Y{constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,en... method constructor (line 2) | constructor(){super(...arguments),this.tag="latest",this.tolerateRepub... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 17) | constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,enableCo... method from (line 17) | static from(e,t={}){const r=new Y(t);for(const t of e)r.register(t);re... method register (line 17) | register(e){const t=this.builder.command();this.registrations.set(e,t.... method process (line 17) | process(e){const{contexts:t,process:r}=this.builder.compile(),A=r(e);s... method run (line 17) | async run(e,t){let r,A;if(Array.isArray(e))try{r=this.process(e)}catch... method runExit (line 17) | async runExit(e,t){process.exitCode=await this.run(e,t)} method suggest (line 17) | suggest(e,t){const{contexts:r,process:A,suggest:n}=this.builder.compil... method definitions (line 17) | definitions({colored:e=!1}={}){const t=[];for(const[r,A]of this.regist... method usage (line 17) | usage(e=null,{colored:t,detailed:r=!1,prefix:A="$ "}={}){const n=null!... method error (line 17) | error(e,{colored:t,command:r=null}={}){e instanceof Error||(e=new Erro... method getUsageByRegistration (line 17) | getUsageByRegistration(e,t){const r=this.registrations.get(e);if(void ... method getUsageByIndex (line 17) | getUsageByIndex(e,t){return this.builder.getBuilderByIndex(e).usage(t)} method format (line 17) | format(e=this.enableColors){return e?P:O} function n (line 17) | function n(e){const t=function(){const e={},t=Object.keys(A);for(let r=t... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 17) | function o(e,t){return function(r){return t(e(r))}} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 17) | function i(e,t){const r=[t[e].parent,e];let n=A[t[e].parent][e],i=t[e].p... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function i (line 17) | function i(e,t,r){const i=n(e,t,r),s=A.spawn(i.command,i.args,i.options)... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function r (line 17) | function r(e,t){return Object.assign(new Error(`${t} ${e.command} ENOENT... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 17) | function A(e,A){return t&&1===e&&!A.file?r(A.original,"spawn"):null} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function g (line 17) | function g(e){if(!s)return e;const t=function(e){e.file=n(e);const t=e.f... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function i (line 17) | function i(e,t){const r=e.options.env||process.env,i=process.cwd(),s=nul... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method transform (line 17) | transform(e,t,r){s=!1,r(null,e)} method flush (line 17) | flush(e){e()} method destroy (line 17) | destroy(t,r){e.destroy(),r(t)} class i (line 17) | class i extends n{constructor(e,t){super(),this.options=o.merge({},e),th... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method hidden (line 17) | get hidden(){return a} method move (line 17) | move(e=0,t=0){let r="";return r+=e<0?g.left(-e):e>0?g.right(e):"",r+=t<0... method restore (line 17) | restore(e={}){let{after:t,cursor:r,initial:A,input:n,prompt:s,size:a,val... method lines (line 17) | lines(e){let t="";for(let r=0;re)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 17) | function o(e,t,r,A){return(r,n,o,i)=>"function"==typeof o.field[e]?o.fie... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} class l (line 17) | class l extends A{constructor(e={}){super(),this.name=e.name,this.type=e... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} method constructor (line 17) | constructor(e){super(e),this.cursorShow()} method moveCursor (line 17) | moveCursor(e){this.state.cursor+=e} method dispatch (line 17) | dispatch(e){return this.append(e)} method space (line 17) | space(e){return this.options.multiple?super.space(e):this.append(e)} method append (line 17) | append(e){let{cursor:t,input:r}=this.state;return this.input=r.slice(0,t... method delete (line 17) | delete(){let{cursor:e,input:t}=this.state;return t?(this.input=t.slice(0... method deleteForward (line 17) | deleteForward(){let{cursor:e,input:t}=this.state;return void 0===t[e]?th... method number (line 17) | number(e){return this.append(e)} method complete (line 17) | async complete(){this.completing=!0,this.choices=await this.suggest(this... method suggest (line 17) | suggest(e=this.input,t=this.state._choices){if("function"==typeof this.o... method pointer (line 17) | pointer(){return""} method format (line 17) | format(){if(!this.focused)return this.input;if(this.options.multiple&&th... method render (line 17) | async render(){if("pending"!==this.state.status)return super.render();le... method submit (line 17) | submit(){return this.options.multiple&&(this.value=this.selected.map(e=>... function n (line 17) | function n(e,t){return e.username===this.options.username&&e.password===... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... method format (line 17) | format(e){if(this.options.showPassword)return e;return(this.state.submit... class r (line 17) | class r extends(A.create(e)){constructor(e){super({...e,choices:t})}stat... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} method constructor (line 17) | constructor(e){super(e),this.default=this.options.default||(this.initial... method constructor (line 17) | constructor(e){super({...e,multiple:!0}),this.align=[this.options.align,... method dispatch (line 17) | dispatch(e,t){let r=this.focused,A=r.parent||{};return r.editable||A.edi... method append (line 17) | append(e,t){return n.append.call(this,e,t)} method delete (line 17) | delete(e,t){return n.delete.call(this,e,t)} method space (line 17) | space(e){return this.focused.editable?this.append(e):super.space()} method number (line 17) | number(e){return this.focused.editable?this.append(e):super.number(e)} method next (line 17) | next(){return this.focused.editable?n.next.call(this):super.next()} method prev (line 17) | prev(){return this.focused.editable?n.prev.call(this):super.prev()} method indicator (line 17) | async indicator(e,t){let r=e.indicator||"",A=e.editable?r:super.indicato... method indent (line 17) | indent(e){return"heading"===e.role?"":e.editable?" ":" "} method renderChoice (line 17) | async renderChoice(e,t){return e.indent="",e.editable?n.renderChoice.cal... method error (line 17) | error(){return""} method footer (line 17) | footer(){return this.state.error} method validate (line 17) | async validate(){let e=!0;for(let t of this.choices){if("function"!=type... method submit (line 17) | submit(){if(!0===this.focused.newChoice)return super.submit();if(this.ch... method constructor (line 17) | constructor(e){super({...e,multiple:!0}),this.type="form",this.initial=t... method reset (line 17) | async reset(e){return await super.reset(),!0===e&&(this._index=this.inde... method dispatch (line 17) | dispatch(e){return!!e&&this.append(e)} method append (line 17) | append(e){let t=this.focused;if(!t)return this.alert();let{cursor:r,inpu... method delete (line 17) | delete(){let e=this.focused;if(!e||e.cursor<=0)return this.alert();let{c... method deleteForward (line 17) | deleteForward(){let e=this.focused;if(!e)return this.alert();let{cursor:... method right (line 17) | right(){let e=this.focused;return e?e.cursor>=e.input.length?this.alert(... method left (line 17) | left(){let e=this.focused;return e?e.cursor<=0?this.alert():(e.cursor--,... method space (line 17) | space(e,t){return this.dispatch(e,t)} method number (line 17) | number(e,t){return this.dispatch(e,t)} method next (line 17) | next(){let e=this.focused;if(!e)return this.alert();let{initial:t,input:... method prev (line 17) | prev(){let e=this.focused;return e?0===e.cursor?super.prev():(e.value=e.... method separator (line 17) | separator(){return""} method format (line 17) | format(e){return this.state.submitted?"":super.format(e)} method pointer (line 17) | pointer(){return""} method indicator (line 17) | indicator(e){return e.input?"⦿":"⊙"} method choiceSeparator (line 17) | async choiceSeparator(e,t){let r=await this.resolve(e.separator,this.sta... method renderChoice (line 17) | async renderChoice(e,t){await this.onChoice(e,t);let{state:r,styles:n}=t... method submit (line 17) | async submit(){return this.value=this.values,super.base.submit.call(this)} method constructor (line 17) | constructor(e){super(e);let t=this.options.history;if(t&&t.store){let e=... method completion (line 17) | completion(e){return this.store?(this.data=n(e,this.data,this.input),thi... method altUp (line 17) | altUp(){return this.completion("prev")} method altDown (line 17) | altDown(){return this.completion("next")} method prev (line 17) | prev(){return this.save(),super.prev()} method save (line 17) | save(){this.store&&(this.data=n("save",this.data,this.input),this.store.... method submit (line 17) | submit(){return this.store&&!0===this.autosave&&this.save(),super.submit()} method format (line 17) | format(){return""} method constructor (line 17) | constructor(e={}){super(e),this.sep=this.options.separator||/, */,this.i... method split (line 17) | split(e=this.value){return e?String(e).split(this.sep):[]} method format (line 17) | format(){let e=this.state.submitted?this.styles.primary:e=>e;return this... method submit (line 17) | async submit(e){let t=this.state.error||await this.validate(this.list,th... method list (line 17) | get list(){return this.split()} method constructor (line 17) | constructor(e){super({...e,multiple:!0})} method constructor (line 17) | constructor(e){super(e),this.cursorShow()} method format (line 17) | format(e=this.input){if(!this.keypressed)return"";return(this.state.subm... method constructor (line 17) | constructor(e){if(super(e),"number"!=typeof this.options.correctChoice||... method toChoices (line 17) | async toChoices(e,t){let r=await super.toChoices(e,t);if(r.length<2)thro... method check (line 17) | check(e){return e.index===this.options.correctChoice} method result (line 17) | async result(e){return{selectedAnswer:e,correctAnswer:this.options.choic... method constructor (line 17) | constructor(e={}){super(e),this.widths=[].concat(e.messageWidth||50),thi... method reset (line 17) | async reset(){return this.tableized=!1,await super.reset(),this.render()} method tableize (line 17) | tableize(){if(!0===this.tableized)return;this.tableized=!0;let e=0;for(l... method dispatch (line 17) | async dispatch(e,t){if(this.multiple)return this[t.name]?await this[t.na... method heading (line 17) | heading(e,t,r){return this.styles.strong(e)} method separator (line 17) | separator(){return this.styles.muted(this.symbols.ellipsis)} method right (line 17) | right(){let e=this.focused;return e.scaleIndex>=this.scale.length-1?this... method left (line 17) | left(){let e=this.focused;return e.scaleIndex<=0?this.alert():(e.scaleIn... method indent (line 17) | indent(){return""} method format (line 17) | format(){if(this.state.submitted){return this.choices.map(e=>this.styles... method pointer (line 17) | pointer(){return""} method renderScaleKey (line 17) | renderScaleKey(){if(!1===this.scaleKey)return"";if(this.state.submitted)... method renderScaleHeading (line 17) | renderScaleHeading(e){let t=this.scale.map(e=>e.name);"function"==typeof... method scaleIndicator (line 17) | scaleIndicator(e,t,r){if("function"==typeof this.options.scaleIndicator)... method renderScale (line 17) | renderScale(e,t){let r=e.scale.map(r=>this.scaleIndicator(e,r,t)),A="Hyp... method renderChoice (line 17) | async renderChoice(e,t){await this.onChoice(e,t);let r=this.index===t,n=... method renderChoices (line 17) | async renderChoices(){if(this.state.submitted)return"";this.tableize();l... method render (line 17) | async render(){let{submitted:e,size:t}=this.state,r=await this.prefix(),... method submit (line 17) | submit(){this.value={};for(let e of this.choices)this.value[e.name]=e.sc... method constructor (line 17) | constructor(e){super(e),this.emptyError=this.options.emptyError||"No ite... method dispatch (line 17) | async dispatch(e,t){if(this.multiple)return this[t.name]?await this[t.na... method separator (line 17) | separator(){if(this.options.separator)return super.separator();let e=thi... method pointer (line 17) | pointer(e,t){return!this.multiple||this.options.pointer?super.pointer(e,... method indicator (line 17) | indicator(e,t){return this.multiple?super.indicator(e,t):""} method choiceMessage (line 17) | choiceMessage(e,t){let r=this.resolve(e.message,this.state,e,t);return"h... method choiceSeparator (line 17) | choiceSeparator(){return":"} method renderChoice (line 17) | async renderChoice(e,t){await this.onChoice(e,t);let r=this.index===t,A=... method renderChoices (line 17) | async renderChoices(){if("choices"===this.state.loading)return this.styl... method format (line 17) | format(){return!this.state.submitted||this.state.cancelled?"":Array.isAr... method render (line 17) | async render(){let{submitted:e,size:t}=this.state,r="",A=await this.head... method constructor (line 17) | constructor(e){super(e),this.cursorHide(),this.reset(!0)} method initialize (line 17) | async initialize(){this.interpolate=await n(this),await super.initialize()} method reset (line 17) | async reset(e){this.state.keys=[],this.state.invalid=new Map,this.state.... method moveCursor (line 17) | moveCursor(e){let t=this.getItem();this.cursor+=e,t.cursor+=e} method dispatch (line 17) | dispatch(e,t){t.code||t.ctrl||null==e||!this.getItem()?this.alert():this... method append (line 17) | append(e,t){let r=this.getItem(),A=r.input.slice(0,this.cursor),n=r.inpu... method delete (line 17) | delete(){let e=this.getItem();if(this.cursor<=0||!e.input)return this.al... method increment (line 17) | increment(e){return e>=this.state.keys.length-1?0:e+1} method decrement (line 17) | decrement(e){return e<=0?this.state.keys.length-1:e-1} method first (line 17) | first(){this.state.index=0,this.render()} method last (line 17) | last(){this.state.index=this.state.keys.length-1,this.render()} method right (line 17) | right(){if(this.cursor>=this.input.length)return this.alert();this.moveC... method left (line 17) | left(){if(this.cursor<=0)return this.alert();this.moveCursor(-1),this.re... method prev (line 17) | prev(){this.state.index=this.decrement(this.state.index),this.getItem(),... method next (line 17) | next(){this.state.index=this.increment(this.state.index),this.getItem(),... method up (line 17) | up(){this.prev()} method down (line 17) | down(){this.next()} method format (line 17) | format(e){let t=this.state.completed<100?this.styles.warning:this.styles... method render (line 17) | async render(){let{index:e,keys:t=[],submitted:r,size:A}=this.state,n=[t... method getItem (line 17) | getItem(e){let{items:t,keys:r,index:A}=this.state,n=t.find(e=>e.name===r... method submit (line 17) | async submit(){"function"!=typeof this.interpolate&&await this.initializ... method constructor (line 17) | constructor(e){super({...e,reorder:!1,sort:!0,multiple:!0}),this.state.h... method indicator (line 17) | indicator(){return""} method renderChoice (line 17) | async renderChoice(e,t){let r=await super.renderChoice(e,t),A=this.symbo... method selected (line 17) | get selected(){return this.choices} method submit (line 17) | submit(){return this.value=this.choices.map(e=>e.value),super.submit()} function n (line 17) | function n(e,t={}){if(Array.isArray(t.scale))return t.scale.map(e=>({...... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... method constructor (line 17) | constructor(e={}){if(super(e),this.emptyError=e.emptyError||"No items we... method toChoices (line 17) | async toChoices(...e){if(this.createdScales)return!1;this.createdScales=... method dispatch (line 17) | dispatch(){this.alert()} method space (line 17) | space(){let e=this.focused,t=e.scale[e.scaleIdx],r=t.selected;return e.s... method indicator (line 17) | indicator(){return""} method pointer (line 17) | pointer(){return""} method separator (line 17) | separator(){return this.styles.muted(this.symbols.ellipsis)} method right (line 17) | right(){let e=this.focused;return e.scaleIdx>=e.scale.length-1?this.aler... method left (line 17) | left(){let e=this.focused;return e.scaleIdx<=0?this.alert():(e.scaleIdx-... method indent (line 17) | indent(){return" "} method renderChoice (line 17) | async renderChoice(e,t){await this.onChoice(e,t);let r=this.index===t,A=... method renderChoices (line 17) | async renderChoices(){if(this.state.submitted)return"";let e=this.visibl... method format (line 17) | format(){if(this.state.submitted){return this.choices.map(e=>this.styles... method render (line 17) | async render(){let{submitted:e,size:t}=this.state,r=await this.prefix(),... method submit (line 17) | submit(){this.value={};for(let e of this.choices)this.value[e.name]=e.sc... method initialize (line 17) | async initialize(){await super.initialize(),this.value=this.initial=!!th... method reset (line 17) | reset(){this.value=this.initial,this.render()} method delete (line 17) | delete(){this.alert()} method toggle (line 17) | toggle(){this.value=!this.value,this.render()} method enable (line 17) | enable(){if(!0===this.value)return this.alert();this.value=!0,this.rende... method disable (line 17) | disable(){if(!1===this.value)return this.alert();this.value=!1,this.rend... method up (line 17) | up(){this.toggle()} method down (line 17) | down(){this.toggle()} method right (line 17) | right(){this.toggle()} method left (line 17) | left(){this.toggle()} method next (line 17) | next(){this.toggle()} method prev (line 17) | prev(){this.toggle()} method dispatch (line 17) | dispatch(e="",t){switch(e.toLowerCase()){case" ":return this.toggle();ca... method format (line 17) | format(){let e=e=>this.styles.primary.underline(e);return[this.value?thi... method render (line 17) | async render(){let{size:e}=this.state,t=await this.header(),r=await this... method checkbox (line 17) | checkbox(e,t){throw new Error("checkbox role is not implemented yet")} method editable (line 17) | editable(e,t){throw new Error("editable role is not implemented yet")} method expandable (line 17) | expandable(e,t){throw new Error("expandable role is not implemented yet")} method input (line 17) | input(e,t){throw new Error("input role is not implemented yet")} method radio (line 17) | radio(e,t){throw new Error("radio role is not implemented yet")} method constructor (line 17) | constructor(e){let t=e.options;A(this,"_prompt",e),this.type=e.type,this... method clone (line 17) | clone(){let e={...this};return e.status=this.status,e.buffer=Buffer.from... method color (line 17) | set color(e){this._color=e} method color (line 17) | get color(){let e=this.prompt.styles;if(this.cancelled)return e.cancelle... method loading (line 17) | set loading(e){this._loading=e} method loading (line 17) | get loading(){return"boolean"==typeof this._loading?this._loading:!!this... method status (line 17) | get status(){return this.cancelled?"cancelled":this.submitted?"submitted... method inverse (line 17) | set inverse(e){this._inverse=e} method inverse (line 17) | get inverse(){return this._inverse||A.inverse(this.primary)} method complement (line 17) | set complement(e){this._complement=e} method complement (line 17) | get complement(){return this._complement||A.complement(this.primary)} method info (line 17) | set info(e){this._info=e} method info (line 17) | get info(){return this._info||this.primary} method em (line 17) | set em(e){this._em=e} method em (line 17) | get em(){return this._em||this.primary.underline} method heading (line 17) | set heading(e){this._heading=e} method heading (line 17) | get heading(){return this._heading||this.muted.underline} method pending (line 17) | set pending(e){this._pending=e} method pending (line 17) | get pending(){return this._pending||this.primary} method submitted (line 17) | set submitted(e){this._submitted=e} method submitted (line 17) | get submitted(){return this._submitted||this.success} method cancelled (line 17) | set cancelled(e){this._cancelled=e} method cancelled (line 17) | get cancelled(){return this._cancelled||this.danger} method typing (line 17) | set typing(e){this._typing=e} method typing (line 17) | get typing(){return this._typing||this.dim} method placeholder (line 17) | set placeholder(e){this._placeholder=e} method placeholder (line 17) | get placeholder(){return this._placeholder||this.primary.dim} method highlight (line 17) | set highlight(e){this._highlight=e} method highlight (line 17) | get highlight(){return this._highlight||this.inverse} function t (line 17) | function t(e,t,r={}){let A=e.timers[t]={name:t,start:Date.now(),ms:0,tic... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function u (line 17) | function u(e,t){if(t instanceof Promise)return t;if("function"==typeof t... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... method constructor (line 17) | constructor(e){super(e),this.cursorHide(),this.maxSelected=e.maxSelected... method initialize (line 17) | async initialize(){"function"==typeof this.options.initial&&(this.initia... method reset (line 17) | async reset(){let{choices:e,initial:t,autofocus:r,suggest:A}=this.option... method toChoices (line 17) | async toChoices(e,t){this.state.loadingChoices=!0;let r=[],A=0,n=async(e... method toChoice (line 17) | async toChoice(e,t,r){if("function"==typeof e&&(e=await e.call(this,this... method onChoice (line 17) | async onChoice(e,t){this.emit("choice",e,t,this),"function"==typeof e.on... method addChoice (line 17) | async addChoice(e,t,r){let A=await this.toChoice(e,t,r);return this.choi... method newItem (line 17) | async newItem(e,t,r){let A={name:"New choice name?",editable:!0,newChoic... method indent (line 17) | indent(e){return null==e.indent?e.level>1?" ".repeat(e.level-1):"":e.in... method dispatch (line 17) | dispatch(e,t){if(this.multiple&&this[t.name])return this[t.name]();this.... method focus (line 17) | focus(e,t){return"boolean"!=typeof t&&(t=e.enabled),t&&!e.enabled&&this.... method space (line 17) | space(){return this.multiple?(this.toggle(this.focused),this.render()):t... method a (line 17) | a(){if(this.maxSelected")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... method i (line 17) | i(){return this.choices.length-this.selected.length>this.maxSelected?thi... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method g (line 17) | g(e=this.focused){return this.choices.some(e=>!!e.parent)?(this.toggle(e... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... method toggle (line 17) | toggle(e,t){if(!e.enabled&&this.selected.length>=this.maxSelected)return... method enable (line 17) | enable(e){return this.selected.length>=this.maxSelected?this.alert():(e.... method disable (line 17) | disable(e){return e.enabled=!1,e.choices&&e.choices.forEach(this.disable... method number (line 17) | number(e){this.num+=e;let t=e=>{let t=Number(e);if(t>this.choices.length... method home (line 17) | home(){return this.choices=s(this.choices),this.index=0,this.render()} method end (line 17) | end(){let e=this.choices.length-this.limit,t=s(this.choices);return this... method first (line 17) | first(){return this.index=0,this.render()} method last (line 17) | last(){return this.index=this.visible.length-1,this.render()} method prev (line 17) | prev(){return this.visible.length<=1?this.alert():this.up()} method next (line 17) | next(){return this.visible.length<=1?this.alert():this.down()} method right (line 17) | right(){return this.cursor>=this.input.length?this.alert():(this.cursor+... method left (line 17) | left(){return this.cursor<=0?this.alert():(this.cursor--,this.render())} method up (line 17) | up(){let e=this.choices.length,t=this.visible.length,r=this.index;return... method down (line 17) | down(){let e=this.choices.length,t=this.visible.length,r=this.index;retu... method scrollUp (line 17) | scrollUp(e=0){return this.choices=a(this.choices),this.index=e,this.isDi... method scrollDown (line 17) | scrollDown(e=this.visible.length-1){return this.choices=c(this.choices),... method shiftUp (line 17) | async shiftUp(){return!0===this.options.sort?(this.sorting=!0,this.swap(... method shiftDown (line 17) | async shiftDown(){return!0===this.options.sort?(this.sorting=!0,this.swa... method pageUp (line 17) | pageUp(){return this.visible.length<=1?this.alert():(this.limit=Math.max... method pageDown (line 17) | pageDown(){return this.visible.length>=this.choices.length?this.alert():... method swap (line 17) | swap(e){l(this.choices,this.index,e)} method isDisabled (line 17) | isDisabled(e=this.focused){return!(!e||!["disabled","collapsed","hidden"... method isEnabled (line 17) | isEnabled(e=this.focused){if(Array.isArray(e))return e.every(e=>this.isE... method isChoice (line 17) | isChoice(e,t){return e.name===t||e.index===Number(t)} method isSelected (line 17) | isSelected(e){return Array.isArray(this.initial)?this.initial.some(t=>th... method map (line 17) | map(e=[],t="value"){return[].concat(e||[]).reduce((e,r)=>(e[r]=this.find... method filter (line 17) | filter(e,t){let r="function"==typeof e?e:(t,r)=>[t.name,r].includes(e),A... method find (line 17) | find(e,t){if(g(e))return t?e[t]:e;let r="function"==typeof e?e:(t,r)=>[t... method findIndex (line 17) | findIndex(e){return this.choices.indexOf(this.find(e))} method submit (line 17) | async submit(){let e=this.focused;if(!e)return this.alert();if(e.newChoi... method choices (line 17) | set choices(e=[]){this.state._choices=this.state._choices||[],this.state... method choices (line 17) | get choices(){return u(this,this.state.choices||[])} method visible (line 17) | set visible(e){this.state.visible=e} method visible (line 17) | get visible(){return(this.state.visible||this.choices).slice(0,this.limit)} method limit (line 17) | set limit(e){this.state.limit=e} method limit (line 17) | get limit(){let{state:e,options:t,choices:r}=this,A=e.limit||this._limit... method value (line 17) | set value(e){super.value=e} method value (line 17) | get value(){return"string"!=typeof super.value&&super.value===this.initi... method index (line 17) | set index(e){this.state.index=e} method index (line 17) | get index(){return Math.max(0,this.state?this.state.index:0)} method enabled (line 17) | get enabled(){return this.filter(this.isEnabled.bind(this))} method focused (line 17) | get focused(){let e=this.choices[this.index];return e&&this.state.submit... method selectable (line 17) | get selectable(){return this.choices.filter(e=>!this.isDisabled(e))} method selected (line 17) | get selected(){return this.multiple?this.enabled:this.focused} method constructor (line 17) | constructor(e){super(e)} method submit (line 17) | async submit(){this.value=await e.call(this,this.values,this.state),supe... method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e){super(e),this.cursorHide()} method initialize (line 17) | async initialize(){let e=await this.resolve(this.initial,this.state);thi... method dispatch (line 17) | dispatch(e){return this.isValue(e)?(this.input=e,this.submit()):this.ale... method format (line 17) | format(e){let{styles:t,state:r}=this;return r.submitted?t.success(e):t.p... method cast (line 17) | cast(e){return this.isTrue(e)} method isTrue (line 17) | isTrue(e){return/^[ty1]/i.test(e)} method isFalse (line 17) | isFalse(e){return/^[fn0]/i.test(e)} method isValue (line 17) | isValue(e){return n(e)&&(this.isTrue(e)||this.isFalse(e))} method hint (line 17) | async hint(){if("pending"===this.state.status){let e=await this.element(... method render (line 17) | async render(){let{input:e,size:t}=this.state,r=await this.prefix(),A=aw... method value (line 17) | set value(e){super.value=e} method value (line 17) | get value(){return this.cast(super.value)} method constructor (line 17) | constructor(e={}){super({style:"number",...e}),this.min=this.isValue(e.m... method append (line 17) | append(e){return!/[-+.]/.test(e)||"."===e&&this.input.includes(".")?this... method number (line 17) | number(e){return super.append(e)} method next (line 17) | next(){return this.input&&this.input!==this.initial?this.alert():this.is... method up (line 17) | up(e){let t=e||this.minor,r=this.toNumber(this.input);return r>this.max+... method down (line 17) | down(e){let t=e||this.minor,r=this.toNumber(this.input);return rthis.isValue(e));return... method constructor (line 17) | constructor(e){super(e),this.initial=o(this.initial)?String(this.initial... method keypress (line 17) | async keypress(e,t={}){let r=this.state.prevKeypress;return this.state.p... method moveCursor (line 17) | moveCursor(e){this.cursor+=e} method reset (line 17) | reset(){return this.input=this.value="",this.cursor=0,this.render()} method dispatch (line 17) | dispatch(e,t){if(!e||t.ctrl||t.code)return this.alert();this.append(e)} method append (line 17) | append(e){let{cursor:t,input:r}=this.state;this.input=(""+r).slice(0,t)+... method insert (line 17) | insert(e){this.append(e)} method delete (line 17) | delete(){let{cursor:e,input:t}=this.state;if(e<=0)return this.alert();th... method deleteForward (line 17) | deleteForward(){let{cursor:e,input:t}=this.state;if(void 0===t[e])return... method cutForward (line 17) | cutForward(){let e=this.cursor;if(this.input.length<=e)return this.alert... method cutLeft (line 17) | cutLeft(){let e=this.cursor;if(0===e)return this.alert();let t=this.inpu... method paste (line 17) | paste(){if(!this.state.clipboard.length)return this.alert();this.insert(... method toggleCursor (line 17) | toggleCursor(){this.state.prevCursor?(this.cursor=this.state.prevCursor,... method first (line 17) | first(){this.cursor=0,this.render()} method last (line 17) | last(){this.cursor=this.input.length-1,this.render()} method next (line 17) | next(){let e=null!=this.initial?String(this.initial):"";if(!e||!e.starts... method prev (line 17) | prev(){if(!this.input)return this.alert();this.reset()} method backward (line 17) | backward(){return this.left()} method forward (line 17) | forward(){return this.right()} method right (line 17) | right(){return this.cursor>=this.input.length?this.alert():(this.moveCur... method left (line 17) | left(){return this.cursor<=0?this.alert():(this.moveCursor(-1),this.rend... method isValue (line 17) | isValue(e){return!!e} method format (line 17) | async format(e=this.value){let t=await this.resolve(this.initial,this.st... method render (line 17) | async render(){let e=this.state.size,t=await this.prefix(),r=await this.... method set (line 17) | set(e){A=e} function c (line 17) | async function c(e,t){l(e);const r=g(e,n.default,t),A=await Promise.all(... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 17) | function g(e,t,r){const n=[].concat(e),o=new s.default(r),i=A.generate(n... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 17) | function l(e){if(![].concat(e).every(e=>a.string.isString(e)&&!a.string.... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function n (line 17) | function n(e,t,r){const A=s(e);if("."in A){return[c(".",e,t,r)]}return a... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 17) | function o(e){return A.pattern.getPositivePatterns(e)} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 17) | function i(e,t){return A.pattern.getNegativePatterns(e).concat(t).map(A.... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 17) | function s(e){return e.reduce((e,t)=>{const r=A.pattern.getBaseDirectory... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 17) | function a(e,t,r){return Object.keys(e).map(A=>c(A,e[A],t,r))} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 17) | function c(e,t,r,n){return{dynamic:n,positive:t,negative:r,base:e,patter... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... class o (line 17) | class o extends n.default{constructor(){super(...arguments),this._reader... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} method constructor (line 17) | constructor(e,t){this._settings=e,this._micromatchOptions=t} method getFilter (line 17) | getFilter(e,t,r){const A=this._getMatcher(t),n=this._getNegativePatterns... method _getMatcher (line 17) | _getMatcher(e){return new n.default(e,this._settings,this._micromatchOpt... method _getNegativePatternsRe (line 17) | _getNegativePatternsRe(e){const t=e.filter(A.pattern.isAffectDepthOfRead... method _filter (line 17) | _filter(e,t,r,n){const o=this._getEntryLevel(e,t.path);if(this._isSkippe... method _isSkippedByDeep (line 17) | _isSkippedByDeep(e){return e>=this._settings.deep} method _isSkippedSymbolicLink (line 17) | _isSkippedSymbolicLink(e){return!this._settings.followSymbolicLinks&&e.d... method _getEntryLevel (line 17) | _getEntryLevel(e,t){const r=e.split("/").length;return t.split("/").leng... method _isSkippedByPositivePatterns (line 17) | _isSkippedByPositivePatterns(e,t){return!this._settings.baseNameMatch&&!... method _isSkippedByNegativePatterns (line 17) | _isSkippedByNegativePatterns(e,t){return!A.pattern.matchAny(e,t)} method constructor (line 17) | constructor(e,t){this._settings=e,this._micromatchOptions=t,this.index=n... method getFilter (line 17) | getFilter(e,t){const r=A.pattern.convertPatternsToRe(e,this._micromatchO... method _filter (line 17) | _filter(e,t,r){if(this._settings.unique){if(this._isDuplicateEntry(e))re... method _isDuplicateEntry (line 17) | _isDuplicateEntry(e){return this.index.has(e.path)} method _createIndexRecord (line 17) | _createIndexRecord(e){this.index.set(e.path,void 0)} method _onlyFileFilter (line 17) | _onlyFileFilter(e){return this._settings.onlyFiles&&!e.dirent.isFile()} method _onlyDirectoryFilter (line 17) | _onlyDirectoryFilter(e){return this._settings.onlyDirectories&&!e.dirent... method _isSkippedByAbsoluteNegativePatterns (line 17) | _isSkippedByAbsoluteNegativePatterns(e,t){if(!this._settings.absolute)re... method _isMatchToPatterns (line 17) | _isMatchToPatterns(e,t){const r=A.path.removeLeadingDotSegment(e);return... method constructor (line 17) | constructor(e){this._settings=e} method getFilter (line 17) | getFilter(){return e=>this._isNonFatalError(e)} method _isNonFatalError (line 17) | _isNonFatalError(e){return A.errno.isEnoentCodeError(e)||this._settings.... method constructor (line 17) | constructor(e,t,r){this._patterns=e,this._settings=t,this._micromatchOpt... method _fillStorage (line 17) | _fillStorage(){const e=A.pattern.expandPatternsWithBraceExpansion(this._... method _getPatternSegments (line 17) | _getPatternSegments(e){return A.pattern.getPatternParts(e,this._micromat... method _splitSegmentsIntoSections (line 17) | _splitSegmentsIntoSections(e){return A.array.splitWhen(e,e=>e.dynamic&&A... class n (line 17) | class n extends A.default{match(e){const t=e.split("/"),r=t.length,A=thi... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... method constructor (line 17) | constructor(e){this._settings=e,this.errorFilter=new i.default(this._set... method _getRootDirectory (line 17) | _getRootDirectory(e){return A.resolve(this._settings.cwd,e.base)} method _getReaderOptions (line 17) | _getReaderOptions(e){const t="."===e.base?"":e.base;return{basePath:t,pa... method _getMicromatchOptions (line 17) | _getMicromatchOptions(){return{dot:this._settings.dot,matchBase:this._se... class i (line 17) | class i extends o.default{constructor(){super(...arguments),this._reader... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... class o (line 17) | class o extends n.default{constructor(){super(...arguments),this._reader... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} method constructor (line 17) | constructor(e){this._settings=e} method getTransformer (line 17) | getTransformer(){return e=>this._transform(e)} method _transform (line 17) | _transform(e){let t=e.path;return this._settings.absolute&&(t=A.path.mak... method constructor (line 17) | constructor(e){this._settings=e,this._fsStatSettings=new n.Settings({fol... method _getFullEntryPath (line 17) | _getFullEntryPath(e){return A.resolve(this._settings.cwd,e)} method _makeEntry (line 17) | _makeEntry(e,t){const r={name:t,path:t,dirent:o.fs.createDirentFromStats... method _isFatalError (line 17) | _isFatalError(e){return!o.errno.isEnoentCodeError(e)&&!this._settings.su... class s (line 17) | class s extends i.default{constructor(){super(...arguments),this._walkSt... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class i (line 17) | class i extends o.default{constructor(){super(...arguments),this._walkSy... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method constructor (line 17) | constructor(e={}){this._options=e,this.absolute=this._getValue(this._opt... method _getValue (line 17) | _getValue(e,t){return void 0===e?t:e} method _getFileSystemMethods (line 17) | _getFileSystemMethods(e={}){return Object.assign(Object.assign({},t.DEFA... class r (line 17) | class r{constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function u (line 17) | function u(e,t={}){return!h(e,t)} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 17) | function h(e,t={}){return!(!1!==t.caseSensitiveMatch&&!e.includes("\\"))... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 17) | function p(e){return e.startsWith("!")&&"("!==e[1]} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 17) | function d(e){return!p(e)} function C (line 17) | function C(e){return e.endsWith("/**")} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 17) | function f(e){return o.braces(e,{expand:!0,nodupes:!0})} method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 17) | function I(e,t){return o.makeRe(e,t)} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||ee.emit("close"))} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function n (line 17) | function n(){} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 17) | function o(){this.value=null,this.callback=n,this.next=null,this.release... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function l (line 17) | function l(r){r&&i.release(r);var A=s;A?g.paused?c--:(a===s&&(a=null),s=... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} class A (line 17) | class A{constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... method [Symbol.toStringTag] (line 17) | get[Symbol.toStringTag](){return"FiggyPudding"} method [Symbol.iterator] (line 17) | *[Symbol.iterator](){for(let[e,t]of this.entries())yield[e,t]} function n (line 17) | function n(e,t,r){let A=e.__specs[t];if(!r||A||e.__opts.other&&e.__opts.... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 17) | function o(e,t){let r;return r=t.__isFiggyPudding?n(t,e,!1):"function"==... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} method set (line 17) | set(e,t,r){if("symbol"==typeof t||"__"===t.slice(0,2))return e[t]=r,!0;t... method deleteProperty (line 17) | deleteProperty(){throw new Error("figgyPudding options cannot be deleted... function s (line 17) | function s(e){const t=[];return e.forEach(e=>t.unshift(e)),t} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 17) | function a(e){return Object.keys(e).map(t=>[t,e[t]])} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... class o (line 23) | class o extends Error{constructor(){super("maxBuffer exceeded"),this.nam... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 23) | async function i(e,t){if(!e)return Promise.reject(new Error("Expected a ... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... class n (line 23) | class n extends A{constructor(){super({objectMode:!0})}} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... method constructor (line 23) | constructor(e){super(),this._filter=e} method _transform (line 23) | _transform(e,t,r){this._filter(e)&&this.push(e),r()} method constructor (line 23) | constructor(){super(),this._pushed=new Set} method _transform (line 23) | _transform(e,t,r){this._pushed.has(e)||(this.push(e),this._pushed.add(e)... class i (line 23) | class i extends o.RequestError{constructor(e,t){const{options:r}=t.reque... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... class s (line 23) | class s extends o.RequestError{constructor(e){super("Promise was cancele... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... class Z (line 23) | class Z extends Error{constructor(e,t,r){var A;if(super(e),Error.capture... method constructor (line 23) | constructor(e,t,r){var A;if(super(e),Error.captureStackTrace(this,this... class $ (line 23) | class $ extends Z{constructor(e){super(`Redirected ${e.options.maxRedire... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e){super(`Redirected ${e.options.maxRedirects} times. Abor... class ee (line 23) | class ee extends Z{constructor(e){super(`Response code ${e.statusCode} (... method constructor (line 23) | constructor(e){super(`Response code ${e.statusCode} (${e.statusMessage... class te (line 23) | class te extends Z{constructor(e,t){super(e.message,e,t),this.name="Cach... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.strategy=W.HIG... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method makeInstaller (line 2) | makeInstaller(e){return new re(e)} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="CacheError"} class re (line 23) | class re extends Z{constructor(e,t){super(e.message,e,t),this.name="Uplo... method execute (line 2) | async execute(){const{plugins:e}=await s.VK.find(this.context.cwd,this... method constructor (line 2) | constructor(){super(...arguments),this.mode="loose"} method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="UploadError"} class Ae (line 23) | class Ae extends Z{constructor(e,t,r){super(e.message,e,r),this.name="Ti... method execute (line 2) | async execute(){this.context.stdout.write(this.cli.usage(null))} method constructor (line 23) | constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.... class ne (line 23) | class ne extends Z{constructor(e,t){super(e.message,e,t),this.name="Read... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){if(this.leadingArgument.match(/[\\/]/)&&!d.tryParseIde... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="ReadError"} class oe (line 23) | class oe extends Z{constructor(e){super(`Unsupported protocol "${e.url.p... method constructor (line 23) | constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),... class se (line 23) | class se extends n.Duplex{constructor(e,r={},A){super({autoDestroy:!1,hi... method constructor (line 23) | constructor(e,r={},A){super({autoDestroy:!1,highWaterMark:0}),this[R]=... method normalizeArguments (line 23) | static normalizeArguments(e,r,n){var o,s,a,c,g;const l=r;if(C.default.... method _lockWrite (line 23) | _lockWrite(){const e=()=>{throw new TypeError("The payload has been al... method _unlockWrite (line 23) | _unlockWrite(){this.write=super.write,this.end=super.end} method _finalizeBody (line 23) | async _finalizeBody(){const{options:e}=this,{headers:r}=e,A=!C.default... method _onResponseBase (line 23) | async _onResponseBase(e){const{options:t}=this,{url:r}=t;this[q]=e,t.d... method _onResponse (line 23) | async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._... method _onRequest (line 23) | _onRequest(e){const{options:t}=this,{timeout:r,url:A}=t;g.default(e),t... method _createCacheableRequest (line 23) | async _createCacheableRequest(e,t){return new Promise((r,A)=>{let n;Ob... method _makeRequest (line 23) | async _makeRequest(){var e,t,r,A,n;const{options:o}=this,{headers:i}=o... method _error (line 23) | async _error(e){try{for(const t of this.options.hooks.beforeError)e=aw... method _beforeError (line 23) | _beforeError(e){if(this[Y])return;const{options:t}=this,r=this.retryCo... method _read (line 23) | _read(){this[G]=!0;const e=this[K];if(e&&!this[Y]){let t;for(e.readabl... method _write (line 23) | _write(e,t,r){const A=()=>{this._writeRequest(e,t,r)};this.requestInit... method _writeRequest (line 23) | _writeRequest(e,t,r){this[F].destroyed||(this._progressCallbacks.push(... method _final (line 23) | _final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._... method _destroy (line 23) | _destroy(e,t){var r;this[Y]=!0,clearTimeout(this[z]),F in this&&(this[... method _isAboutToError (line 23) | get _isAboutToError(){return this[Y]} method ip (line 23) | get ip(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket.r... method aborted (line 23) | get aborted(){var e,t,r;return(null!==(t=null===(e=this[F])||void 0===... method socket (line 23) | get socket(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket} method downloadProgress (line 23) | get downloadProgress(){let e;return e=this[M]?this[R]/this[M]:this[M]=... method uploadProgress (line 23) | get uploadProgress(){let e;return e=this[x]?this[L]/this[x]:this[x]===... method timings (line 23) | get timings(){var e;return null===(e=this[F])||void 0===e?void 0:e.tim... method isFromCache (line 23) | get isFromCache(){return this[U]} method pipe (line 23) | pipe(e,t){if(this[j])throw new Error("Failed to pipe. The response has... method unpipe (line 23) | unpipe(e){return e instanceof a.ServerResponse&&this[P].delete(e),supe... class s (line 23) | class s extends Error{constructor(e,t){super(`Timeout awaiting '${t}' fo... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... method once (line 23) | once(t,r,A){t.once(r,A),e.push({origin:t,event:r,fn:A})} method unhandleAll (line 23) | unhandleAll(){for(const t of e){const{origin:e,event:r,fn:A}=t;e.removeL... method constructor (line 23) | constructor(){this.weakMap=new WeakMap,this.map=new Map} method set (line 23) | set(e,t){"object"==typeof e?this.weakMap.set(e,t):this.map.set(e,t)} method get (line 23) | get(e){return"object"==typeof e?this.weakMap.get(e):this.map.get(e)} method has (line 23) | has(e){return"object"==typeof e?this.weakMap.has(e):this.map.has(e)} function i (line 23) | function i(e,t){void 0===t&&(t=0);var r=e.charCodeAt(t);if(55296<=r&&r<=... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 23) | function s(i,s,a){var c=[i].concat(s).concat([a]),g=c[c.length-2],l=a,u=... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 23) | function a(i){return 1536<=i&&i<=1541||1757==i||1807==i||2274==i||3406==... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function o (line 23) | function o(e){const t={};if(!e)return t;const r=e.trim().split(/\s*,\s*/... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 23) | function i(e){let t=[];for(const r in e){const A=e[r];t.push(!0===A?r:r+... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method constructor (line 23) | constructor(e,t,{shared:r,cacheHeuristic:A,immutableMinTimeToLive:n,igno... method now (line 23) | now(){return Date.now()} method storable (line 23) | storable(){return!(this._reqcc["no-store"]||!("GET"===this._method||"HEA... method _hasExplicitExpiration (line 23) | _hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]|... method _assertRequestHasHeaders (line 23) | _assertRequestHasHeaders(e){if(!e||!e.headers)throw Error("Request heade... method satisfiesWithoutRevalidation (line 23) | satisfiesWithoutRevalidation(e){this._assertRequestHasHeaders(e);const t... method _requestMatches (line 23) | _requestMatches(e,t){return(!this._url||this._url===e.url)&&this._host==... method _allowsStoringAuthenticated (line 23) | _allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||thi... method _varyMatches (line 23) | _varyMatches(e){if(!this._resHeaders.vary)return!0;if("*"===this._resHea... method _copyWithoutHopByHopHeaders (line 23) | _copyWithoutHopByHopHeaders(e){const t={};for(const r in e)A[r]||(t[r]=e... method responseHeaders (line 23) | responseHeaders(){const e=this._copyWithoutHopByHopHeaders(this._resHead... method date (line 23) | date(){return this._trustServerDate?this._serverDate():this._responseTime} method _serverDate (line 23) | _serverDate(){const e=Date.parse(this._resHeaders.date);if(isFinite(e)){... method age (line 23) | age(){let e=Math.max(0,(this._responseTime-this.date())/1e3);if(this._re... method _ageValue (line 23) | _ageValue(){const e=parseInt(this._resHeaders.age);return isFinite(e)?e:0} method maxAge (line 23) | maxAge(){if(!this.storable()||this._rescc["no-cache"])return 0;if(this._... method timeToLive (line 23) | timeToLive(){return 1e3*Math.max(0,this.maxAge()-this.age())} method stale (line 23) | stale(){return this.maxAge()<=this.age()} method fromObject (line 23) | static fromObject(e){return new this(void 0,void 0,{_fromObject:e})} method _fromObject (line 23) | _fromObject(e){if(this._responseTime)throw Error("Reinitialized");if(!e|... method toObject (line 23) | toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._ca... method revalidationHeaders (line 23) | revalidationHeaders(e){this._assertRequestHasHeaders(e);const t=this._co... method revalidatedPolicy (line 23) | revalidatedPolicy(e,t){if(this._assertRequestHasHeaders(e),!t||!t.header... class C (line 23) | class C extends A{constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSe... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} method constructor (line 23) | constructor(e,t,r){super({autoDestroy:!1});const A="string"==typeof e||e... method method (line 23) | get method(){return this[y][I]} method method (line 23) | set method(e){e&&(this[y][I]=e.toUpperCase())} method path (line 23) | get path(){return this[y][E]} method path (line 23) | set path(e){e&&(this[y][E]=e)} method _mustNotHaveABody (line 23) | get _mustNotHaveABody(){return"GET"===this.method||"HEAD"===this.method|... method _write (line 23) | _write(e,t,r){if(this._mustNotHaveABody)return void r(new Error("The GET... method _final (line 23) | _final(e){if(this.destroyed)return;this.flushHeaders();const t=()=>{this... method abort (line 23) | abort(){this.res&&this.res.complete||(this.aborted||process.nextTick(()=... method _destroy (line 23) | _destroy(e,t){this.res&&this.res._dump(),this._request&&this._request.de... method flushHeaders (line 23) | async flushHeaders(){if(this[D]||this.destroyed)return;this[D]=!0;const ... method getHeader (line 23) | getHeader(e){if("string"!=typeof e)throw new l("name","string",e);return... method headersSent (line 23) | get headersSent(){return this[D]} method removeHeader (line 23) | removeHeader(e){if("string"!=typeof e)throw new l("name","string",e);if(... method setHeader (line 23) | setHeader(e,t){if(this.headersSent)throw new h("set");if("string"!=typeo... method setNoDelay (line 23) | setNoDelay(){} method setSocketKeepAlive (line 23) | setSocketKeepAlive(){} method setTimeout (line 23) | setTimeout(e,t){const r=()=>this._request.setTimeout(e,t);return this._r... method maxHeadersCount (line 23) | get maxHeadersCount(){if(!this.destroyed&&this._request)return this._req... method maxHeadersCount (line 23) | set maxHeadersCount(e){} method constructor (line 23) | constructor(e,t){super({highWaterMark:t,autoDestroy:!1}),this.statusCode... method _destroy (line 23) | _destroy(e){this.req._request.destroy(e)} method setTimeout (line 23) | setTimeout(e,t){return this.req.setTimeout(e,t),this} method _dump (line 23) | _dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),t... method _read (line 23) | _read(){this.req&&this.req._request.resume()} method constructor (line 23) | constructor(...e){super("string"==typeof A?A:A(e)),this.name=`${super.na... function t (line 23) | function t(e){return Array.isArray(e)?e:[e]} method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... class u (line 23) | class u{constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... class f (line 23) | class f{constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this.... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function n (line 49) | function n(e,t,r){if("function"==typeof t&&(r=t,t={}),!r){if("function"!... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function n (line 49) | function n(e,t,r){A.stat(e,(function(e,A){r(e,!e&&o(A,t))}))} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 49) | function o(e,t){return e.isFile()&&function(e,t){var r=e.mode,A=e.uid,n=... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function n (line 49) | function n(e,t,r){return!(!e.isSymbolicLink()&&!e.isFile())&&function(e,... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 49) | function o(e,t,r){A.stat(e,(function(A,o){r(A,!A&&n(o,e,t))}))} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function o (line 49) | function o(e){return function(){throw new Error("Function "+e+" is depre... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function t (line 49) | function t(e){return null==e} method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function l (line 49) | function l(e){var t,r,o;if(t=e.toString(16).toUpperCase(),e<=255)r="x",o... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 49) | function u(e){this.schema=e.schema||o,this.indent=Math.max(1,e.indent||2... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 49) | function h(e,t){for(var r,n=A.repeat(" ",t),o=0,i=-1,s="",a=e.length;o!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(e){return 32===e||9===e} function C (line 49) | function C(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 49) | function f(e){return C(e)&&65279!==e&&44!==e&&91!==e&&93!==e&&123!==e&&1... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 49) | function I(e){return/^\n* /.test(e)} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 49) | function m(e){return"\n"===e[e.length-1]?e.slice(0,-1):e} function w (line 49) | function w(e,t){if(""===e||" "===e[0])return e;for(var r,A,n=/ [^ ]/g,o=... function Q (line 49) | function Q(e,t,r){var A,o,i,c,g,l;for(i=0,c=(o=r?e.explicitTypes:e.impli... function D (line 49) | function D(e,t,r,A,o,i){e.tag=null,e.dump=r,Q(e,r,!1)||Q(e,r,!0);var a=s... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 49) | function b(e,t){var r,A,n=[],o=[];for(function e(t,r,A){var n,o,i;if(nul... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 49) | function v(e,t){var r=new u(t=t||{});return r.noRefs||b(e,r),D(r,0,e,!0,... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function t (line 49) | function t(e,t){Error.call(this),this.name="YAMLException",this.reason=e... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function p (line 49) | function p(e){return 10===e||13===e} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(e){return 9===e||32===e} function C (line 49) | function C(e){return 9===e||32===e||10===e||13===e} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 49) | function f(e){return 44===e||91===e||93===e||123===e||125===e} method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 49) | function I(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+1... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||e0&&e(null,this.ifEmpty)} function k (line 49) | function k(e,t,r,A){var n,o,i,s;if(t=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 49) | function R(e){var t,r=e.position;return!(45!==(t=e.input.charCodeAt(r))&... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function x (line 49) | function x(e,t){1===t?e.result+=" ":t>1&&(e.result+=A.repeat("\n",t-1))} method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function L (line 49) | function L(e,t){var r,A,n=e.tag,o=e.anchor,i=[],s=!1;for(null!==e.anchor... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function P (line 49) | function P(e){var t,r,A,n,o=!1,i=!1;if(33!==(n=e.input.charCodeAt(e.posi... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1,this.all=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function O (line 49) | function O(e){var t,r;if(38!==(r=e.input.charCodeAt(e.position)))return!... method constructor (line 2) | constructor(){super(...arguments),this.installIfNeeded=!1,this.dryRun=... method execute (line 2) | async execute(){const e=await p.VK.find(this.context.cwd,this.context.... function U (line 49) | function U(e,t,r,n,o){var i,s,c,g,l,u,h,E,w=1,Q=!1,D=!1;if(null!==e.list... method constructor (line 2) | constructor(){super(...arguments),this.patterns=[],this.all=!1,this.re... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function T (line 49) | function T(e){var t,r,A,n,o=e.position,i=!1;for(e.version=null,e.checkLi... method constructor (line 2) | constructor(){this.resolutions=null} method setup (line 2) | async setup(e,{report:t}){const r=n.y1.join(e.cwd,e.configuration.get(... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.resolutions&&this.resolutions.has... method supportsLocator (line 2) | supportsLocator(e,t){return!1} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("Assertion failed: This r... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){if(!this.resolutions)throw new Error("Asser... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){throw new Error("Assertion failed: This resolver do... method constructor (line 17) | constructor(e){super(),this.contexts=e,this.commands=[]} method from (line 17) | static from(e,t){const r=new T(t);r.path=e.path;for(const t of e.optio... method execute (line 17) | async execute(){let e=this.commands;if(void 0!==this.index&&this.index... function j (line 49) | function j(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.l... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.unsafe=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!t.project.storedResolutions.get(e.desc... method supportsLocator (line 2) | supportsLocator(e,t){return!!t.project.originalPackages.has(e.locatorH... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){throw new Error("The shouldPersistResolut... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){let A=r.project.originalPackages.get(O.conv... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.originalPackages.get(e.locatorHas... function Y (line 49) | function Y(e,t,r){var A,n,o=j(e,r);if("function"!=typeof t)return o;for(... method constructor (line 2) | constructor(){super(...arguments),this.tag="latest",this.tolerateRepub... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method constructor (line 17) | constructor({binaryLabel:e,binaryName:t="...",binaryVersion:r,enableCo... method from (line 17) | static from(e,t={}){const r=new Y(t);for(const t of e)r.register(t);re... method register (line 17) | register(e){const t=this.builder.command();this.registrations.set(e,t.... method process (line 17) | process(e){const{contexts:t,process:r}=this.builder.compile(),A=r(e);s... method run (line 17) | async run(e,t){let r,A;if(Array.isArray(e))try{r=this.process(e)}catch... method runExit (line 17) | async runExit(e,t){process.exitCode=await this.run(e,t)} method suggest (line 17) | suggest(e,t){const{contexts:r,process:A,suggest:n}=this.builder.compil... method definitions (line 17) | definitions({colored:e=!1}={}){const t=[];for(const[r,A]of this.regist... method usage (line 17) | usage(e=null,{colored:t,detailed:r=!1,prefix:A="$ "}={}){const n=null!... method error (line 17) | error(e,{colored:t,command:r=null}={}){e instanceof Error||(e=new Erro... method getUsageByRegistration (line 17) | getUsageByRegistration(e,t){const r=this.registrations.get(e);if(void ... method getUsageByIndex (line 17) | getUsageByIndex(e,t){return this.builder.getBuilderByIndex(e).usage(t)} method format (line 17) | format(e=this.enableColors){return e?P:O} function G (line 49) | function G(e,t){var r=j(e,t);if(0!==r.length){if(1===r.length)return r[0... function n (line 49) | function n(e,t,r,A,n){this.name=e,this.buffer=t,this.position=r,this.lin... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function i (line 49) | function i(e,t,r){var A=[];return e.include.forEach((function(e){r=i(e,t... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 49) | function s(e){this.include=e.include||[],this.implicit=e.implicit||[],th... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function o (line 49) | function o(e){return 48<=e&&e<=55} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 49) | function i(e){return 48<=e&&e<=57} method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... method constructor (line 49) | constructor(e,t){if(super(),this.opts=Object.assign({namespace:"keyv",se... method _getKeyPrefix (line 49) | _getKeyPrefix(e){return`${this.opts.namespace}:${e}`} method get (line 49) | get(e,t){e=this._getKeyPrefix(e);const{store:r}=this.opts;return Promise... method set (line 49) | set(e,t,r){e=this._getKeyPrefix(e),void 0===r&&(r=this.opts.ttl),0===r&&... method delete (line 49) | delete(e){e=this._getKeyPrefix(e);const{store:t}=this.opts;return Promis... method clear (line 49) | clear(){const{store:e}=this.opts;return Promise.resolve().then(()=>e.cle... function t (line 49) | function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function a (line 49) | function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function a (line 49) | function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function a (line 49) | function a(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function i (line 49) | function i(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new A;++t<... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function c (line 49) | function c(e){var t=this.__data__=new A(e);this.size=t.size} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function e (line 49) | function e(){} function n (line 49) | function n(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)t... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 49) | function o(e,t){if(Array.isArray(e))for(let r=0,A=e.length;rObject.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} method get (line 49) | get(){const r=e[t];return"function"==typeof r?r.bind(e):r} method set (line 49) | set(r){e[t]=r} function n (line 49) | function n(e){var t=function(){return t.called?t.value:(t.called=!0,t.va... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function n (line 49) | function n(e){var t=function(){return t.called?t.value:(t.called=!0,t.va... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 49) | function o(e){var t=function(){if(t.called)throw new Error(t.onceError);... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} class t (line 49) | class t extends Error{constructor(e){super(e||"Promise was canceled"),th... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... class r (line 49) | class r{static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).the... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function o (line 49) | async function o(e,t,r){if("string"!=typeof r)throw new TypeError("Expec... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 49) | function i(e,t,r){if("string"!=typeof r)throw new TypeError("Expected a ... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function t (line 49) | function t(e){this._maxSize=e,this.clear()} method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function l (line 49) | function l(e){return a.get(e)||a.set(e,u(e).map((function(e){return e.re... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 49) | function u(e){return e.match(r)} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 49) | function h(e,t,r){return"string"==typeof t&&(r=t,t=!1),r=r||"data",(e=e|... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 49) | function p(e,t,r){var A,n,o,i,s=e.length;for(n=0;n!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(e){return"string"==typeof e&&e&&-1!==["'",'"'].indexOf(e.char... function C (line 49) | function C(e){return!d(e)&&(function(e){return e.match(n)&&!e.match(A)}(... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} class t (line 49) | class t{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeErr... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... method [Symbol.iterator] (line 49) | *[Symbol.iterator](){for(const e of this.cache)yield e;for(const e of th... function r (line 49) | function r(e,r,A){A||(A=Error);class n extends A{constructor(e,t,A){supe... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 49) | function A(e,t){if(Array.isArray(e)){const r=e.length;return e=e.map(e=>... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function c (line 49) | function c(e){if(!(this instanceof c))return new c(e);n.call(this,e),o.c... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 49) | function g(){this._writableState.ended||process.nextTick(l,this)} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 49) | function l(e){e.end()} method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function n (line 49) | function n(e){if(!(this instanceof n))return new n(e);A.call(this,e)} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function m (line 49) | function m(e,t,n){A=A||r(72434),e=e||{},"boolean"!=typeof n&&(n=t instan... function w (line 49) | function w(e){if(A=A||r(72434),!(this instanceof w))return new w(e);var ... function Q (line 49) | function Q(e,t,r,A,n){a("readableAddChunk",t);var o,c=e._readableState;i... function D (line 49) | function D(e,t,r,A){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.e... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 49) | function b(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 49) | function v(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 49) | function S(e){var t=e._readableState;a("emitReadable_",t.destroyed,t.len... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 49) | function k(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(N,e,t))} method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function N (line 49) | function N(e,t){for(var r=t.length;!t.reading&&!t.ended&&t.length=0&&e{this.registerDefinition(t,t=>{t.addPat... method Boolean (line 2) | static Boolean(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method Counter (line 2) | static Counter(e,{hidden:t=!1,description:r}={}){return(A,n)=>{const o... method String (line 2) | static String(e={},{arity:t=1,tolerateBoolean:r=!1,hidden:A=!1,descrip... method Array (line 2) | static Array(e,{arity:t=1,hidden:r=!1,description:A}={}){return(n,o)=>... method Rest (line 2) | static Rest({required:e=0}={}){return(t,r)=>{this.registerDefinition(t... method Proxy (line 2) | static Proxy({required:e=0}={}){return(t,r)=>{this.registerDefinition(... method Usage (line 2) | static Usage(e){return e} method Schema (line 2) | static Schema(e){return e} method catch (line 2) | async catch(e){throw e} method validateAndExecute (line 2) | async validateAndExecute(){const e=this.constructor.schema;if(void 0!=... function R (line 49) | function R(e){var t=e._readableState;for(a("flow",t.flowing);t.flowing&&... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function x (line 49) | function x(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift(... method constructor (line 2) | constructor(){super(...arguments),this.verbose=!1,this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method supports (line 2) | supports(e,t){if(!e.reference.startsWith("npm:"))return!1;const r=new ... method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[A,n,o]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){let r;try{r=await v(x.getLocatorUrl(e),{co... method isConventionalTarballUrl (line 2) | static isConventionalTarballUrl(e,t,{configuration:r}){let A=B(e.scope... method getLocatorUrl (line 2) | static getLocatorUrl(e){const t=g().clean(e.reference.slice("npm:".len... method execute (line 17) | async execute(){this.context.stdout.write(this.cli.usage(null))} function L (line 49) | function L(e){var t=e._readableState;a("endReadable",t.endEmitted),t.end... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function P (line 49) | function P(e,t){a("endReadableNT",e.endEmitted,e.length),e.endEmitted||0... method constructor (line 2) | constructor(){super(...arguments),this.publish=!1,this.all=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function O (line 49) | function O(e,t){for(var r=0,A=e.length;r0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 49) | function s(){a("onend"),e.end()} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function l (line 49) | function l(t){a("ondata");var n=e.write(t);a("dest.write",n),!1===n&&((1... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 49) | function u(t){a("onerror",t),d(),e.removeListener("error",u),0===n(e,"er... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 49) | function h(){e.removeListener("finish",p),d()} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 49) | function p(){a("onfinish"),e.removeListener("close",h),d()} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(){a("unpipe"),r.unpipe(e)} function c (line 49) | function c(e,t){var r=this._transformState;r.transforming=!1;var A=r.wri... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 49) | function g(e){if(!(this instanceof g))return new g(e);a.call(this,e),thi... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 49) | function l(){var e=this;"function"!=typeof this._flush||this._readableSt... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 49) | function u(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e.... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function A (line 49) | function A(e){var t=this;this.next=null,this.entry=null,this.finish=func... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function y (line 49) | function y(){} method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 49) | function m(e,t,o){n=n||r(72434),e=e||{},"boolean"!=typeof o&&(o=t instan... function w (line 49) | function w(e){var t=this instanceof(n=n||r(72434));if(!t&&!c.call(w,this... function Q (line 49) | function Q(e,t,r,A,n,o,i){t.writelen=A,t.writecb=i,t.writing=!0,t.sync=!... function D (line 49) | function D(e,t,r,A){r||function(e,t){0===t.length&&t.needDrain&&(t.needD... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 49) | function b(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writ... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 49) | function v(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 49) | function S(e,t){e._final((function(r){t.pendingcb--,r&&e.emit("error",r)... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function k (line 49) | function k(e,t){var r=v(t);return r&&(!function(e,t){t.prefinished||t.fi... method constructor (line 2) | constructor(e){this.opts=e,this.mode="strict",this.packageRegistry=new... method getCustomDataKey (line 2) | getCustomDataKey(){return JSON.stringify({name:"PnpInstaller",version:... method attachCustomData (line 2) | attachCustomData(e){this.customData=e} method installPackage (line 2) | async installPackage(e,t){const r=g.requirableIdent(e),A=e.reference,n... method attachInternalDependencies (line 2) | async attachInternalDependencies(e,t){const r=this.getPackageInformati... method attachExternalDependents (line 2) | async attachExternalDependents(e,t){for(const r of t){this.getDiskInfo... method finalizeInstall (line 2) | async finalizeInstall(){const e=new Set;for(const{locator:e,location:t... method finalizeInstallWithPnp (line 2) | async finalizeInstallWithPnp(e){if(this.opts.project.configuration.get... method locateNodeModules (line 2) | async locateNodeModules(e){const t=[],r=e?new RegExp(e):null;for(const... method unplugPackageIfNeeded (line 2) | async unplugPackageIfNeeded(e,t,r,A){return this.shouldBeUnplugged(e,t... method shouldBeUnplugged (line 2) | shouldBeUnplugged(e,t,r){return void 0!==r.unplugged?r.unplugged:!!v.h... method unplugPackage (line 2) | async unplugPackage(e,t){const r=b(e,{configuration:this.opts.project.... method getPackageInformation (line 2) | getPackageInformation(e){const t=g.requirableIdent(e),r=e.reference,A=... method getDiskInformation (line 2) | getDiskInformation(e){const t=u.getMapWithDefault(this.packageRegistry... method constructor (line 2) | constructor(){this.stream=null} method close (line 2) | close(){if(null===this.stream)throw new Error("Assertion failed: No st... method attach (line 2) | attach(e){this.stream=e} method get (line 2) | get(){if(null===this.stream)throw new Error("Assertion failed: No stre... function n (line 49) | function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enume... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function h (line 49) | function h(e,t){return{value:e,done:t}} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 49) | function p(e){var t=e[i];if(null!==t){var r=e[u].read();null!==r&&(e[g]=... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(e){process.nextTick(p,e)} method stream (line 49) | get stream(){return this[u]} function A (line 49) | function A(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enume... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function e (line 49) | function e(){this.head=null,this.tail=null,this.length=0} function t (line 49) | function t(e,t){A(e,t),r(e)} method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function r (line 49) | function r(e){e._writableState&&!e._writableState.emitClose||e._readable... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 49) | function A(e,t){e.emit("error",t)} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function n (line 49) | function n(){} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function s (line 49) | function s(e){if(e)throw e} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 49) | function a(e,t,n,o){o=function(e){var t=!1;return function(){t||(t=!0,e.... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 49) | function c(e){e()} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 49) | function g(e,t){return e.pipe(t)} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 49) | function l(e){return e.length?"function"!=typeof e[e.length-1]?s:e.pop():s} method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} method constructor (line 49) | constructor(e,t,r,A){if("number"!=typeof e)throw new TypeError("Argument... method _read (line 49) | _read(){this.push(this.body),this.push(null)} function i (line 49) | function i(e){function A(){t&&t(e,r),t=null}o?process.nextTick(A):A()} method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 49) | function s(e,t,n){r[e]=n,(0==--A||t)&&i(t)} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function o (line 49) | function o(e,t){for(var r in e)t[r]=e[r]} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 49) | function i(e,t,r){return n(e,t,r)} method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function a (line 49) | function a(e){i[e]=s++} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function g (line 49) | function g(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrereleas... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 49) | function l(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrereleas... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function h (line 49) | function h(e,t){var r=u.test(e),A=u.test(t);return r&&A&&(e=+e,t=+t),e==... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 49) | function p(e,t,r){return new l(e,r).compare(new l(t,r))} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(e,t,r){return p(e,t,r)>0} function C (line 49) | function C(e,t,r){return p(e,t,r)<0} method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 49) | function f(e,t,r){return 0===p(e,t,r)} method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function I (line 49) | function I(e,t,r){return 0!==p(e,t,r)} method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||e=0} function B (line 49) | function B(e,t,r){return p(e,t,r)<=0} function y (line 49) | function y(e,t,r,A){switch(t){case"===":return"object"==typeof e&&(e=e.v... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 49) | function m(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrereleas... function Q (line 49) | function Q(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrereleas... function D (line 49) | function D(e,t){for(var r=!0,A=e.slice(),n=A.pop();r&&A.length;)r=A.ever... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 49) | function b(e){return!e||"x"===e.toLowerCase()||"*"===e} method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 49) | function v(e,t,r,A,n,o,i,s,a,c,g,l,u){return((t=b(r)?"":b(A)?">="+r+".0.... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 49) | function S(e,t,A){for(var n=0;ne)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... class A (line 49) | class A{constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,include... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... class c (line 49) | class c{constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,include... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... class u (line 49) | class u{get isHash(){return!0}constructor(e,t){const r=!!(t=l(t)).strict... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... class h (line 49) | class h{get isIntegrity(){return!0}toJSON(){return this.toString()}toStr... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 49) | function p(e,t){if(t=l(t),"string"==typeof e)return d(e,t);if(e.algorith... method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 49) | function d(e,t){return t.single?new u(e,t):e.trim().split(/\s+/).reduce(... function C (line 49) | function C(e,t){return t=l(t),e.algorithm&&e.digest?u.prototype.toString... method execute (line 2) | async execute(){const e=await n.VK.find(this.context.cwd,this.context.... method constructor (line 2) | constructor(e,t){super(e),this.name="Libzip Error",this.code=t} method constructor (line 23) | constructor({timeout:e=6e4,maxSessions:t=1/0,maxFreeSessions:r=10,maxC... method normalizeOrigin (line 23) | static normalizeOrigin(e,t){return"string"==typeof e&&(e=new URL(e)),t... method normalizeOptions (line 23) | normalizeOptions(e){let t="";if(e)for(const r of l)e[r]&&(t+=":"+e[r])... method _tryToCreateNewSession (line 23) | _tryToCreateNewSession(e,t){if(!(e in this.queue)||!(t in this.queue[e... method getSession (line 23) | getSession(e,t,r){return new Promise((A,n)=>{Array.isArray(r)?(r=[...r... method request (line 23) | request(e,t,r,A){return new Promise((n,o)=>{this.getSession(e,t,[{reje... method createConnection (line 23) | createConnection(e,t){return C.connect(e,t)} method connect (line 23) | static connect(e,t){t.ALPNProtocols=["h2"];const r=e.port||443,A=e.hos... method closeFreeSessions (line 23) | closeFreeSessions(){for(const e of Object.values(this.sessions))for(co... method destroy (line 23) | destroy(e){for(const t of Object.values(this.sessions))for(const r of ... method freeSessions (line 23) | get freeSessions(){return p({agent:this,isFree:!0})} method busySessions (line 23) | get busySessions(){return p({agent:this,isFree:!1})} function f (line 49) | function f(e){const t=(e=l(e)).integrity&&p(e.integrity,e),r=t&&Object.k... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function B (line 49) | function B(e,t){return E.indexOf(e.toLowerCase())>=E.indexOf(t.toLowerCa... function o (line 49) | function o(e){var t;switch(this.encoding=function(e){var t=function(e){i... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 49) | function i(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 49) | function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t,r){if(12... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 49) | function a(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 49) | function c(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 49) | function g(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t)... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 49) | function l(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 49) | function u(e){return e.toString(this.encoding)} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 49) | function h(e){return e&&e.length?this.write(e):""} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function a (line 49) | function a(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 49) | function c(e,t){if(0===s)return 0;if(o("color=16m")||o("color=full")||o(... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function t (line 49) | function t(e){return Array.prototype.slice.apply(e)} method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function r (line 49) | function r(e){this.status="pending",this._continuations=[],this._parent=... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 49) | function A(e){return e&&"function"==typeof e.then} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function n (line 49) | function n(e){return e} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function r (line 49) | function r(r,o){if(!t){t=!0,e||(e=n);var i=e(r);return A(i)?i.then((func... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function o (line 55) | function o(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let A=fun... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function i (line 55) | function i(e,t,r,A){let n,i=function(e,t){let r=1,A=1,n=g(e,r),o=new Set... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function s (line 55) | function s(e,t,r,A,n){let o=[];for(let n of e){let{string:e}=n;A||c(t,"s... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function a (line 55) | function a(e,t){return e>t?1:t>e?-1:0} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 55) | function c(e,t,r){return e.some(e=>e[t]===r)} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 55) | function g(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 55) | function l(e,t){return e-e%Math.pow(10,t)} method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 55) | function u(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""} method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function h (line 55) | function h(e,t,r){return`[${e}${t-e==1?"":"-"}${t}]`} method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){return a.VK.telemetry=null,await l.xfs.mktempPromise(a... method constructor (line 2) | constructor(e,{project:t}){this.workspacesCwds=new Set,this.dependenci... method setup (line 2) | async setup(){this.manifest=A.xfs.existsSync(n.y1.join(this.cwd,c.G.fi... method accepts (line 2) | accepts(e){const t=e.indexOf(":"),r=-1!==t?e.slice(0,t+1):null,A=-1!==... method computeCandidateName (line 2) | computeCandidateName(){return this.cwd===this.project.cwd?"root-worksp... method persistManifest (line 2) | async persistManifest(){const e={};this.manifest.exportTo(e);const t=n... method isIntegrity (line 49) | get isIntegrity(){return!0} method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){let t=(e=l(e)).sep||" ";return e.strict&&(t=t.replace(/\S+... method concat (line 49) | concat(e,t){t=l(t);const r="string"==typeof e?e:C(e,t);return p(`${thi... method hexDigest (line 49) | hexDigest(){return p(this,{single:!0}).hexDigest()} method match (line 49) | match(e,t){const r=p(e,t=l(t)),A=r.pickAlgorithm(t);return this[A]&&r[... method pickAlgorithm (line 49) | pickAlgorithm(e){const t=(e=l(e)).pickAlgorithm,r=Object.keys(this);if... function p (line 55) | function p(e){return/^-?(0+)\d/.test(e)} method supports (line 2) | supports(e,t){return!(!(r=e.reference)||!h.some(e=>!!r.match(e)));var r} method getLocalPath (line 2) | getLocalPath(e,t){return null} method fetch (line 2) | async fetch(e,t){const r=t.checksums.get(e.locatorHash)||null,[n,o,i]=... method fetchFromNetwork (line 2) | async fetchFromNetwork(e,t){const r=await n.get(this.getLocatorUrl(e,t... method getLocatorUrl (line 2) | getLocatorUrl(e,t){const{auth:r,username:A,reponame:n,treeish:o}=funct... function d (line 55) | function d(e,t,r){if(!t.isPadded)return e;let A=Math.abs(t.maxLen-String... function t (line 55) | function t(e,t){var r=e.length,A=new Array(r),n={},o=r,i=function(e){for... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function e (line 55) | function e(t,r,A,n,o,i,s){var a,c,g="",l=0,u=n.slice(0);if(u.push([r,A])... function A (line 55) | function A(e,t,r,A){var n,o=arguments.length,i=o<3?t:null===A?A=Object.g... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function c (line 55) | function c(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy|... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 55) | function g(e,t){var r=this;c.prototype.createSocket.call(r,e,(function(A... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 55) | function l(e,t,r){return"string"==typeof e?{host:e,port:t,localAddress:r... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function u (line 55) | function u(e){for(var t=1,r=arguments.length;t{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function r (line 55) | function r(){n.emit("free",t,o)} method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 55) | function A(e){n.removeSocket(t),t.removeListener("free",r),t.removeListe... method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function s (line 55) | function s(o,s,a){var c;return i.removeAllListeners(),s.removeAllListene... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function A (line 55) | function A(){for(var e=new Array(arguments.length),r=0;r{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function e (line 55) | function e(e,t){if(this.refs=e,"function"!=typeof t){if(!(0,n.default)(t... function e (line 55) | function e(e){this._resolve=function(t,r){var A=e(t,r);if(!(0,n.default)... function e (line 55) | function e(e,t){if(void 0===t&&(t={}),"string"!=typeof e)throw new TypeE... function s (line 55) | function s(e,t,r,A){var n=this;this.name="ValidationError",this.value=t,... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function d (line 55) | function d(){var e=(0,i.default)(["","[","]"]);return d=function(){retur... function f (line 55) | function f(e){var t=this;if(!(this instanceof f))return new f(e);u.defau... method constructor (line 2) | constructor(){super(...arguments),this.usev2=!1,this.assumeFreshProjec... method execute (line 2) | async execute(){if(l.xfs.existsSync(u.y1.join(this.context.cwd,i.G.fil... method executeProxy (line 2) | async executeProxy(e,t){if(null!==e.get("yarnPath"))throw new h.UsageE... method executeRegular (line 2) | async executeRegular(e){let t=null;if(!this.assumeFreshProject)try{t=a... method constructor (line 2) | constructor({configuration:e,stdout:t,json:r=!1,includeFooter:A=!0,inc... method start (line 2) | static async start(e,t){const r=new this(e),A=process.emitWarning;proc... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){this.cacheHitCount+=1} method reportCacheMiss (line 2) | reportCacheMiss(e,t){this.cacheMissCount+=1,void 0===t||this.configura... method startTimerSync (line 2) | startTimerSync(e,t,r){const A="function"==typeof t?t:r,n={committed:!1... method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r,n={com... method startCacheReport (line 2) | async startCacheReport(e){const t=this.configuration.get("preferAggreg... method reportSeparator (line 2) | reportSeparator(){0===this.indent?this.writeLineWithForgettableReset("... method reportInfo (line 2) | reportInfo(e,t){if(!this.includeInfos)return;this.commit();const r=`${... method reportWarning (line 2) | reportWarning(e,t){this.warningCount+=1,this.includeWarnings&&(this.co... method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.commit(),this.json?this.repor... method reportProgress (line 2) | reportProgress(e){let t=!1;const r=Promise.resolve().then(async()=>{co... method reportJson (line 2) | reportJson(e){this.json&&this.writeLineWithForgettableReset(""+JSON.st... method finalize (line 2) | async finalize(){if(!this.includeFooter)return;let e="";e=this.errorCo... method writeLine (line 2) | writeLine(e,{truncate:t}={}){this.clearProgress({clear:!0}),this.stdou... method writeLineWithForgettableReset (line 2) | writeLineWithForgettableReset(e,{truncate:t}={}){this.forgettableLines... method writeLines (line 2) | writeLines(e,{truncate:t}={}){this.clearProgress({delta:e.length});for... method reportCacheChanges (line 2) | reportCacheChanges({cacheHitCount:e,cacheMissCount:t}){const r=this.ca... method commit (line 2) | commit(){const e=this.uncommitted;this.uncommitted=new Set;for(const t... method clearProgress (line 2) | clearProgress({delta:e=0,clear:t=!1}){this.configuration.get("enablePr... method writeProgress (line 2) | writeProgress(){if(!this.configuration.get("enableProgressBars")||this... method refreshProgress (line 2) | refreshProgress(e=0){let t=!1;if(0===this.progress.size)t=!0;else for(... method truncate (line 2) | truncate(e,{truncate:t}={}){return this.configuration.get("enableProgr... method formatName (line 2) | formatName(e){return d(e,{configuration:this.configuration,json:this.j... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return C(e,{configuration:this.configuratio... method formatIndent (line 2) | formatIndent(){return"│ ".repeat(this.indent)} method constructor (line 2) | constructor(e,t){super(),this.lzSource=null,this.listings=new Map,this... method makeLibzipError (line 2) | makeLibzipError(e){const t=this.libzip.struct.errorCodeZip(e),r=this.l... method getExtractHint (line 2) | getExtractHint(e){for(const t of this.entries.keys()){const r=this.pat... method getAllFiles (line 2) | getAllFiles(){return Array.from(this.entries.keys())} method getRealPath (line 2) | getRealPath(){if(!this.path)throw new Error("ZipFS don't have real pat... method getBufferAndClose (line 2) | getBufferAndClose(){if(this.prepareClose(),!this.lzSource)throw new Er... method prepareClose (line 2) | prepareClose(){if(!this.ready)throw h.Vw("archive closed, close");(0,l... method saveAndClose (line 2) | saveAndClose(){if(!this.path||!this.baseFs)throw new Error("ZipFS cann... method discardAndClose (line 2) | discardAndClose(){this.prepareClose(),this.libzip.discard(this.zip),th... method resolve (line 2) | resolve(e){return p.y1.resolve(p.LZ.root,e)} method openPromise (line 2) | async openPromise(e,t,r){return this.openSync(e,t,r)} method openSync (line 2) | openSync(e,t,r){const A=this.nextFd++;return this.fds.set(A,{cursor:0,... method hasOpenFileHandles (line 2) | hasOpenFileHandles(){return!!this.fds.size} method opendirPromise (line 2) | async opendirPromise(e,t){return this.opendirSync(e,t)} method opendirSync (line 2) | opendirSync(e,t={}){const r=this.resolveFilename(`opendir '${e}'`,e);i... method readPromise (line 2) | async readPromise(e,t,r,A,n){return this.readSync(e,t,r,A,n)} method readSync (line 2) | readSync(e,t,r=0,A=0,n=-1){const o=this.fds.get(e);if(void 0===o)throw... method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?this.writeSync(... method writeSync (line 2) | writeSync(e,t,r,A,n){if(void 0===this.fds.get(e))throw h.Ch("read");th... method closePromise (line 2) | async closePromise(e){return this.closeSync(e)} method closeSync (line 2) | closeSync(e){if(void 0===this.fds.get(e))throw h.Ch("read");this.fds.d... method createReadStream (line 2) | createReadStream(e,{encoding:t}={}){if(null===e)throw new Error("Unimp... method createWriteStream (line 2) | createWriteStream(e,{encoding:t}={}){if(this.readOnly)throw h.YW(`open... method realpathPromise (line 2) | async realpathPromise(e){return this.realpathSync(e)} method realpathSync (line 2) | realpathSync(e){const t=this.resolveFilename(`lstat '${e}'`,e);if(!thi... method existsPromise (line 2) | async existsPromise(e){return this.existsSync(e)} method existsSync (line 2) | existsSync(e){if(!this.ready)throw h.Vw(`archive closed, existsSync '$... method accessPromise (line 2) | async accessPromise(e,t){return this.accessSync(e,t)} method accessSync (line 2) | accessSync(e,t=A.constants.F_OK){const r=this.resolveFilename(`access ... method statPromise (line 2) | async statPromise(e){return this.statSync(e)} method statSync (line 2) | statSync(e){const t=this.resolveFilename(`stat '${e}'`,e);if(!this.ent... method lstatPromise (line 2) | async lstatPromise(e){return this.lstatSync(e)} method lstatSync (line 2) | lstatSync(e){const t=this.resolveFilename(`lstat '${e}'`,e,!1);if(!thi... method statImpl (line 2) | statImpl(e,t){const r=this.entries.get(t);if(void 0!==r){const e=this.... method getUnixMode (line 2) | getUnixMode(e,t){if(-1===this.libzip.file.getExternalAttributes(this.z... method registerListing (line 2) | registerListing(e){let t=this.listings.get(e);if(t)return t;const r=th... method registerEntry (line 2) | registerEntry(e,t){this.registerListing(p.y1.dirname(e)).add(p.y1.base... method unregisterListing (line 2) | unregisterListing(e){this.listings.delete(e);const t=this.listings.get... method unregisterEntry (line 2) | unregisterEntry(e){this.unregisterListing(e);const t=this.entries.get(... method deleteEntry (line 2) | deleteEntry(e,t){this.unregisterEntry(e);if(-1===this.libzip.delete(th... method resolveFilename (line 2) | resolveFilename(e,t,r=!0){if(!this.ready)throw h.Vw("archive closed, "... method allocateBuffer (line 2) | allocateBuffer(e){Buffer.isBuffer(e)||(e=Buffer.from(e));const t=this.... method allocateUnattachedSource (line 2) | allocateUnattachedSource(e){const t=this.libzip.struct.errorS(),{buffe... method allocateSource (line 2) | allocateSource(e){const{buffer:t,byteLength:r}=this.allocateBuffer(e),... method setFileSource (line 2) | setFileSource(e,t){const r=Buffer.isBuffer(t)?t:Buffer.from(t),A=p.y1.... method isSymbolicLink (line 2) | isSymbolicLink(e){if(0===this.symlinkCount)return!1;if(-1===this.libzi... method getFileSource (line 2) | getFileSource(e,t={asyncDecompress:!1}){const r=this.fileSources.get(e... method chmodPromise (line 2) | async chmodPromise(e,t){return this.chmodSync(e,t)} method chmodSync (line 2) | chmodSync(e,t){if(this.readOnly)throw h.YW(`chmod '${e}'`);t&=493;cons... method chownPromise (line 2) | async chownPromise(e,t,r){return this.chownSync(e,t,r)} method chownSync (line 2) | chownSync(e,t,r){throw new Error("Unimplemented")} method renamePromise (line 2) | async renamePromise(e,t){return this.renameSync(e,t)} method renameSync (line 2) | renameSync(e,t){throw new Error("Unimplemented")} method copyFilePromise (line 2) | async copyFilePromise(e,t,r){const{indexSource:A,indexDest:n,resolvedD... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const{indexSource:A,indexDest:n,resolvedDestP:o}... method prepareCopyFile (line 2) | prepareCopyFile(e,t,r=0){if(this.readOnly)throw h.YW(`copyfile '${e} -... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){if(this.readOnly)throw h.YW(`open '${e}... method appendFileSync (line 2) | appendFileSync(e,t,r={}){if(this.readOnly)throw h.YW(`open '${e}'`);re... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){const{encoding:A,index:n,resolvedP:o}=th... method writeFileSync (line 2) | writeFileSync(e,t,r){const{encoding:A,index:n,resolvedP:o}=this.prepar... method prepareWriteFile (line 2) | prepareWriteFile(e,t){if("string"!=typeof e)throw h.Ch("read");if(this... method unlinkPromise (line 2) | async unlinkPromise(e){return this.unlinkSync(e)} method unlinkSync (line 2) | unlinkSync(e){if(this.readOnly)throw h.YW(`unlink '${e}'`);const t=thi... method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.utimesSync(e,t,r)} method utimesSync (line 2) | utimesSync(e,t,r){if(this.readOnly)throw h.YW(`utimes '${e}'`);const A... method lutimesPromise (line 2) | async lutimesPromise(e,t,r){return this.lutimesSync(e,t,r)} method lutimesSync (line 2) | lutimesSync(e,t,r){if(this.readOnly)throw h.YW(`lutimes '${e}'`);const... method utimesImpl (line 2) | utimesImpl(e,t){this.listings.has(e)&&(this.entries.has(e)||this.hydra... method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.mkdirSync(e,t)} method mkdirSync (line 2) | mkdirSync(e,{mode:t=493,recursive:r=!1}={}){if(r)return void this.mkdi... method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.rmdirSync(e,t)} method rmdirSync (line 2) | rmdirSync(e,{recursive:t=!1}={}){if(this.readOnly)throw h.YW(`rmdir '$... method hydrateDirectory (line 2) | hydrateDirectory(e){const t=this.libzip.dir.add(this.zip,p.y1.relative... method linkPromise (line 2) | async linkPromise(e,t){return this.linkSync(e,t)} method linkSync (line 2) | linkSync(e,t){throw h.Hs(`link '${e}' -> '${t}'`)} method symlinkPromise (line 2) | async symlinkPromise(e,t){return this.symlinkSync(e,t)} method symlinkSync (line 2) | symlinkSync(e,t){if(this.readOnly)throw h.YW(`symlink '${e}' -> '${t}'... method readFilePromise (line 2) | async readFilePromise(e,t){"object"==typeof t&&(t=t?t.encoding:void 0)... method readFileSync (line 2) | readFileSync(e,t){"object"==typeof t&&(t=t?t.encoding:void 0);const r=... method readFileBuffer (line 2) | readFileBuffer(e,t={asyncDecompress:!1}){if("string"!=typeof e)throw h... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.readdirSync(e... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){const r=this.resolveFilename(`scan... method readlinkPromise (line 2) | async readlinkPromise(e){const t=this.prepareReadlink(e);return(await ... method readlinkSync (line 2) | readlinkSync(e){const t=this.prepareReadlink(e);return this.getFileSou... method prepareReadlink (line 2) | prepareReadlink(e){const t=this.resolveFilename(`readlink '${e}'`,e,!1... method truncatePromise (line 2) | async truncatePromise(e,t=0){const r=this.resolveFilename(`open '${e}'... method truncateSync (line 2) | truncateSync(e,t=0){const r=this.resolveFilename(`open '${e}'`,e),A=th... method watch (line 2) | watch(e,t,r){let A;switch(typeof t){case"function":case"string":case"u... method watchFile (line 2) | watchFile(e,t,r){const A=this.resolveFilename(`open '${e}'`,e);return(... method unwatchFile (line 2) | unwatchFile(e,t){const r=this.resolveFilename(`open '${e}'`,e);return(... method constructor (line 2) | constructor(){super(s.y1)} method getExtractHint (line 2) | getExtractHint(){throw C()} method getRealPath (line 2) | getRealPath(){throw C()} method resolve (line 2) | resolve(){throw C()} method openPromise (line 2) | async openPromise(){throw C()} method openSync (line 2) | openSync(){throw C()} method opendirPromise (line 2) | async opendirPromise(){throw C()} method opendirSync (line 2) | opendirSync(){throw C()} method readPromise (line 2) | async readPromise(){throw C()} method readSync (line 2) | readSync(){throw C()} method writePromise (line 2) | async writePromise(){throw C()} method writeSync (line 2) | writeSync(){throw C()} method closePromise (line 2) | async closePromise(){throw C()} method closeSync (line 2) | closeSync(){throw C()} method createWriteStream (line 2) | createWriteStream(){throw C()} method createReadStream (line 2) | createReadStream(){throw C()} method realpathPromise (line 2) | async realpathPromise(){throw C()} method realpathSync (line 2) | realpathSync(){throw C()} method readdirPromise (line 2) | async readdirPromise(){throw C()} method readdirSync (line 2) | readdirSync(){throw C()} method existsPromise (line 2) | async existsPromise(e){throw C()} method existsSync (line 2) | existsSync(e){throw C()} method accessPromise (line 2) | async accessPromise(){throw C()} method accessSync (line 2) | accessSync(){throw C()} method statPromise (line 2) | async statPromise(){throw C()} method statSync (line 2) | statSync(){throw C()} method lstatPromise (line 2) | async lstatPromise(e){throw C()} method lstatSync (line 2) | lstatSync(e){throw C()} method chmodPromise (line 2) | async chmodPromise(){throw C()} method chmodSync (line 2) | chmodSync(){throw C()} method chownPromise (line 2) | async chownPromise(){throw C()} method chownSync (line 2) | chownSync(){throw C()} method mkdirPromise (line 2) | async mkdirPromise(){throw C()} method mkdirSync (line 2) | mkdirSync(){throw C()} method rmdirPromise (line 2) | async rmdirPromise(){throw C()} method rmdirSync (line 2) | rmdirSync(){throw C()} method linkPromise (line 2) | async linkPromise(){throw C()} method linkSync (line 2) | linkSync(){throw C()} method symlinkPromise (line 2) | async symlinkPromise(){throw C()} method symlinkSync (line 2) | symlinkSync(){throw C()} method renamePromise (line 2) | async renamePromise(){throw C()} method renameSync (line 2) | renameSync(){throw C()} method copyFilePromise (line 2) | async copyFilePromise(){throw C()} method copyFileSync (line 2) | copyFileSync(){throw C()} method appendFilePromise (line 2) | async appendFilePromise(){throw C()} method appendFileSync (line 2) | appendFileSync(){throw C()} method writeFilePromise (line 2) | async writeFilePromise(){throw C()} method writeFileSync (line 2) | writeFileSync(){throw C()} method unlinkPromise (line 2) | async unlinkPromise(){throw C()} method unlinkSync (line 2) | unlinkSync(){throw C()} method utimesPromise (line 2) | async utimesPromise(){throw C()} method utimesSync (line 2) | utimesSync(){throw C()} method readFilePromise (line 2) | async readFilePromise(){throw C()} method readFileSync (line 2) | readFileSync(){throw C()} method readlinkPromise (line 2) | async readlinkPromise(){throw C()} method readlinkSync (line 2) | readlinkSync(){throw C()} method truncatePromise (line 2) | async truncatePromise(){throw C()} method truncateSync (line 2) | truncateSync(){throw C()} method watch (line 2) | watch(){throw C()} method watchFile (line 2) | watchFile(){throw C()} method unwatchFile (line 2) | unwatchFile(){throw C()} method constructor (line 23) | constructor({ignorecase:e=!0}={}){var t,r,A;this._rules=[],this._ignor... method _initCache (line 23) | _initCache(){this._ignoreCache=Object.create(null),this._testCache=Obj... method _addPattern (line 23) | _addPattern(e){if(e&&e[s])return this._rules=this._rules.concat(e._rul... method add (line 23) | add(e){return this._added=!1,t(l(e)?(e=>e.split(o))(e):e).forEach(this... method addPattern (line 23) | addPattern(e){return this.add(e)} method _testOne (line 23) | _testOne(e,t){let r=!1,A=!1;return this._rules.forEach(n=>{const{negat... method _test (line 23) | _test(e,t,r,A){const n=e&&d.convert(e);return d(n,e,p),this._t(n,t,r,A)} method _t (line 23) | _t(e,t,r,A){if(e in t)return t[e];if(A||(A=e.split("/")),A.pop(),!A.le... method ignores (line 23) | ignores(e){return this._test(e,this._ignoreCache,!1).ignored} method createFilter (line 23) | createFilter(){return e=>!this.ignores(e)} method filter (line 23) | filter(e){return t(e).filter(this.createFilter())} method test (line 23) | test(e){return this._test(e,this._testCache,!0)} function s (line 55) | function s(){var e=this;if(!(this instanceof s))return new s;o.default.c... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function u (line 55) | function u(){var e=this;if(!(this instanceof u))return new u;n.default.c... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function e (line 55) | function e(){this.list=new Set,this.refs=new Map} function I (line 55) | function I(e){var t=this;if(void 0===e&&(e={}),!(this instanceof I))retu... method constructor (line 2) | constructor(e,t){super("Cannot apply hunk #"+(e+1)),this.hunk=t} method constructor (line 2) | constructor(e,{configuration:t,immutable:r=t.get("enableImmutableCache... method find (line 2) | static async find(e,{immutable:t,check:r}={}){const A=new I(e.get("cac... method mirrorCwd (line 2) | get mirrorCwd(){if(!this.configuration.get("enableMirror"))return null... method getVersionFilename (line 2) | getVersionFilename(e){return`${C.slugifyLocator(e)}-${this.cacheKey}.z... method getChecksumFilename (line 2) | getChecksumFilename(e,t){const r=function(e){const t=e.indexOf("/");re... method getLocatorPath (line 2) | getLocatorPath(e,t){if(null===this.mirrorCwd)return s.y1.resolve(this.... method getLocatorMirrorPath (line 2) | getLocatorMirrorPath(e){const t=this.mirrorCwd;return null!==t?s.y1.re... method setup (line 2) | async setup(){if(!this.configuration.get("enableGlobalCache")){await a... method fetchPackageFromCache (line 2) | async fetchPackageFromCache(e,t,{onHit:r,onMiss:g,loader:f,skipIntegri... method writeFileWithLock (line 2) | async writeFileWithLock(e,t){return null===e?await t():(await a.xfs.mk... method constructor (line 2) | constructor({cache:e=new Map,maxTtl:t=1/0,fallbackDuration:r=3600,erro... method servers (line 2) | set servers(e){this.clear(),this._resolver.setServers(e)} method servers (line 2) | get servers(){return this._resolver.getServers()} method lookup (line 2) | lookup(e,t,r){if("function"==typeof t?(r=t,t={}):"number"==typeof t&&(... method lookupAsync (line 2) | async lookupAsync(e,t={}){"number"==typeof t&&(t={family:t});let r=awa... method query (line 2) | async query(e){let t=await this._cache.get(e);if(!t){const r=this._pen... method _resolve (line 2) | async _resolve(e){const[t,r]=await Promise.all([this._resolve4(e,C),th... method _lookup (line 2) | async _lookup(e){try{return{entries:await this._dnsLookup(e,{all:!0}),... method _set (line 2) | async _set(e,t,r){if(this.maxTtl>0&&r>0){r=1e3*Math.min(r,this.maxTtl)... method queryAndCache (line 2) | async queryAndCache(e){if(this._hostnamesToFallback.has(e))return this... method _tick (line 2) | _tick(e){const t=this._nextRemovalTime;(!t||er.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function w (line 55) | function w(e){var t=this;if(!(this instanceof w))return new w(e);h.defau... function l (line 55) | function l(){var e=this;if(!(this instanceof l))return new l;o.default.c... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function g (line 55) | function g(e){var g=e.value,u=e.path,h=e.label,p=e.options,d=e.originalV... method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function l (line 55) | function l(e){var t=e.value,r=e.label,A=e.resolve,a=e.originalValue,c=(0... method constructor (line 2) | constructor(){this.indent=" ",this.name=null,this.version=null,this.o... method tryFind (line 2) | static async tryFind(e,{baseFs:t=new A.S}={}){const r=n.y1.join(e,"pac... method find (line 2) | static async find(e,{baseFs:t}={}){const r=await l.tryFind(e,{baseFs:t... method fromFile (line 2) | static async fromFile(e,{baseFs:t=new A.S}={}){const r=new l;return aw... method fromText (line 2) | static fromText(e){const t=new l;return t.loadFromText(e),t} method isManifestFieldCompatible (line 2) | static isManifestFieldCompatible(e,t){if(null===e)return!0;let r=!0,A=... method loadFromText (line 2) | loadFromText(e){let t;try{t=JSON.parse(h(e)||"{}")}catch(t){throw t.me... method loadFile (line 2) | async loadFile(e,{baseFs:t=new A.S}){const r=await t.readFilePromise(e... method load (line 2) | load(e,{yamlCompatibilityMode:t=!1}={}){if("object"!=typeof e||null===... method getForScope (line 2) | getForScope(e){switch(e){case"dependencies":return this.dependencies;c... method hasConsumerDependency (line 2) | hasConsumerDependency(e){return!!this.dependencies.has(e.identHash)||!... method hasHardDependency (line 2) | hasHardDependency(e){return!!this.dependencies.has(e.identHash)||!!thi... method hasSoftDependency (line 2) | hasSoftDependency(e){return!!this.peerDependencies.has(e.identHash)} method hasDependency (line 2) | hasDependency(e){return!!this.hasHardDependency(e)||!!this.hasSoftDepe... method isCompatibleWithOS (line 2) | isCompatibleWithOS(e){return l.isManifestFieldCompatible(this.os,e)} method isCompatibleWithCPU (line 2) | isCompatibleWithCPU(e){return l.isManifestFieldCompatible(this.cpu,e)} method ensureDependencyMeta (line 2) | ensureDependencyMeta(e){if("unknown"!==e.range&&!s().valid(e.range))th... method ensurePeerDependencyMeta (line 2) | ensurePeerDependencyMeta(e){if("unknown"!==e.range)throw new Error(`In... method setRawField (line 2) | setRawField(e,t,{after:r=[]}={}){const A=new Set(r.filter(e=>Object.pr... method exportTo (line 2) | exportTo(e,{compatibilityMode:t=!0}={}){if(Object.assign(e,this.raw),n... method constructor (line 2) | constructor({libzip:e,baseFs:t=new o.S,filter:r=null,maxOpenFiles:A=1/... method openPromise (line 2) | static async openPromise(e,t){const r=new l(t);try{return await e(r)}f... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method saveAndClose (line 2) | saveAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipFs:t... method discardAndClose (line 2) | discardAndClose(){if((0,s.L)(this),this.zipInstances)for(const[e,{zipF... method resolve (line 2) | resolve(e){return this.baseFs.resolve(e)} method remapFd (line 2) | remapFd(e,t){const r=this.nextFd++|c;return this.fdMap.set(r,[e,t]),r} method openPromise (line 2) | async openPromise(e,t,r){return await this.makeCallPromise(e,async()=>... method openSync (line 2) | openSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.openSync(e,... method opendirPromise (line 2) | async opendirPromise(e,t){return await this.makeCallPromise(e,async()=... method opendirSync (line 2) | opendirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.opendirSyn... method readPromise (line 2) | async readPromise(e,t,r,A,n){if(0==(e&c))return await this.baseFs.read... method readSync (line 2) | readSync(e,t,r,A,n){if(0==(e&c))return this.baseFs.readSync(e,t,r,A,n)... method writePromise (line 2) | async writePromise(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?awa... method writeSync (line 2) | writeSync(e,t,r,A,n){if(0==(e&c))return"string"==typeof t?this.baseFs.... method closePromise (line 2) | async closePromise(e){if(0==(e&c))return await this.baseFs.closePromis... method closeSync (line 2) | closeSync(e){if(0==(e&c))return this.baseFs.closeSync(e);const t=this.... method createReadStream (line 2) | createReadStream(e,t){return null===e?this.baseFs.createReadStream(e,t... method createWriteStream (line 2) | createWriteStream(e,t){return null===e?this.baseFs.createWriteStream(e... method realpathPromise (line 2) | async realpathPromise(e){return await this.makeCallPromise(e,async()=>... method realpathSync (line 2) | realpathSync(e){return this.makeCallSync(e,()=>this.baseFs.realpathSyn... method existsPromise (line 2) | async existsPromise(e){return await this.makeCallPromise(e,async()=>aw... method existsSync (line 2) | existsSync(e){return this.makeCallSync(e,()=>this.baseFs.existsSync(e)... method accessPromise (line 2) | async accessPromise(e,t){return await this.makeCallPromise(e,async()=>... method accessSync (line 2) | accessSync(e,t){return this.makeCallSync(e,()=>this.baseFs.accessSync(... method statPromise (line 2) | async statPromise(e){return await this.makeCallPromise(e,async()=>awai... method statSync (line 2) | statSync(e){return this.makeCallSync(e,()=>this.baseFs.statSync(e),(e,... method lstatPromise (line 2) | async lstatPromise(e){return await this.makeCallPromise(e,async()=>awa... method lstatSync (line 2) | lstatSync(e){return this.makeCallSync(e,()=>this.baseFs.lstatSync(e),(... method chmodPromise (line 2) | async chmodPromise(e,t){return await this.makeCallPromise(e,async()=>a... method chmodSync (line 2) | chmodSync(e,t){return this.makeCallSync(e,()=>this.baseFs.chmodSync(e,... method chownPromise (line 2) | async chownPromise(e,t,r){return await this.makeCallPromise(e,async()=... method chownSync (line 2) | chownSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.chownSync(... method renamePromise (line 2) | async renamePromise(e,t){return await this.makeCallPromise(e,async()=>... method renameSync (line 2) | renameSync(e,t){return this.makeCallSync(e,()=>this.makeCallSync(t,()=... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){const n=async(e,t,n,o)=>{if(0!=(r&A.con... method copyFileSync (line 2) | copyFileSync(e,t,r=0){const n=(e,t,n,o)=>{if(0!=(r&A.constants.COPYFIL... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await this.makeCallPromise(e,asy... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.appen... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await this.makeCallPromise(e,asyn... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.writeF... method unlinkPromise (line 2) | async unlinkPromise(e){return await this.makeCallPromise(e,async()=>aw... method unlinkSync (line 2) | unlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.unlinkSync(e)... method utimesPromise (line 2) | async utimesPromise(e,t,r){return await this.makeCallPromise(e,async()... method utimesSync (line 2) | utimesSync(e,t,r){return this.makeCallSync(e,()=>this.baseFs.utimesSyn... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method mkdirSync (line 2) | mkdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.mkdirSync(e,... method rmdirPromise (line 2) | async rmdirPromise(e,t){return await this.makeCallPromise(e,async()=>a... method rmdirSync (line 2) | rmdirSync(e,t){return this.makeCallSync(e,()=>this.baseFs.rmdirSync(e,... method linkPromise (line 2) | async linkPromise(e,t){return await this.makeCallPromise(t,async()=>aw... method linkSync (line 2) | linkSync(e,t){return this.makeCallSync(t,()=>this.baseFs.linkSync(e,t)... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return await this.makeCallPromise(t,async(... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.makeCallSync(t,()=>this.baseFs.symlinkS... method readFilePromise (line 2) | async readFilePromise(e,t){return this.makeCallPromise(e,async()=>{swi... method readFileSync (line 2) | readFileSync(e,t){return this.makeCallSync(e,()=>{switch(t){case"utf8"... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await this.makeCal... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.makeCallSync(e,()=>thi... method readlinkPromise (line 2) | async readlinkPromise(e){return await this.makeCallPromise(e,async()=>... method readlinkSync (line 2) | readlinkSync(e){return this.makeCallSync(e,()=>this.baseFs.readlinkSyn... method truncatePromise (line 2) | async truncatePromise(e,t){return await this.makeCallPromise(e,async()... method truncateSync (line 2) | truncateSync(e,t){return this.makeCallSync(e,()=>this.baseFs.truncateS... method watch (line 2) | watch(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watch(e,t,r),(... method watchFile (line 2) | watchFile(e,t,r){return this.makeCallSync(e,()=>this.baseFs.watchFile(... method unwatchFile (line 2) | unwatchFile(e,t){return this.makeCallSync(e,()=>this.baseFs.unwatchFil... method makeCallPromise (line 2) | async makeCallPromise(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typ... method makeCallSync (line 2) | makeCallSync(e,t,r,{requireSubpath:A=!0}={}){if("string"!=typeof e)ret... method findZip (line 2) | findZip(e){if(this.filter&&!this.filter.test(e))return null;let t="";f... method limitOpenFiles (line 2) | limitOpenFiles(e){if(null===this.zipInstances)return;const t=Date.now(... method getZipPromise (line 2) | async getZipPromise(e,t){const r=async()=>({baseFs:this.baseFs,libzip:... method getZipSync (line 2) | getZipSync(e,t){const r=()=>({baseFs:this.baseFs,libzip:this.libzip,re... method constructor (line 17) | constructor(e={}){super(),this.name=e.name,this.type=e.type,this.optio... method keypress (line 17) | async keypress(e,t={}){this.keypressed=!0;let r=o.action(e,o(e,t),this... method alert (line 17) | alert(){delete this.state.alert,!1===this.options.show?this.emit("aler... method cursorHide (line 17) | cursorHide(){this.stdout.write(g.cursor.hide()),c.onExit(()=>this.curs... method cursorShow (line 17) | cursorShow(){this.stdout.write(g.cursor.show())} method write (line 17) | write(e){e&&(this.stdout&&!1!==this.state.show&&this.stdout.write(e),t... method clear (line 17) | clear(e=0){let t=this.state.buffer;this.state.buffer="",(t||e)&&!1!==t... method restore (line 17) | restore(){if(this.state.closed||!1===this.options.show)return;let{prom... method sections (line 17) | sections(){let{buffer:e,input:t,prompt:r}=this.state;r=n.unstyle(r);le... method submit (line 17) | async submit(){this.state.submitted=!0,this.state.validating=!0,this.o... method cancel (line 17) | async cancel(e){this.state.cancelled=this.state.submitted=!0,await thi... method close (line 17) | async close(){this.state.closed=!0;try{let e=this.sections(),t=Math.ce... method start (line 17) | start(){this.stop||!1===this.options.show||(this.stop=o.listen(this,th... method skip (line 17) | async skip(){return this.skipped=!0===this.options.skip,"function"==ty... method initialize (line 17) | async initialize(){let{format:e,options:t,result:r}=this;if(this.forma... method render (line 17) | render(){throw new Error("expected prompt to have a custom render meth... method run (line 17) | run(){return new Promise(async(e,t)=>{if(this.once("submit",e),this.on... method element (line 17) | async element(e,t,r){let{options:A,state:n,symbols:o,timers:i}=this,s=... method prefix (line 17) | async prefix(){let e=await this.element("prefix")||this.symbols,t=this... method message (line 17) | async message(){let e=await this.element("message");return c.hasColor(... method separator (line 17) | async separator(){let e=await this.element("separator")||this.symbols,... method pointer (line 17) | async pointer(e,t){let r=await this.element("pointer",e,t);if("string"... method indicator (line 17) | async indicator(e,t){let r=await this.element("indicator",e,t);if("str... method body (line 17) | body(){return null} method footer (line 17) | footer(){if("pending"===this.state.status)return this.element("footer")} method header (line 17) | header(){if("pending"===this.state.status)return this.element("header")} method hint (line 17) | async hint(){if("pending"===this.state.status&&!this.isValue(this.stat... method error (line 17) | error(e){return this.state.submitted?"":e||this.state.error} method format (line 17) | format(e){return e} method result (line 17) | result(e){return e} method validate (line 17) | validate(e){return!0!==this.options.required||this.isValue(e)} method isValue (line 17) | isValue(e){return null!=e&&""!==e} method resolve (line 17) | resolve(e,...t){return c.resolve(this,e,...t)} method base (line 17) | get base(){return l.prototype} method style (line 17) | get style(){return this.styles[this.state.status]} method height (line 17) | get height(){return this.options.rows||c.height(this.stdout,25)} method width (line 17) | get width(){return this.options.columns||c.width(this.stdout,80)} method size (line 17) | get size(){return{width:this.width,height:this.height}} method cursor (line 17) | set cursor(e){this.state.cursor=e} method cursor (line 17) | get cursor(){return this.state.cursor} method input (line 17) | set input(e){this.state.input=e} method input (line 17) | get input(){return this.state.input} method value (line 17) | set value(e){this.state.value=e} method value (line 17) | get value(){let{input:e,value:t}=this.state,r=[t,e].find(this.isValue.... method prompt (line 17) | static get prompt(){return e=>new this(e).run()} function s (line 55) | function s(e,t){if(void 0===t&&(t=!1),null==e||!0===e||!1===e)return""+e... method constructor (line 2) | constructor(){super(...arguments),this.quiet=!1,this.args=[]} method execute (line 2) | async execute(){const e=[];this.pkg&&e.push("--package",this.pkg),this... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(){this.reportedInfos=new Set,this.reportedWarnings=new Set... method progressViaCounter (line 2) | static progressViaCounter(e){let t,r=0,A=new Promise(e=>{t=e});const n... method reportInfoOnce (line 2) | reportInfoOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedInfos.has(... method reportWarningOnce (line 2) | reportWarningOnce(e,t,r){const A=r&&r.key?r.key:t;this.reportedWarning... method reportErrorOnce (line 2) | reportErrorOnce(e,t,r){var A;const n=r&&r.key?r.key:t;this.reportedErr... method reportExceptionOnce (line 2) | reportExceptionOnce(e){!function(e){return void 0!==e.reportCode}(e)?t... method createStreamReporter (line 2) | createStreamReporter(e=null){const t=new A.PassThrough,r=new n.StringD... method supports (line 2) | supports(e){return!!e.reference.startsWith("virtual:")} method getLocalPath (line 2) | getLocalPath(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new... method fetch (line 2) | async fetch(e,t){const r=e.reference.indexOf("#");if(-1===r)throw new ... method getLocatorFilename (line 2) | getLocatorFilename(e){return i.slugifyLocator(e)} method ensureVirtualLink (line 2) | async ensureVirtualLink(e,t,r){const i=t.packageFs.getRealPath(),s=r.p... method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method getTarget (line 2) | getTarget(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapToBase (line 2) | mapToBase(e){const t=this.pathUtils.normalize(e);if(this.pathUtils.isA... method mapFromBase (line 2) | mapFromBase(e){return this.pathUtils.resolve(i,this.pathUtils.relative... method constructor (line 17) | constructor(){super(...arguments),this._walkStream=o.walkStream,this._... method dynamic (line 17) | dynamic(e,t){return this._walkStream(e,t)} method static (line 17) | static(e,t){const r=e.map(this._getFullEntryPath,this),n=new A.PassThr... method _getEntry (line 17) | _getEntry(e,t,r){return this._getStat(e).then(e=>this._makeEntry(e,t))... method _getStat (line 17) | _getStat(e){return new Promise((t,r)=>{this._stat(e,this._fsStatSettin... method constructor (line 23) | constructor(e){super("Promise was canceled",{},e),this.name="CancelErr... method isCanceled (line 23) | get isCanceled(){return!0} method constructor (line 23) | constructor(e,t){super(`Timeout awaiting '${t}' for ${e}ms`),this.even... function i (line 55) | function i(e,t,r,A){var i,s,a;return A=A||r,t?((0,n.forEach)(t,(function... method constructor (line 2) | constructor({configuration:e,stdout:t,suggestInstall:r=!0}){super(),th... method start (line 2) | static async start(e,t){const r=new this(e);try{await t(r)}catch(e){r.... method hasErrors (line 2) | hasErrors(){return this.errorCount>0} method exitCode (line 2) | exitCode(){return this.hasErrors()?1:0} method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){this.errorCount+=1,this.stdout.write(`${o.pretty(this... method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){this.errorCount>0&&(this.stdout.write(o.pretty(this.c... method formatNameWithHyperlink (line 2) | formatNameWithHyperlink(e){return(0,n.Qw)(e,{configuration:this.config... method constructor (line 2) | constructor(e,t,r){super(t),this.reportExtra=r,this.reportCode=e} method constructor (line 2) | constructor(e,{baseFs:t=new A.S}={}){super(o.y1),this.target=this.path... method getRealPath (line 2) | getRealPath(){return this.pathUtils.resolve(this.baseFs.getRealPath(),... method resolve (line 2) | resolve(e){return this.pathUtils.isAbsolute(e)?o.y1.normalize(e):this.... method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return this.pathUtils.isAbsolute(e)?e:this.pathUtils.join... method constructor (line 2) | constructor(){super(...arguments),this._scandir=A.scandirSync,this._st... method read (line 2) | read(){return this._pushToQueue(this._root,this._settings.basePath),th... method _pushToQueue (line 2) | _pushToQueue(e,t){this._queue.add({directory:e,base:t})} method _handleQueue (line 2) | _handleQueue(){for(const e of this._queue.values())this._handleDirecto... method _handleDirectory (line 2) | _handleDirectory(e,t){try{const r=this._scandir(e,this._settings.fsSca... method _handleError (line 2) | _handleError(e){if(n.isFatalError(this._settings,e))throw e} method _handleEntry (line 2) | _handleEntry(e,t){const r=e.path;void 0!==t&&(e.path=n.joinPathSegment... method _pushToStorage (line 2) | _pushToStorage(e){this._storage.add(e)} method constructor (line 17) | constructor(e,t){super(),this.options=o.merge({},e),this.answers={...t}} method register (line 17) | register(e,t){if(o.isObject(e)){for(let t of Object.keys(e))this.regis... method prompt (line 17) | async prompt(e=[]){for(let t of[].concat(e))try{"function"==typeof t&&... method ask (line 17) | async ask(e){"function"==typeof e&&(e=await e.call(this));let t=o.merg... method use (line 17) | use(e){return e.call(this,this),this} method Prompt (line 17) | set Prompt(e){this._Prompt=e} method Prompt (line 17) | get Prompt(){return this._Prompt||this.constructor.Prompt} method prompts (line 17) | get prompts(){return this.constructor.prompts} method Prompt (line 17) | static set Prompt(e){this._Prompt=e} method Prompt (line 17) | static get Prompt(){return this._Prompt||r(58386)} method prompts (line 17) | static get prompts(){return r(53609)} method types (line 17) | static get types(){return r(13235)} method prompt (line 17) | static get prompt(){const e=(t,...r)=>{let A=new this(...r),n=A.emit.b... method constructor (line 17) | constructor(){super(...arguments),this._reader=new n.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._walkSync=n.walkSync,this._stat... method dynamic (line 17) | dynamic(e,t){return this._walkSync(e,t)} method static (line 17) | static(e,t){const r=[];for(const A of e){const e=this._getFullEntryPat... method _getEntry (line 17) | _getEntry(e,t,r){try{const r=this._getStat(e);return this._makeEntry(r... method _getStat (line 17) | _getStat(e){return this._statSync(e,this._fsStatSettings)} method constructor (line 23) | constructor(e,t){const{options:r}=t.request;super(`${e.message} in "${... function a (line 55) | function a(e,t){var r=s(t);return r.all(e.map((function(e){return r.reso... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function c (line 55) | function c(e){var t=e.validations,r=e.value,A=e.path,n=e.sync,o=e.errors... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function r (line 55) | function r(e,t){var r=1/0;return e.some((function(e,A){if(-1!==t.path.in... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function c (line 55) | function c(e,n){var o=(0,i.split)(e)[0];~A.indexOf(o)||A.push(o),~t.inde... method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function t (line 55) | function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function t (line 55) | function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function E (line 55) | function E(e,t){e||_("Assertion failed: "+t)} function B (line 55) | function B(e){var t=o["_"+e];return E(t,"Cannot call unknown function "+... function y (line 55) | function y(e,t,r,A,n){var o={string:function(e){var t=0;if(null!=e&&0!==... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function w (line 55) | function w(e,t,r){for(var A=t+r,n=t;e[n]&&!(n>=A);)++n;if(n-t>16&&e.suba... function Q (line 55) | function Q(e,t){return e?w(F,e,t):""} function D (line 55) | function D(e,t,r,A){if(!(A>0))return 0;for(var n=r,o=r+A-1,i=0;i=5... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 55) | function S(e){var t=v(e)+1,r=Le(t);return r&&D(e,N,r,t),r} method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function L (line 55) | function L(e){k=e,o.HEAP8=N=new Int8Array(e),o.HEAP16=K=new Int16Array(e... method constructor (line 2) | constructor(){super(...arguments),this.mirror=!1,this.all=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... method execute (line 17) | async execute(){var e;this.context.stdout.write((null!==(e=this.cli.bi... function X (line 55) | function X(e){q++,o.monitorRunDependencies&&o.monitorRunDependencies(q)} method constructor (line 2) | constructor(){super(...arguments),this.publish=!1} method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... function V (line 55) | function V(e){if(q--,o.monitorRunDependencies&&o.monitorRunDependencies(... function _ (line 55) | function _(e){throw o.onAbort&&o.onAbort(e),p(e+=""),I=!0,1,e="abort("+e... function Z (line 55) | function Z(e){return t=e,r="data:application/octet-stream;base64,",Strin... method constructor (line 23) | constructor(e,t,r){var A;if(super(e),Error.captureStackTrace(this,this... function Ae (line 55) | function Ae(e){for(;e.length>0;){var t=e.shift();if("function"!=typeof t... method execute (line 2) | async execute(){this.context.stdout.write(this.cli.usage(null))} method constructor (line 23) | constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.... function ne (line 55) | function ne(){var e=function(){var e=new Error;if(!e.stack){try{throw ne... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){if(this.leadingArgument.match(/[\\/]/)&&!d.tryParseIde... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="ReadError"} function oe (line 55) | function oe(e,t){var r=new Date(1e3*M[e>>2]);M[t>>2]=r.getUTCSeconds(),M... method constructor (line 23) | constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),... function se (line 55) | function se(e){return M[ke()>>2]=e,e} method constructor (line 23) | constructor(e,r={},A){super({autoDestroy:!1,highWaterMark:0}),this[R]=... method normalizeArguments (line 23) | static normalizeArguments(e,r,n){var o,s,a,c,g;const l=r;if(C.default.... method _lockWrite (line 23) | _lockWrite(){const e=()=>{throw new TypeError("The payload has been al... method _unlockWrite (line 23) | _unlockWrite(){this.write=super.write,this.end=super.end} method _finalizeBody (line 23) | async _finalizeBody(){const{options:e}=this,{headers:r}=e,A=!C.default... method _onResponseBase (line 23) | async _onResponseBase(e){const{options:t}=this,{url:r}=t;this[q]=e,t.d... method _onResponse (line 23) | async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._... method _onRequest (line 23) | _onRequest(e){const{options:t}=this,{timeout:r,url:A}=t;g.default(e),t... method _createCacheableRequest (line 23) | async _createCacheableRequest(e,t){return new Promise((r,A)=>{let n;Ob... method _makeRequest (line 23) | async _makeRequest(){var e,t,r,A,n;const{options:o}=this,{headers:i}=o... method _error (line 23) | async _error(e){try{for(const t of this.options.hooks.beforeError)e=aw... method _beforeError (line 23) | _beforeError(e){if(this[Y])return;const{options:t}=this,r=this.retryCo... method _read (line 23) | _read(){this[G]=!0;const e=this[K];if(e&&!this[Y]){let t;for(e.readabl... method _write (line 23) | _write(e,t,r){const A=()=>{this._writeRequest(e,t,r)};this.requestInit... method _writeRequest (line 23) | _writeRequest(e,t,r){this[F].destroyed||(this._progressCallbacks.push(... method _final (line 23) | _final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._... method _destroy (line 23) | _destroy(e,t){var r;this[Y]=!0,clearTimeout(this[z]),F in this&&(this[... method _isAboutToError (line 23) | get _isAboutToError(){return this[Y]} method ip (line 23) | get ip(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket.r... method aborted (line 23) | get aborted(){var e,t,r;return(null!==(t=null===(e=this[F])||void 0===... method socket (line 23) | get socket(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket} method downloadProgress (line 23) | get downloadProgress(){let e;return e=this[M]?this[R]/this[M]:this[M]=... method uploadProgress (line 23) | get uploadProgress(){let e;return e=this[x]?this[L]/this[x]:this[x]===... method timings (line 23) | get timings(){var e;return null===(e=this[F])||void 0===e?void 0:e.tim... method isFromCache (line 23) | get isFromCache(){return this[U]} method pipe (line 23) | pipe(e,t){if(this[j])throw new Error("Failed to pipe. The response has... method unpipe (line 23) | unpipe(e){return e instanceof a.ServerResponse&&this[P].delete(e),supe... function r (line 55) | function r(e){for(var t=0;tnew r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function n (line 55) | function n(e){return pe.syncFSRequests--,t(e)} method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 55) | function o(e){if(e)return o.errored?void 0:(o.errored=!0,n(e));++A>=r.le... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function o (line 55) | function o(){this.lengthKnown=!1,this.chunks=[]} method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function u (line 55) | function u(r){function u(r){g&&g(),a||pe.createDataFile(e,t,r,A,n,c),i&&... method constructor (line 2) | constructor(e,t){super(`This command can only be run from within a wor... method constructor (line 2) | constructor(e){this.data=e} method constructor (line 2) | constructor(e,t){if("function"!=typeof e)throw new TypeError("Paramete... method createCacheableRequest (line 2) | createCacheableRequest(e){return(t,r)=>{let l;if("string"==typeof t)l=... method constructor (line 23) | constructor(e,t,r,A){this.origin=e,this.pattern=t,this.negative=r,this... method isHash (line 49) | get isHash(){return!0} method constructor (line 49) | constructor(e,t){const r=!!(t=l(t)).strict;this.source=e.trim();const ... method hexDigest (line 49) | hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toSt... method toJSON (line 49) | toJSON(){return this.toString()} method toString (line 49) | toString(e){if((e=l(e)).strict&&!(i.some(e=>e===this.algorithm)&&this.... function c (line 55) | function c(){0==s?t():r()} method constructor (line 2) | constructor(e){this.pathUtils=e} method genTraversePromise (line 2) | async*genTraversePromise(e,{stableSort:t=!1}={}){const r=[e];for(;r.le... method removePromise (line 2) | async removePromise(e,{recursive:t=!0,maxRetries:r=5}={}){let A;try{A=... method removeSync (line 2) | removeSync(e,{recursive:t=!0}={}){let r;try{r=this.lstatSync(e)}catch(... method mkdirpPromise (line 2) | async mkdirpPromise(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===... method mkdirpSync (line 2) | mkdirpSync(e,{chmod:t,utimes:r}={}){if((e=this.resolve(e))===this.path... method copyPromise (line 2) | async copyPromise(e,t,{baseFs:r=this,overwrite:A=!0,stableSort:n=!1,st... method copySync (line 2) | copySync(e,t,{baseFs:r=this,overwrite:A=!0}={}){const n=r.lstatSync(t)... method changeFilePromise (line 2) | async changeFilePromise(e,t,r={}){return Buffer.isBuffer(t)?this.chang... method changeFileBufferPromise (line 2) | async changeFileBufferPromise(e,t){let r=Buffer.alloc(0);try{r=await t... method changeFileTextPromise (line 2) | async changeFileTextPromise(e,t,{automaticNewlines:r}={}){let A="";try... method changeFileSync (line 2) | changeFileSync(e,t,r={}){return Buffer.isBuffer(t)?this.changeFileBuff... method changeFileBufferSync (line 2) | changeFileBufferSync(e,t){let r=Buffer.alloc(0);try{r=this.readFileSyn... method changeFileTextSync (line 2) | changeFileTextSync(e,t,{automaticNewlines:r=!1}={}){let A="";try{A=thi... method movePromise (line 2) | async movePromise(e,t){try{await this.renamePromise(e,t)}catch(r){if("... method moveSync (line 2) | moveSync(e,t){try{this.renameSync(e,t)}catch(r){if("EXDEV"!==r.code)th... method lockPromise (line 2) | async lockPromise(e,t){const r=e+".flock",A=Date.now();let n=null;cons... method readJsonPromise (line 2) | async readJsonPromise(e){const t=await this.readFilePromise(e,"utf8");... method readJsonSync (line 2) | readJsonSync(e){const t=this.readFileSync(e,"utf8");try{return JSON.pa... method writeJsonPromise (line 2) | async writeJsonPromise(e,t){return await this.writeFilePromise(e,JSON.... method writeJsonSync (line 2) | writeJsonSync(e,t){return this.writeFileSync(e,JSON.stringify(t,null,2... method preserveTimePromise (line 2) | async preserveTimePromise(e,t){const r=await this.lstatPromise(e),A=aw... method preserveTimeSync (line 2) | async preserveTimeSync(e,t){const r=this.lstatSync(e),A=t();void 0!==A... method constructor (line 2) | constructor({baseFs:e=new A.S}={}){super(o.y1),this.baseFs=e} method makeVirtualPath (line 2) | static makeVirtualPath(e,t,r){if("$$virtual"!==o.y1.basename(e))throw ... method resolveVirtual (line 2) | static resolveVirtual(e){const t=e.match(s);if(!t||!t[3]&&t[5])return ... method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method getRealPath (line 2) | getRealPath(){return this.baseFs.getRealPath()} method realpathSync (line 2) | realpathSync(e){const t=e.match(s);if(!t)return this.baseFs.realpathSy... method realpathPromise (line 2) | async realpathPromise(e){const t=e.match(s);if(!t)return await this.ba... method mapToBase (line 2) | mapToBase(e){return c.resolveVirtual(e)} method mapFromBase (line 2) | mapFromBase(e){return e} method constructor (line 2) | constructor(e){super(e),this.name="ShellError"} method constructor (line 2) | constructor(e,t){if(super(),this.input=e,this.candidates=t,this.clipan... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.version=`${this.major}.${this.minor}.${this.patch... method toString (line 49) | toString(){return this.version} method compare (line 49) | compare(e){if(A("SemVer.compare",this.version,this.options,e),!(e inst... method compareMain (line 49) | compareMain(e){return e instanceof c||(e=new c(e,this.options)),a(this... method comparePre (line 49) | comparePre(e){if(e instanceof c||(e=new c(e,this.options)),this.prerel... method compareBuild (line 49) | compareBuild(e){e instanceof c||(e=new c(e,this.options));let t=0;do{c... method inc (line 49) | inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=... function g (line 55) | function g(){0==a?t():r()} method constructor (line 2) | constructor(){super(i.y1)} method constructor (line 2) | constructor(e){return l(e)} method constructor (line 2) | constructor(e,t){super(),this.input=e,this.usages=t,this.clipanion={ty... function Ce (line 55) | function Ce(e){try{return C.grow(e-k.byteLength+65535>>>16),L(C.buffer),... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.private=!1,this.rel... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function we (line 55) | function we(e,t,r){var A=r>0?r:v(e)+1,n=new Array(A),o=D(e,n,0,n.length)... method constructor (line 2) | constructor(){super(...arguments),this.onlyIfNeeded=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Qe (line 55) | function Qe(e){if(Z(e))return function(e){var t;try{t=Buffer.from(e,"bas... function a (line 55) | function a(e){var t=e.toTimeString().match(/\(([A-Za-z ]+)\)$/);return t... method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!o.validRange(e.range)||!!s.test(e.range)} method supportsLocator (line 2) | supportsLocator(e,t){return!!n().valid(e.reference)||!!s.test(e.refere... method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return t.resolver.shouldPersistResolution... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return r.resolver.bindDescriptor(this.forwardDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return t.resolver.getResolutionDependen... method getCandidates (line 2) | async getCandidates(e,t,r){return await r.resolver.getCandidates(this.... method getSatisfying (line 2) | async getSatisfying(e,t,r){return await r.resolver.getSatisfying(this.... method resolve (line 2) | async resolve(e,t){const r=await t.resolver.resolve(this.forwardLocato... method forwardDescriptor (line 2) | forwardDescriptor(e,t){return i.makeDescriptor(e,`${t.project.configur... method forwardLocator (line 2) | forwardLocator(e,t){return i.makeLocator(e,`${t.project.configuration.... method constructor (line 2) | constructor(e,t){this.values=new Map,this.hits=new Map,this.enumerator... method reportVersion (line 2) | reportVersion(e){this.reportValue(A.VERSION,e)} method reportCommandName (line 2) | reportCommandName(e){this.reportValue(A.COMMAND_NAME,e||"")} method reportPluginName (line 2) | reportPluginName(e){this.reportValue(A.PLUGIN_NAME,e)} method reportProject (line 2) | reportProject(e){this.reportEnumerator(A.PROJECT_COUNT,e)} method reportInstall (line 2) | reportInstall(e){this.reportHit(A.INSTALL_COUNT,e)} method reportPackageExtension (line 2) | reportPackageExtension(e){this.reportValue(A.EXTENSION,e)} method reportWorkspaceCount (line 2) | reportWorkspaceCount(e){this.reportValue(A.WORKSPACE_COUNT,String(e))} method reportDependencyCount (line 2) | reportDependencyCount(e){this.reportValue(A.DEPENDENCY_COUNT,String(e))} method reportValue (line 2) | reportValue(e,t){s.getSetWithDefault(this.values,e).add(t)} method reportEnumerator (line 2) | reportEnumerator(e,t){s.getSetWithDefault(this.enumerators,e).add(t)} method reportHit (line 2) | reportHit(e,t="*"){const r=s.getMapWithDefault(this.hits,e),A=s.getFac... method getRegistryPath (line 2) | getRegistryPath(){const e=this.configuration.get("globalFolder");retur... method sendReport (line 2) | sendReport(e){var t,r,A;const s=this.getRegistryPath();let a;try{a=n.x... method applyChanges (line 2) | applyChanges(){var e,t,r,A,i,s,a,c,g;const l=this.getRegistryPath();le... method startBuffer (line 2) | startBuffer(){process.on("exit",()=>{try{this.applyChanges()}catch(e){... method constructor (line 2) | constructor(e=n()){super(),this.realFs=e,void 0!==this.realFs.lutimes&... method getExtractHint (line 2) | getExtractHint(){return!1} method getRealPath (line 2) | getRealPath(){return s.LZ.root} method resolve (line 2) | resolve(e){return s.y1.resolve(e)} method openPromise (line 2) | async openPromise(e,t,r){return await new Promise((A,n)=>{this.realFs.... method openSync (line 2) | openSync(e,t,r){return this.realFs.openSync(s.cS.fromPortablePath(e),t... method opendirPromise (line 2) | async opendirPromise(e,t){return await new Promise((r,A)=>{void 0!==t?... method opendirSync (line 2) | opendirSync(e,t){const r=void 0!==t?this.realFs.opendirSync(s.cS.fromP... method readPromise (line 2) | async readPromise(e,t,r=0,A=0,n=-1){return await new Promise((o,i)=>{t... method readSync (line 2) | readSync(e,t,r,A,n){return this.realFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return await new Promise((o,i)=>"string"... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.realFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){await new Promise((t,r)=>{this.realFs.close(e,th... method closeSync (line 2) | closeSync(e){this.realFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;retu... method createWriteStream (line 2) | createWriteStream(e,t){const r=null!==e?s.cS.fromPortablePath(e):e;ret... method realpathPromise (line 2) | async realpathPromise(e){return await new Promise((t,r)=>{this.realFs.... method realpathSync (line 2) | realpathSync(e){return s.cS.toPortablePath(this.realFs.realpathSync(s.... method existsPromise (line 2) | async existsPromise(e){return await new Promise(t=>{this.realFs.exists... method accessSync (line 2) | accessSync(e,t){return this.realFs.accessSync(s.cS.fromPortablePath(e)... method accessPromise (line 2) | async accessPromise(e,t){return await new Promise((r,A)=>{this.realFs.... method existsSync (line 2) | existsSync(e){return this.realFs.existsSync(s.cS.fromPortablePath(e))} method statPromise (line 2) | async statPromise(e){return await new Promise((t,r)=>{this.realFs.stat... method statSync (line 2) | statSync(e){return this.realFs.statSync(s.cS.fromPortablePath(e))} method lstatPromise (line 2) | async lstatPromise(e){return await new Promise((t,r)=>{this.realFs.lst... method lstatSync (line 2) | lstatSync(e){return this.realFs.lstatSync(s.cS.fromPortablePath(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return await new Promise((r,A)=>{this.realFs.c... method chmodSync (line 2) | chmodSync(e,t){return this.realFs.chmodSync(s.cS.fromPortablePath(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return await new Promise((A,n)=>{this.realFs... method chownSync (line 2) | chownSync(e,t,r){return this.realFs.chownSync(s.cS.fromPortablePath(e)... method renamePromise (line 2) | async renamePromise(e,t){return await new Promise((r,A)=>{this.realFs.... method renameSync (line 2) | renameSync(e,t){return this.realFs.renameSync(s.cS.fromPortablePath(e)... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return await new Promise((A,n)=>{this.r... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.realFs.copyFileSync(s.cS.fromPortabl... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return await new Promise((A,n)=>{const ... method appendFileSync (line 2) | appendFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return await new Promise((A,n)=>{const o... method writeFileSync (line 2) | writeFileSync(e,t,r){const A="string"==typeof e?s.cS.fromPortablePath(... method unlinkPromise (line 2) | async unlinkPromise(e){return await new Promise((t,r)=>{this.realFs.un... method unlinkSync (line 2) | unlinkSync(e){return this.realFs.unlinkSync(s.cS.fromPortablePath(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return await new Promise((A,n)=>{this.realF... method utimesSync (line 2) | utimesSync(e,t,r){this.realFs.utimesSync(s.cS.fromPortablePath(e),t,r)} method lutimesPromiseImpl (line 2) | async lutimesPromiseImpl(e,t,r){const A=this.realFs.lutimes;if(void 0=... method lutimesSyncImpl (line 2) | lutimesSyncImpl(e,t,r){const A=this.realFs.lutimesSync;if(void 0===A)t... method mkdirPromise (line 2) | async mkdirPromise(e,t){return await new Promise((r,A)=>{this.realFs.m... method mkdirSync (line 2) | mkdirSync(e,t){return this.realFs.mkdirSync(s.cS.fromPortablePath(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return await new Promise((r,A)=>{t?this.realFs... method rmdirSync (line 2) | rmdirSync(e,t){return this.realFs.rmdirSync(s.cS.fromPortablePath(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return await new Promise((r,A)=>{this.realFs.li... method linkSync (line 2) | linkSync(e,t){return this.realFs.linkSync(s.cS.fromPortablePath(e),s.c... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");... method symlinkSync (line 2) | symlinkSync(e,t,r){const A=r||(e.endsWith("/")?"dir":"file");return th... method readFilePromise (line 2) | async readFilePromise(e,t){return await new Promise((r,A)=>{const n="s... method readFileSync (line 2) | readFileSync(e,t){const r="string"==typeof e?s.cS.fromPortablePath(e):... method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return await new Promise(... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return t?this.realFs.readdirSync(s... method readlinkPromise (line 2) | async readlinkPromise(e){return await new Promise((t,r)=>{this.realFs.... method readlinkSync (line 2) | readlinkSync(e){return s.cS.toPortablePath(this.realFs.readlinkSync(s.... method truncatePromise (line 2) | async truncatePromise(e,t){return await new Promise((r,A)=>{this.realF... method truncateSync (line 2) | truncateSync(e,t){return this.realFs.truncateSync(s.cS.fromPortablePat... method watch (line 2) | watch(e,t,r){return this.realFs.watch(s.cS.fromPortablePath(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.realFs.watchFile(s.cS.fromPortablePath(e)... method unwatchFile (line 2) | unwatchFile(e,t){return this.realFs.unwatchFile(s.cS.fromPortablePath(... method makeCallback (line 2) | makeCallback(e,t){return(r,A)=>{r?t(r):e(A)}} method constructor (line 2) | constructor(e,t,{bigint:r=!1}={}){super(),this.status=n.Ready,this.cha... method create (line 2) | static create(e,t,r){const A=new a(e,t,r);return A.start(),A} method start (line 2) | start(){s(this.status,n.Ready),this.status=n.Running,this.startTimeout... method stop (line 2) | stop(){s(this.status,n.Running),this.status=n.Stopped,null!==this.star... method stat (line 2) | stat(){try{return this.fakeFs.statSync(this.path)}catch(e){if("ENOENT"... method makeInterval (line 2) | makeInterval(e){const t=setInterval(()=>{const e=this.stat(),t=this.la... method registerChangeListener (line 2) | registerChangeListener(e,t){this.addListener(A.Change,e),this.changeLi... method unregisterChangeListener (line 2) | unregisterChangeListener(e){this.removeListener(A.Change,e);const t=th... method unregisterAllChangeListeners (line 2) | unregisterAllChangeListeners(){for(const e of this.changeListeners.key... method hasChangeListeners (line 2) | hasChangeListeners(){return this.changeListeners.size>0} method ref (line 2) | ref(){for(const e of this.changeListeners.values())e.ref();return this} method unref (line 2) | unref(){for(const e of this.changeListeners.values())e.unref();return ... method constructor (line 2) | constructor(e,t){super(e,t),this._settings=t,this._scandir=n.scandir,t... method read (line 2) | read(){return this._isFatalError=!1,this._isDestroyed=!1,setImmediate(... method destroy (line 2) | destroy(){if(this._isDestroyed)throw new Error("The reader is already ... method onEntry (line 2) | onEntry(e){this._emitter.on("entry",e)} method onError (line 2) | onError(e){this._emitter.once("error",e)} method onEnd (line 2) | onEnd(e){this._emitter.once("end",e)} method _pushToQueue (line 2) | _pushToQueue(e,t){const r={directory:e,base:t};this._queue.push(r,e=>{... method _worker (line 2) | _worker(e,t){this._scandir(e.directory,this._settings.fsScandirSetting... method _handleError (line 2) | _handleError(e){i.isFatalError(this._settings,e)&&(this._isFatalError=... method _handleEntry (line 2) | _handleEntry(e,t){if(this._isDestroyed||this._isFatalError)return;cons... method _emitEntry (line 2) | _emitEntry(e){this._emitter.emit("entry",e)} method constructor (line 2) | constructor(e){super(e),this.clipanion={type:"usage"},this.name="Usage... function t (line 55) | function t(e,t){var r=e.exports;o.asm=r,V()} method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function Pe (line 55) | function Pe(e){function t(){De||(De=!0,o.calledRun=!0,I||(!0,o.noFSInit|... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function t (line 55) | function t(e,r,A,n){this.message=e,this.expected=r,this.found=A,this.loc... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function r (line 55) | function r(){this.constructor=e} method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 55) | function A(e){return e.charCodeAt(0).toString(16).toUpperCase()} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function n (line 55) | function n(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 55) | function o(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replac... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function E (line 55) | function E(e,t){return{type:"literal",text:e,ignoreCase:t}} function B (line 55) | function B(e,t,r){return{type:"class",parts:e,inverted:t,ignoreCase:r}} function y (line 55) | function y(t){var r,A=C[t];if(A)return A;for(r=t-1;!C[r];)r--;for(A={lin... method constructor (line 2) | constructor(e){this.fetchers=e} method supports (line 2) | supports(e,t){return!!this.tryFetcher(e,t)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getFetcher(e,t).getLocalPath(e,t)} method fetch (line 2) | async fetch(e,t){const r=this.getFetcher(e,t);return await r.fetch(e,t)} method tryFetcher (line 2) | tryFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));return ... method getFetcher (line 2) | getFetcher(e,t){const r=this.fetchers.find(r=>r.supports(e,t));if(!r)t... function m (line 55) | function m(e,t){var r=y(e),A=y(t);return{start:{offset:e,line:r.line,col... function w (line 55) | function w(e){pf&&(f=p,I=[]),I.push(e))} function Q (line 55) | function Q(e,r,A){return new t(t.buildMessage(e,r),e,r,A)} function D (line 55) | function D(){var t,r,A,o;return t=p,(r=b())!==n?(47===e.charCodeAt(p)?(A... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await o.VK.find(this.context.cwd,this.context.... method isVirtualDescriptor (line 2) | static isVirtualDescriptor(e){return!!e.range.startsWith(D.protocol)} method isVirtualLocator (line 2) | static isVirtualLocator(e){return!!e.reference.startsWith(D.protocol)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return D.isVirtualDescriptor(e)} method supportsLocator (line 2) | supportsLocator(e,t){return D.isVirtualLocator(e)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){throw new Error('Assertion failed: calling "bind... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){throw new Error('Assertion failed: call... method getCandidates (line 2) | async getCandidates(e,t,r){throw new Error('Assertion failed: calling ... method getSatisfying (line 2) | async getSatisfying(e,t,r){throw new Error('Assertion failed: calling ... method resolve (line 2) | async resolve(e,t){throw new Error('Assertion failed: calling "resolve... function b (line 55) | function b(){var t,r,A,o;return t=p,(r=v())!==n?(64===e.charCodeAt(p)?(A... method constructor (line 2) | constructor(){super(...arguments),this.chunks=[]} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){e(null,Buffer.concat(this.chunks))} function v (line 55) | function v(){var t,r,A;return t=p,64===e.charCodeAt(p)?(r="@",p++):(r=n,... method constructor (line 2) | constructor(e=Buffer.alloc(0)){super(),this.active=!0,this.ifEmpty=e} method _transform (line 2) | _transform(e,t,r){if("buffer"!==t||!Buffer.isBuffer(e))throw new Error... method _flush (line 2) | _flush(e){this.active&&this.ifEmpty.length>0&&e(null,this.ifEmpty)} function S (line 55) | function S(){var t,r,A;if(t=p,r=[],g.test(e.charAt(p))?(A=e.charAt(p),p+... method constructor (line 2) | constructor(){this.mode="strict"} method supportsPackage (line 2) | supportsPackage(e,t){return"pnp"===t.project.configuration.get("nodeLi... method findPackageLocation (line 2) | async findPackageLocation(e,t){const r=T(t.project).main;if(!i.xfs.exi... method findPackageLocator (line 2) | async findPackageLocator(e,t){const A=T(t.project).main;if(!i.xfs.exis... method makeInstaller (line 2) | makeInstaller(e){return new k(e)} method supports (line 2) | supports(e){return!!e.reference.startsWith(v.d.protocol)} method getLocalPath (line 2) | getLocalPath(e,t){return this.getWorkspace(e,t).cwd} method fetch (line 2) | async fetch(e,t){const r=this.getWorkspace(e,t).cwd;return{packageFs:n... method getWorkspace (line 2) | getWorkspace(e,t){return t.project.getWorkspaceByCwd(e.reference.slice... method constructor (line 2) | constructor(e){this.stream=e} method close (line 2) | close(){} method get (line 2) | get(){return this.stream} function t (line 55) | function t(e,r,A,n){this.message=e,this.expected=r,this.found=A,this.loc... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function r (line 55) | function r(){this.constructor=e} method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 55) | function A(e){return e.charCodeAt(0).toString(16).toUpperCase()} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function n (line 55) | function n(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 55) | function o(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replac... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function le (line 55) | function le(e,t){return{type:"literal",text:e,ignoreCase:t}} function ue (line 55) | function ue(e,t,r){return{type:"class",parts:e,inverted:t,ignoreCase:r}} method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function he (line 55) | function he(t){var r,A=se[t];if(A)return A;for(r=t-1;!se[r];)r--;for(A={... function pe (line 55) | function pe(e,t){var r=he(e),A=he(t);return{start:{offset:e,line:r.line,... function de (line 55) | function de(e){oeae&&(ae=oe,ce=[]),ce.push(e))} method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.checkCache=!1,this... method execute (line 2) | async execute(){var e,t,r;const A=await s.VK.find(this.context.cwd,thi... function Ce (line 55) | function Ce(e,r,A){return new t(t.buildMessage(e,r),e,r,A)} method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.private=!1,this.rel... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function fe (line 55) | function fe(){var e,t;return e=oe,(t=Ie())===n&&(t=null),t!==n&&(ie=e,t=... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){return this.cli.run(["exec","node",...this.args])} function Ie (line 55) | function Ie(){var e,t,r,A,o;if(e=oe,(t=Be())!==n){for(r=[],A=Te();A!==n;... function Ee (line 55) | function Ee(){var t;return 59===e.charCodeAt(oe)?(t=";",oe++):(t=n,0===g... function Be (line 55) | function Be(){var t,r,A,o,i;return t=oe,(r=ye())!==n?((A=function(){var ... function ye (line 55) | function ye(){var t,r,A,o,i;return t=oe,(r=function(){var t,r,A,o,i,s,a,... function me (line 55) | function me(){var t,r,A,o,i,s;if(t=oe,(r=Le())!==n)if(61===e.charCodeAt(... function we (line 55) | function we(){var e,t,r;for(e=oe,t=[],r=Te();r!==n;)t.push(r),r=Te();if(... method constructor (line 2) | constructor(){super(...arguments),this.onlyIfNeeded=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Qe (line 55) | function Qe(){var t,r,A,o;for(t=oe,r=[],A=Te();A!==n;)r.push(A),A=Te();r... function De (line 55) | function De(){var e,t,r;for(e=oe,t=[],r=Te();r!==n;)t.push(r),r=Te();ret... function be (line 55) | function be(){var e,t,r,A;if(e=oe,t=[],(r=ve())!==n)for(;r!==n;)t.push(r... function ve (line 55) | function ve(){var t,r;return t=oe,(r=function(){var t,r,A,o;t=oe,39===e.... method constructor (line 2) | constructor(){super(...arguments),this.repository="https://github.com/... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Se (line 55) | function Se(){var t,r,A;return t=oe,(r=Me())!==n&&(ie=t,r={type:"arithme... function ke (line 55) | function ke(){var t,A,o;return t=oe,(A=Me())!==n&&(ie=t,A={type:"arithme... function Ne (line 55) | function Ne(){var t,r,A,o,i,s,a,c;if(t=oe,45===e.charCodeAt(oe)?(r="-",o... function Fe (line 55) | function Fe(){var t,r,A,o,i,s;if(t=oe,(r=Ne())!==n){for(A=[],o=Te();o!==... function Ke (line 55) | function Ke(){var t,r,A,o,i,s;if(t=oe,(r=Fe())!==n){for(A=[],o=Te();o!==... function Me (line 55) | function Me(){var t,r,A,o,i,s;if(t=oe,"$(("===e.substr(oe,3)?(r="$((",oe... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Re (line 55) | function Re(){var t,r,A,o;return t=oe,"$("===e.substr(oe,2)?(r="$(",oe+=... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function xe (line 55) | function xe(){var t,r,A,o,i,s;return t=oe,"${"===e.substr(oe,2)?(r="${",... function Le (line 55) | function Le(){var t,r,A;if(t=oe,r=[],W.test(e.charAt(oe))?(A=e.charAt(oe... method constructor (line 2) | constructor(){super(...arguments),this.repository="https://github.com/... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Pe (line 55) | function Pe(){var t,r,A;if(t=oe,r=[],_.test(e.charAt(oe))?(A=e.charAt(oe... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Oe (line 55) | function Oe(){var t;return $.test(e.charAt(oe))?(t=e.charAt(oe),oe++):(t... method constructor (line 2) | constructor(){super(...arguments),this.json=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Ue (line 55) | function Ue(){var t;return te.test(e.charAt(oe))?(t=e.charAt(oe),oe++):(... method constructor (line 2) | constructor(){super(...arguments),this.idents=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Te (line 55) | function Te(){var t,r;if(t=[],Ae.test(e.charAt(oe))?(r=e.charAt(oe),oe++... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.patterns=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function t (line 55) | function t(e,r,A,n){this.message=e,this.expected=r,this.found=A,this.loc... method constructor (line 49) | constructor(e){super(e||"Promise was canceled"),this.name="CancelError"} method isCanceled (line 49) | get isCanceled(){return!0} method constructor (line 49) | constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`m... method _set (line 49) | _set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize... method get (line 49) | get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.... method set (line 49) | set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),t... method has (line 49) | has(e){return this.cache.has(e)||this.oldCache.has(e)} method peek (line 49) | peek(e){return this.cache.has(e)?this.cache.get(e):this.oldCache.has(e... method delete (line 49) | delete(e){const t=this.cache.delete(e);return t&&this._size--,this.old... method clear (line 49) | clear(){this.cache.clear(),this.oldCache.clear(),this._size=0} method keys (line 49) | *keys(){for(const[e]of this)yield e} method values (line 49) | *values(){for(const[,e]of this)yield e} method size (line 49) | get size(){let e=0;for(const t of this.oldCache.keys())this.cache.has(... function r (line 55) | function r(){this.constructor=e} method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} function A (line 55) | function A(e){return e.charCodeAt(0).toString(16).toUpperCase()} method constructor (line 17) | constructor(e,t,r){this.__specs=e||{},Object.keys(this.__specs).forEac... method get (line 17) | get(e){return n(this,e,!0)} method forEach (line 17) | forEach(e,t=this){for(let[r,A]of this.entries())e.call(t,A,r,this)} method toJSON (line 17) | toJSON(){const e={};return this.forEach((t,r)=>{e[r]=t}),e} method entries (line 17) | *entries(e){for(let e of Object.keys(this.__specs))yield[e,this.get(e)... method keys (line 17) | *keys(){for(let[e]of this.entries())yield e} method values (line 17) | *values(){for(let[,e]of this.entries())yield e} method concat (line 17) | concat(...e){return new Proxy(new A(this.__specs,this.__opts,s(this.__... method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method format (line 49) | format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("|... method toString (line 49) | toString(){return this.range} method parseRange (line 49) | parseRange(e){const t=this.options.loose;e=e.trim();const r=t?s[a.HYPH... method intersects (line 49) | intersects(e,t){if(!(e instanceof A))throw new TypeError("a Range is r... method test (line 49) | test(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.option... function n (line 55) | function n(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace... method constructor (line 2) | constructor(e){this.resolvers=e.filter(e=>e)} method supportsDescriptor (line 2) | supportsDescriptor(e,t){return!!this.tryResolverByDescriptor(e,t)} method supportsLocator (line 2) | supportsLocator(e,t){return!!this.tryResolverByLocator(e,t)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return this.getResolverByLocator(e,t).sho... method bindDescriptor (line 2) | bindDescriptor(e,t,r){return this.getResolverByDescriptor(e,r).bindDes... method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return this.getResolverByDescriptor(e,t... method getCandidates (line 2) | async getCandidates(e,t,r){const A=this.getResolverByDescriptor(e,r);r... method getSatisfying (line 2) | async getSatisfying(e,t,r){return this.getResolverByDescriptor(e,r).ge... method resolve (line 2) | async resolve(e,t){const r=this.getResolverByLocator(e,t);return await... method tryResolverByDescriptor (line 2) | tryResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method getResolverByDescriptor (line 2) | getResolverByDescriptor(e,t){const r=this.resolvers.find(r=>r.supports... method tryResolverByLocator (line 2) | tryResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method getResolverByLocator (line 2) | getResolverByLocator(e,t){const r=this.resolvers.find(r=>r.supportsLoc... method reportCacheHit (line 2) | reportCacheHit(e){} method reportCacheMiss (line 2) | reportCacheMiss(e){} method startTimerSync (line 2) | startTimerSync(e,t,r){return("function"==typeof t?t:r)()} method startTimerPromise (line 2) | async startTimerPromise(e,t,r){const A="function"==typeof t?t:r;return... method startCacheReport (line 2) | async startCacheReport(e){return await e()} method reportSeparator (line 2) | reportSeparator(){} method reportInfo (line 2) | reportInfo(e,t){} method reportWarning (line 2) | reportWarning(e,t){} method reportError (line 2) | reportError(e,t){} method reportProgress (line 2) | reportProgress(e){return{...Promise.resolve().then(async()=>{for await... method reportJson (line 2) | reportJson(e){} method finalize (line 2) | async finalize(){} method supportsDescriptor (line 2) | supportsDescriptor(e,t){if(e.range.startsWith(n.protocol))return!0;ret... method supportsLocator (line 2) | supportsLocator(e,t){return!!e.reference.startsWith(n.protocol)} method shouldPersistResolution (line 2) | shouldPersistResolution(e,t){return!1} method bindDescriptor (line 2) | bindDescriptor(e,t,r){return e} method getResolutionDependencies (line 2) | getResolutionDependencies(e,t){return[]} method getCandidates (line 2) | async getCandidates(e,t,r){return[r.project.getWorkspaceByDescriptor(e... method getSatisfying (line 2) | async getSatisfying(e,t,r){return null} method resolve (line 2) | async resolve(e,t){const r=t.project.getWorkspaceByCwd(e.reference.sli... method constructor (line 2) | constructor(e,{baseFs:t,pathUtils:r}){super(r),this.target=e,this.base... method getRealPath (line 2) | getRealPath(){return this.target} method getBaseFs (line 2) | getBaseFs(){return this.baseFs} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method constructor (line 2) | constructor(e,t){super(t),this.instance=null,this.factory=e} method baseFs (line 2) | get baseFs(){return this.instance||(this.instance=this.factory()),this... method baseFs (line 2) | set baseFs(e){this.instance=e} method mapFromBase (line 2) | mapFromBase(e){return e} method mapToBase (line 2) | mapToBase(e){return e} method getExtractHint (line 2) | getExtractHint(e){return this.baseFs.getExtractHint(e)} method resolve (line 2) | resolve(e){return this.mapFromBase(this.baseFs.resolve(this.mapToBase(... method getRealPath (line 2) | getRealPath(){return this.mapFromBase(this.baseFs.getRealPath())} method openPromise (line 2) | async openPromise(e,t,r){return this.baseFs.openPromise(this.mapToBase... method openSync (line 2) | openSync(e,t,r){return this.baseFs.openSync(this.mapToBase(e),t,r)} method opendirPromise (line 2) | async opendirPromise(e,t){return Object.assign(await this.baseFs.opend... method opendirSync (line 2) | opendirSync(e,t){return Object.assign(this.baseFs.opendirSync(this.map... method readPromise (line 2) | async readPromise(e,t,r,A,n){return await this.baseFs.readPromise(e,t,... method readSync (line 2) | readSync(e,t,r,A,n){return this.baseFs.readSync(e,t,r,A,n)} method writePromise (line 2) | async writePromise(e,t,r,A,n){return"string"==typeof t?await this.base... method writeSync (line 2) | writeSync(e,t,r,A,n){return"string"==typeof t?this.baseFs.writeSync(e,... method closePromise (line 2) | async closePromise(e){return this.baseFs.closePromise(e)} method closeSync (line 2) | closeSync(e){this.baseFs.closeSync(e)} method createReadStream (line 2) | createReadStream(e,t){return this.baseFs.createReadStream(null!==e?thi... method createWriteStream (line 2) | createWriteStream(e,t){return this.baseFs.createWriteStream(null!==e?t... method realpathPromise (line 2) | async realpathPromise(e){return this.mapFromBase(await this.baseFs.rea... method realpathSync (line 2) | realpathSync(e){return this.mapFromBase(this.baseFs.realpathSync(this.... method existsPromise (line 2) | async existsPromise(e){return this.baseFs.existsPromise(this.mapToBase... method existsSync (line 2) | existsSync(e){return this.baseFs.existsSync(this.mapToBase(e))} method accessSync (line 2) | accessSync(e,t){return this.baseFs.accessSync(this.mapToBase(e),t)} method accessPromise (line 2) | async accessPromise(e,t){return this.baseFs.accessPromise(this.mapToBa... method statPromise (line 2) | async statPromise(e){return this.baseFs.statPromise(this.mapToBase(e))} method statSync (line 2) | statSync(e){return this.baseFs.statSync(this.mapToBase(e))} method lstatPromise (line 2) | async lstatPromise(e){return this.baseFs.lstatPromise(this.mapToBase(e))} method lstatSync (line 2) | lstatSync(e){return this.baseFs.lstatSync(this.mapToBase(e))} method chmodPromise (line 2) | async chmodPromise(e,t){return this.baseFs.chmodPromise(this.mapToBase... method chmodSync (line 2) | chmodSync(e,t){return this.baseFs.chmodSync(this.mapToBase(e),t)} method chownPromise (line 2) | async chownPromise(e,t,r){return this.baseFs.chownPromise(this.mapToBa... method chownSync (line 2) | chownSync(e,t,r){return this.baseFs.chownSync(this.mapToBase(e),t,r)} method renamePromise (line 2) | async renamePromise(e,t){return this.baseFs.renamePromise(this.mapToBa... method renameSync (line 2) | renameSync(e,t){return this.baseFs.renameSync(this.mapToBase(e),this.m... method copyFilePromise (line 2) | async copyFilePromise(e,t,r=0){return this.baseFs.copyFilePromise(this... method copyFileSync (line 2) | copyFileSync(e,t,r=0){return this.baseFs.copyFileSync(this.mapToBase(e... method appendFilePromise (line 2) | async appendFilePromise(e,t,r){return this.baseFs.appendFilePromise(th... method appendFileSync (line 2) | appendFileSync(e,t,r){return this.baseFs.appendFileSync(this.fsMapToBa... method writeFilePromise (line 2) | async writeFilePromise(e,t,r){return this.baseFs.writeFilePromise(this... method writeFileSync (line 2) | writeFileSync(e,t,r){return this.baseFs.writeFileSync(this.fsMapToBase... method unlinkPromise (line 2) | async unlinkPromise(e){return this.baseFs.unlinkPromise(this.mapToBase... method unlinkSync (line 2) | unlinkSync(e){return this.baseFs.unlinkSync(this.mapToBase(e))} method utimesPromise (line 2) | async utimesPromise(e,t,r){return this.baseFs.utimesPromise(this.mapTo... method utimesSync (line 2) | utimesSync(e,t,r){return this.baseFs.utimesSync(this.mapToBase(e),t,r)} method mkdirPromise (line 2) | async mkdirPromise(e,t){return this.baseFs.mkdirPromise(this.mapToBase... method mkdirSync (line 2) | mkdirSync(e,t){return this.baseFs.mkdirSync(this.mapToBase(e),t)} method rmdirPromise (line 2) | async rmdirPromise(e,t){return this.baseFs.rmdirPromise(this.mapToBase... method rmdirSync (line 2) | rmdirSync(e,t){return this.baseFs.rmdirSync(this.mapToBase(e),t)} method linkPromise (line 2) | async linkPromise(e,t){return this.baseFs.linkPromise(this.mapToBase(e... method linkSync (line 2) | linkSync(e,t){return this.baseFs.linkSync(this.mapToBase(e),this.mapTo... method symlinkPromise (line 2) | async symlinkPromise(e,t,r){return this.baseFs.symlinkPromise(this.map... method symlinkSync (line 2) | symlinkSync(e,t,r){return this.baseFs.symlinkSync(this.mapToBase(e),th... method readFilePromise (line 2) | async readFilePromise(e,t){return this.baseFs.readFilePromise(this.fsM... method readFileSync (line 2) | readFileSync(e,t){return this.baseFs.readFileSync(this.fsMapToBase(e),t)} method readdirPromise (line 2) | async readdirPromise(e,{withFileTypes:t}={}){return this.baseFs.readdi... method readdirSync (line 2) | readdirSync(e,{withFileTypes:t}={}){return this.baseFs.readdirSync(thi... method readlinkPromise (line 2) | async readlinkPromise(e){return this.mapFromBase(await this.baseFs.rea... method readlinkSync (line 2) | readlinkSync(e){return this.mapFromBase(this.baseFs.readlinkSync(this.... method truncatePromise (line 2) | async truncatePromise(e,t){return this.baseFs.truncatePromise(this.map... method truncateSync (line 2) | truncateSync(e,t){return this.baseFs.truncateSync(this.mapToBase(e),t)} method watch (line 2) | watch(e,t,r){return this.baseFs.watch(this.mapToBase(e),t,r)} method watchFile (line 2) | watchFile(e,t,r){return this.baseFs.watchFile(this.mapToBase(e),t,r)} method unwatchFile (line 2) | unwatchFile(e,t){return this.baseFs.unwatchFile(this.mapToBase(e),t)} method fsMapToBase (line 2) | fsMapToBase(e){return"number"==typeof e?e:this.mapToBase(e)} method constructor (line 2) | constructor(e,t,r={}){this.path=e,this.nextDirent=t,this.opts=r,this.c... method throwIfClosed (line 2) | throwIfClosed(){if(this.closed)throw A.Xh()} method read (line 2) | read(e){const t=this.readSync();return void 0!==e?e(null,t):Promise.re... method readSync (line 2) | readSync(){return this.throwIfClosed(),this.nextDirent()} method close (line 2) | close(e){return this.closeSync(),void 0!==e?e(null):Promise.resolve()} method closeSync (line 2) | closeSync(){var e,t;this.throwIfClosed(),null===(t=(e=this.opts).onClo... method constructor (line 2) | constructor(){this.name="",this.mode=0} method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(e){this.name=e.key,this.field=e.field||{},this.value=((e="... method match (line 17) | match(e){const t=e.split("/"),r=t.length,A=this._storage.filter(e=>!e.... method constructor (line 23) | constructor(){super({objectMode:!0})} method ANY (line 49) | static get ANY(){return A} method constructor (line 49) | constructor(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerel... method parse (line 49) | parse(e){const t=this.options.loose?o[i.COMPARATORLOOSE]:o[i.COMPARATO... method toString (line 49) | toString(){return this.value} method test (line 49) | test(e){if(a("Comparator.test",e,this.options.loose),this.semver===A||... method intersects (line 49) | intersects(e,t){if(!(e instanceof n))throw new TypeError("a Comparator... function o (line 55) | function o(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replac... method constructor (line 2) | constructor(e){super(n.cS),this.baseFs=e} method mapFromBase (line 2) | mapFromBase(e){return n.cS.fromPortablePath(e)} method mapToBase (line 2) | mapToBase(e){return n.cS.toPortablePath(e)} method constructor (line 2) | constructor(){this.dev=0,this.ino=0,this.mode=0,this.nlink=1,this.rdev... method isBlockDevice (line 2) | isBlockDevice(){return!1} method isCharacterDevice (line 2) | isCharacterDevice(){return!1} method isDirectory (line 2) | isDirectory(){return(this.mode&A.wK)===A.QB} method isFIFO (line 2) | isFIFO(){return!1} method isFile (line 2) | isFile(){return(this.mode&A.wK)===A.Pe} method isSocket (line 2) | isSocket(){return!1} method isSymbolicLink (line 2) | isSymbolicLink(){return(this.mode&A.wK)===A.Zv} method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e),... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 17) | constructor(){super(...arguments),this._reader=new A.default(this._set... method read (line 17) | read(e){const t=this._getRootDirectory(e),r=this._getReaderOptions(e);... method api (line 17) | api(e,t,r){return t.dynamic?this._reader.dynamic(e,r):this._reader.sta... method constructor (line 23) | constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"} function Ae (line 55) | function Ae(){return e.substring(Z,_)} method execute (line 2) | async execute(){this.context.stdout.write(this.cli.usage(null))} method constructor (line 23) | constructor(e,t,r){super(e.message,e,r),this.name="TimeoutError",this.... function ne (line 55) | function ne(e,t){return{type:"literal",text:e,ignoreCase:t}} method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){if(this.leadingArgument.match(/[\\/]/)&&!d.tryParseIde... method constructor (line 23) | constructor(e,t){super(e.message,e,t),this.name="ReadError"} function oe (line 55) | function oe(e,t,r){return{type:"class",parts:e,inverted:t,ignoreCase:r}} method constructor (line 23) | constructor(e){super(`Unsupported protocol "${e.url.protocol}"`,{},e),... function ie (line 55) | function ie(e){return{type:"other",description:e}} method execute (line 2) | async execute(){this.context.stdout.write((oe.o||"")+"\n")} method constructor (line 2) | constructor(e,{configuration:t}){this.resolutionAliases=new Map,this.w... method find (line 2) | static async find(e,t){var r,o,i;if(!e.projectCwd)throw new s.UsageErr... method generateBuildStateFile (line 2) | static generateBuildStateFile(e,t){let r="# Warning: This file is auto... method setupResolutions (line 2) | async setupResolutions(){this.storedResolutions=new Map,this.storedDes... method setupWorkspaces (line 2) | async setupWorkspaces(){this.workspaces=[],this.workspacesByCwd=new Ma... method addWorkspace (line 2) | async addWorkspace(e){const t=new z.j(e,{project:this});await t.setup(... method topLevelWorkspace (line 2) | get topLevelWorkspace(){return this.getWorkspaceByCwd(this.cwd)} method tryWorkspaceByCwd (line 2) | tryWorkspaceByCwd(e){n.y1.isAbsolute(e)||(e=n.y1.resolve(this.cwd,e)),... method getWorkspaceByCwd (line 2) | getWorkspaceByCwd(e){const t=this.tryWorkspaceByCwd(e);if(!t)throw new... method tryWorkspaceByFilePath (line 2) | tryWorkspaceByFilePath(e){let t=null;for(const r of this.workspaces){n... method getWorkspaceByFilePath (line 2) | getWorkspaceByFilePath(e){const t=this.tryWorkspaceByFilePath(e);if(!t... method tryWorkspaceByIdent (line 2) | tryWorkspaceByIdent(e){const t=this.workspacesByIdent.get(e.identHash)... method getWorkspaceByIdent (line 2) | getWorkspaceByIdent(e){const t=this.tryWorkspaceByIdent(e);if(!t)throw... method tryWorkspaceByDescriptor (line 2) | tryWorkspaceByDescriptor(e){const t=this.tryWorkspaceByIdent(e);return... method getWorkspaceByDescriptor (line 2) | getWorkspaceByDescriptor(e){const t=this.tryWorkspaceByDescriptor(e);i... method tryWorkspaceByLocator (line 2) | tryWorkspaceByLocator(e){O.isVirtualLocator(e)&&(e=O.devirtualizeLocat... method getWorkspaceByLocator (line 2) | getWorkspaceByLocator(e){const t=this.tryWorkspaceByLocator(e);if(!t)t... method refreshWorkspaceDependencies (line 2) | refreshWorkspaceDependencies(){for(const e of this.workspaces){const t... method forgetResolution (line 2) | forgetResolution(e){const t=e=>{this.storedResolutions.delete(e),this.... method forgetTransientResolutions (line 2) | forgetTransientResolutions(){const e=this.configuration.makeResolver()... method forgetVirtualResolutions (line 2) | forgetVirtualResolutions(){for(const e of this.storedPackages.values()... method getDependencyMeta (line 2) | getDependencyMeta(e,t){const r={},A=this.topLevelWorkspace.manifest.de... method findLocatorForLocation (line 2) | async findLocatorForLocation(e,{strict:t=!1}={}){const r=new q.$,A=thi... method resolveEverything (line 2) | async resolveEverything(e){if(!this.workspacesByCwd||!this.workspacesB... method fetchEverything (line 2) | async fetchEverything({cache:e,report:t,fetcher:r}){const A=r||this.co... method linkEverything (line 2) | async linkEverything({cache:e,report:t,fetcher:r,skipBuild:o}){var s;c... method install (line 2) | async install(e){var t,r;const i=this.configuration.get("nodeLinker");... method generateLockfile (line 2) | generateLockfile(){const e=new Map;for(const[t,r]of this.storedResolut... method persistLockfile (line 2) | async persistLockfile(){const e=n.y1.join(this.cwd,this.configuration.... method persistInstallStateFile (line 2) | async persistInstallStateFile(){const e=[];for(const t of Object.value... method restoreInstallState (line 2) | async restoreInstallState({restoreInstallersCustomData:e=!0,restoreRes... method applyLightResolution (line 2) | async applyLightResolution(){await this.resolveEverything({lockfileOnl... method persist (line 2) | async persist(){await this.persistLockfile();for(const e of this.works... method cacheCleanup (line 2) | async cacheCleanup({cache:e,report:t}){const r=new Set([".gitignore"])... function se (line 55) | function se(t){var r,A=$[t];if(A)return A;for(r=t-1;!$[r];)r--;for(A={li... method constructor (line 23) | constructor(e,r={},A){super({autoDestroy:!1,highWaterMark:0}),this[R]=... method normalizeArguments (line 23) | static normalizeArguments(e,r,n){var o,s,a,c,g;const l=r;if(C.default.... method _lockWrite (line 23) | _lockWrite(){const e=()=>{throw new TypeError("The payload has been al... method _unlockWrite (line 23) | _unlockWrite(){this.write=super.write,this.end=super.end} method _finalizeBody (line 23) | async _finalizeBody(){const{options:e}=this,{headers:r}=e,A=!C.default... method _onResponseBase (line 23) | async _onResponseBase(e){const{options:t}=this,{url:r}=t;this[q]=e,t.d... method _onResponse (line 23) | async _onResponse(e){try{await this._onResponseBase(e)}catch(e){this._... method _onRequest (line 23) | _onRequest(e){const{options:t}=this,{timeout:r,url:A}=t;g.default(e),t... method _createCacheableRequest (line 23) | async _createCacheableRequest(e,t){return new Promise((r,A)=>{let n;Ob... method _makeRequest (line 23) | async _makeRequest(){var e,t,r,A,n;const{options:o}=this,{headers:i}=o... method _error (line 23) | async _error(e){try{for(const t of this.options.hooks.beforeError)e=aw... method _beforeError (line 23) | _beforeError(e){if(this[Y])return;const{options:t}=this,r=this.retryCo... method _read (line 23) | _read(){this[G]=!0;const e=this[K];if(e&&!this[Y]){let t;for(e.readabl... method _write (line 23) | _write(e,t,r){const A=()=>{this._writeRequest(e,t,r)};this.requestInit... method _writeRequest (line 23) | _writeRequest(e,t,r){this[F].destroyed||(this._progressCallbacks.push(... method _final (line 23) | _final(e){const t=()=>{for(;0!==this._progressCallbacks.length;)this._... method _destroy (line 23) | _destroy(e,t){var r;this[Y]=!0,clearTimeout(this[z]),F in this&&(this[... method _isAboutToError (line 23) | get _isAboutToError(){return this[Y]} method ip (line 23) | get ip(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket.r... method aborted (line 23) | get aborted(){var e,t,r;return(null!==(t=null===(e=this[F])||void 0===... method socket (line 23) | get socket(){var e;return null===(e=this[F])||void 0===e?void 0:e.socket} method downloadProgress (line 23) | get downloadProgress(){let e;return e=this[M]?this[R]/this[M]:this[M]=... method uploadProgress (line 23) | get uploadProgress(){let e;return e=this[x]?this[L]/this[x]:this[x]===... method timings (line 23) | get timings(){var e;return null===(e=this[F])||void 0===e?void 0:e.tim... method isFromCache (line 23) | get isFromCache(){return this[U]} method pipe (line 23) | pipe(e,t){if(this[j])throw new Error("Failed to pipe. The response has... method unpipe (line 23) | unpipe(e){return e instanceof a.ServerResponse&&this[P].delete(e),supe... function ae (line 55) | function ae(e,t){var r=se(e),A=se(t);return{start:{offset:e,line:r.line,... method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function ce (line 55) | function ce(e){_ee&&(ee=_,te=[]),te.push(e))} function ge (line 55) | function ge(e,r,A){return new t(t.buildMessage(e,r),e,r,A)} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function le (line 55) | function le(){return he()} function ue (line 55) | function ue(){var t,r,A;return t=_,Ce()!==n?(45===e.charCodeAt(_)?(r="-"... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.recursive=!1,this.e... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function he (line 55) | function he(){var e,t,r,A;for(e=_,t=[],r=pe();r!==n;)t.push(r),r=pe();re... function pe (line 55) | function pe(){var t,r,A,o,i,s,p,d,C,f,I,E;if(t=_,(r=be())===n&&(r=null),... function de (line 55) | function de(){var t,r,A,o,i,a,c;if(t=_,r=_,re++,A=_,(o=Se())!==n&&(i=fun... method constructor (line 2) | constructor(){super(...arguments),this.json=!1,this.checkCache=!1,this... method execute (line 2) | async execute(){var e,t,r;const A=await s.VK.find(this.context.cwd,thi... function Ce (line 55) | function Ce(){var t,r,A;for(re++,t=_,r=[],32===e.charCodeAt(_)?(A=" ",_+... method constructor (line 2) | constructor(){super(...arguments),this.all=!1,this.private=!1,this.rel... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function fe (line 55) | function fe(){return Z=_,Ne++,!0?void 0:n} method constructor (line 2) | constructor(){super(...arguments),this.args=[]} method execute (line 2) | async execute(){return this.cli.run(["exec","node",...this.args])} function Ie (line 55) | function Ie(){return Z=_,Ne--,!0?void 0:n} function Ee (line 55) | function Ee(){var e,t,r;if((e=we())===n){if(e=_,t=[],(r=ye())!==n)for(;r... function Be (line 55) | function Be(){var t,r,A,o,i,s;if(re++,t=_,f.test(e.charAt(_))?(r=e.charA... function ye (line 55) | function ye(){var t,r,A,o,i;if(t=_,"--"===e.substr(_,2)?(r="--",_+=2):(r... function me (line 55) | function me(){var t,r;return t=_,"null"===e.substr(_,4)?(r="null",_+=4):... function we (line 55) | function we(){var t,r,A,o;return re++,t=_,34===e.charCodeAt(_)?(r='"',_+... method constructor (line 2) | constructor(){super(...arguments),this.onlyIfNeeded=!1} method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Qe (line 55) | function Qe(){var t,r,A,o,i,s,a,c,g,l;return K.test(e.charAt(_))?(t=e.ch... function De (line 55) | function De(){var t;return G.test(e.charAt(_))?(t=e.charAt(_),_++):(t=n,... function be (line 55) | function be(){var t,r;if(re++,t=[],q.test(e.charAt(_))?(r=e.charAt(_),_+... function ve (line 55) | function ve(){var e,t,r,A,o,i;if(e=_,(t=Se())!==n){for(r=[],A=_,(o=be())... method constructor (line 2) | constructor(){super(...arguments),this.repository="https://github.com/... method execute (line 2) | async execute(){const e=await s.VK.find(this.context.cwd,this.context.... function Se (line 55) | function Se(){var t;return"\r\n"===e.substr(_,2)?(t="\r\n",_+=2):(t=n,0=... function r (line 55) | function r(A){if(t[A])return t[A].exports;var n=t[A]={id:A,loaded:!1,exp... method constructor (line 2) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method constructor (line 17) | constructor(e){super({...e,choices:t})} method create (line 17) | static create(e){return o(e)} method constructor (line 17) | constructor(e,t){this.name=e,this.isBlockDevice=t.isBlockDevice.bind(t... method fn (line 49) | static fn(e){return(...t)=>new r((r,A,n)=>{t.push(n),e(...t).then(r,A)})} method constructor (line 49) | constructor(e){this._cancelHandlers=[],this._isPending=!0,this._isCanc... method then (line 49) | then(e,t){return this._promise.then(e,t)} method catch (line 49) | catch(e){return this._promise.catch(e)} method finally (line 49) | finally(e){return this._promise.finally(e)} method cancel (line 49) | cancel(e){if(this._isPending&&!this._isCanceled){if(this._cancelHandle... method isCanceled (line 49) | get isCanceled(){return this._isCanceled} FILE: packages/runtime/test/fixtures/32-custom-install-command/install.js function main (line 4) | async function main() { FILE: packages/runtime/test/fixtures/32-custom-install-command/pages/index.js function getStaticProps (line 4) | async function getStaticProps(context) { FILE: packages/runtime/test/integration/gip-gsp-404/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: packages/runtime/test/integration/gip-gsp-404/pages/404.js function MyApp (line 1) | function MyApp() { FILE: packages/runtime/test/integration/gip-gsp-404/pages/_app.js function MyApp (line 3) | function MyApp({ Component, pageProps }) { FILE: packages/runtime/test/integration/gip-gsp-404/pages/index.js function Home (line 1) | function Home() { FILE: packages/runtime/test/integration/index.test.js constant FOUR_MINUTES (line 5) | const FOUR_MINUTES = 240000; FILE: packages/runtime/test/integration/static-site/pages/another.js function Page (line 1) | function Page() { function getStaticProps (line 5) | function getStaticProps() { FILE: packages/runtime/test/integration/static-site/pages/dynamic.js function Page (line 1) | function Page() { function getStaticProps (line 5) | function getStaticProps() { FILE: packages/runtime/test/integration/static-site/pages/index.js function Page (line 1) | function Page() { function getStaticProps (line 5) | function getStaticProps() { FILE: packages/runtime/test/lib/run-build-lambda.js function runAnalyze (line 4) | function runAnalyze(wrapper, context) { function runBuildLambda (line 12) | async function runBuildLambda(inputPath) { FILE: packages/runtime/test/utils.js function waitFor (line 1) | async function waitFor(milliseconds) { function check (line 7) | async function check(contentFn, regex, hardError = true) { FILE: packages/tf-next/src/client/aws-profile.ts type AwsCredentialProvider (line 7) | type AwsCredentialProvider = MemoizedProvider; type AWSProfileArguments (line 9) | type AWSProfileArguments = { FILE: packages/tf-next/src/client/client.ts type ClientOptions (line 20) | type ClientOptions = { class Client (line 25) | class Client { method constructor (line 32) | constructor({ logLevel, apiService }: ClientOptions) { type ClientMiddlewareArguments (line 46) | type ClientMiddlewareArguments = { type CreateClientMiddlewareOptions (line 50) | type CreateClientMiddlewareOptions = { type WithClientOptions (line 76) | type WithClientOptions = { function withClient (line 80) | function withClient< FILE: packages/tf-next/src/client/services/api/api.ts type NodeFetch (line 17) | type NodeFetch = typeof nodeFetch; type CreateAliasRequestBody (line 18) | type CreateAliasRequestBody = type CreateAliasSuccessResponse (line 20) | type CreateAliasSuccessResponse = type ListAliasQueryParameters (line 22) | type ListAliasQueryParameters = paths['/aliases']['get']['parameters']['... type ListAliasSuccessResponse (line 23) | type ListAliasSuccessResponse = type CreateDeploymentSuccessResponse (line 25) | type CreateDeploymentSuccessResponse = type ListDeploymentsSuccessResponse (line 27) | type ListDeploymentsSuccessResponse = type GetDeploymentByIdSuccessResponse (line 29) | type GetDeploymentByIdSuccessResponse = type DeleteDeploymentByIdSuccessResponse (line 31) | type DeleteDeploymentByIdSuccessResponse = constant POLLING_DEFAULT_INTERVAL_MS (line 34) | const POLLING_DEFAULT_INTERVAL_MS = 5_000; constant POLLING_DEFAULT_TIMEOUT_MS (line 35) | const POLLING_DEFAULT_TIMEOUT_MS = 5 * 60_000; function extractRegionFromApiGatewayEndpoint (line 42) | function extractRegionFromApiGatewayEndpoint( function convertFetchHeaders (line 57) | function convertFetchHeaders( function convertURLSearchParamsToQueryBag (line 69) | function convertURLSearchParamsToQueryBag( type ApiServiceOptions (line 83) | type ApiServiceOptions = { class ApiService (line 88) | class ApiService { method constructor (line 93) | constructor({ apiEndpoint, awsCredentialProvider }: ApiServiceOptions) { method fetchAWSSigV4 (line 111) | private async fetchAWSSigV4( method createAlias (line 174) | createAlias(requestBody: CreateAliasRequestBody) { method deleteAlias (line 184) | deleteAlias(alias: string) { method listAliases (line 190) | async listAliases(deploymentId: string) { method createDeployment (line 203) | createDeployment() { method listDeployments (line 209) | async listDeployments() { method getDeploymentById (line 216) | getDeploymentById(deploymentId: string) { FILE: packages/tf-next/src/client/services/api/middleware.ts type ApiMiddlewareArguments (line 16) | type ApiMiddlewareArguments = { function apiMiddleware (line 20) | function apiMiddleware( FILE: packages/tf-next/src/client/services/output/create-spinner.ts function eraseLines (line 14) | function eraseLines(numberOfLines: number) { type StopCallback (line 18) | type StopCallback = () => void; function createSpinner (line 20) | function createSpinner(message: string, delay: number = 300) { FILE: packages/tf-next/src/client/services/output/output.ts type OutputServiceOptions (line 7) | type OutputServiceOptions = { class OutputService (line 11) | class OutputService { method constructor (line 17) | constructor({ logLevel }: OutputServiceOptions) { method print (line 24) | print(message: string, prefix?: string) { FILE: packages/tf-next/src/commands/alias/alias-list.ts type AliasListCommandOptions (line 14) | type AliasListCommandOptions = { function aliasListCommand (line 28) | async function aliasListCommand({ type AliasListCommandArguments (line 80) | type AliasListCommandArguments = { FILE: packages/tf-next/src/commands/alias/alias-remove.ts type AliasRemoveCommandOptions (line 14) | type AliasRemoveCommandOptions = { function aliasRemoveCommand (line 28) | async function aliasRemoveCommand({ type AliasRemoveCommandArguments (line 55) | type AliasRemoveCommandArguments = { FILE: packages/tf-next/src/commands/alias/alias-set.ts type AliasSetCommandOptions (line 12) | type AliasSetCommandOptions = { function aliasSetCommand (line 34) | async function aliasSetCommand({ type AliasSetCommandArguments (line 70) | type AliasSetCommandArguments = { FILE: packages/tf-next/src/commands/alias/alias.ts function createAliasCommand (line 6) | function createAliasCommand(yargs: GlobalYargs) { FILE: packages/tf-next/src/commands/build/build.ts constant TF_NEXT_VERSION (line 25) | const TF_NEXT_VERSION = 1; type Lambdas (line 27) | type Lambdas = Record; type Prerenders (line 28) | type Prerenders = Record; type StaticWebsiteFiles (line 29) | type StaticWebsiteFiles = Record; function checkoutFiles (line 31) | async function checkoutFiles(basePath: string, targetPath: string) { type PrerenderOutputProps (line 45) | interface PrerenderOutputProps { type OutputProps (line 49) | interface OutputProps { function normalizeRoute (line 65) | function normalizeRoute(input: string) { function writeOutput (line 81) | async function writeOutput(props: OutputProps) { type BuildCommandProps (line 167) | type BuildCommandProps = { function buildCommand (line 175) | async function buildCommand({ type BuildCommandArguments (line 307) | type BuildCommandArguments = { FILE: packages/tf-next/src/commands/deploy/deploy.ts type DeployCommandOptions (line 19) | type DeployCommandOptions = { function deployCommand (line 38) | async function deployCommand({ type DeployCommandArguments (line 130) | type DeployCommandArguments = { FILE: packages/tf-next/src/commands/deployment/deployment-list.ts function renderStatus (line 8) | function renderStatus(status: string) { type DeploymentListCommandOptions (line 30) | type DeploymentListCommandOptions = { function deploymentListCommand (line 40) | async function deploymentListCommand({ client }: DeploymentListCommandOp... FILE: packages/tf-next/src/commands/deployment/deployment-remove.ts type DeploymentRemoveCommandOptions (line 13) | type DeploymentRemoveCommandOptions = { function deploymentRemoveCommand (line 27) | async function deploymentRemoveCommand({ type DeploymentRemoveCommandArguments (line 72) | type DeploymentRemoveCommandArguments = { FILE: packages/tf-next/src/commands/deployment/deployment.ts function createDeploymentCommand (line 6) | function createDeploymentCommand(yargs: GlobalYargs) { FILE: packages/tf-next/src/commands/main.ts constant CLI_TITLE (line 14) | const CLI_TITLE = 'milliVolt CLI'; function createMainCommand (line 20) | function createMainCommand(globalYargs: Argv) { FILE: packages/tf-next/src/index.ts function runCli (line 7) | async function runCli() { FILE: packages/tf-next/src/types.ts type ConfigOutput (line 4) | interface ConfigOutput { type LogLevel (line 32) | type LogLevel = 'verbose' | 'none'; type GlobalOptions (line 34) | type GlobalOptions = { type GlobalYargs (line 45) | type GlobalYargs = Argv; FILE: packages/tf-next/src/utils/errors/cli-error.ts class CliError (line 1) | class CliError extends Error { method constructor (line 4) | constructor({ code, message }: { code: Code; message: string }) { FILE: packages/tf-next/src/utils/errors/errors.ts class MissingApiEndpoint (line 3) | class MissingApiEndpoint extends CliError<'MISSING_API_ENDPOINT'> { method constructor (line 4) | constructor() { class CredentialsError (line 13) | class CredentialsError extends CliError<'INVALID_CREDENTIALS'> { method constructor (line 14) | constructor() { class AliasOverrideNotAllowed (line 23) | class AliasOverrideNotAllowed extends CliError<'ALIAS_OVERRIDE_NOT_ALLOW... method constructor (line 24) | constructor(alias: string) { class AliasNotExists (line 32) | class AliasNotExists extends CliError<'ALIAS_NOT_EXISTS'> { method constructor (line 33) | constructor(alias: string) { class DeleteDeploymentAlias (line 41) | class DeleteDeploymentAlias extends CliError<'ALIAS_DELETE_DEPLOYMENT_AL... method constructor (line 42) | constructor() { class DeploymentNotExists (line 51) | class DeploymentNotExists extends CliError<'DEPLOYMENT_NOT_EXISTS'> { method constructor (line 52) | constructor(deploymentId: string) { class DeploymentHasLinkedAliases (line 60) | class DeploymentHasLinkedAliases extends CliError<'DEPLOYMENT_HAS_CUSTOM... method constructor (line 61) | constructor() { class DeploymentCreateFailed (line 70) | class DeploymentCreateFailed extends CliError<'DEPLOYMENT_CREATE_FAILED'> { method constructor (line 71) | constructor() { FILE: packages/tf-next/src/utils/errors/response-error.ts type ResponseErrorOptions (line 3) | type ResponseErrorOptions = { class ResponseError (line 10) | class ResponseError extends Error { method constructor (line 15) | constructor({ status, code, message, serverMessage }: ResponseErrorOpt... function createResponseError (line 24) | async function createResponseError(res: Response): Promise { FILE: packages/tf-next/src/utils/index.ts function findEntryPoint (line 6) | function findEntryPoint(cwd: string) { FILE: packages/tf-next/src/utils/project-config.ts constant CONFIG_DIR (line 6) | const CONFIG_DIR = '.next-tf'; constant CONFIG_DIR_PROJECT_FILE (line 7) | const CONFIG_DIR_PROJECT_FILE = 'project.json'; type ProjectConfig (line 20) | type ProjectConfig = { function readProjectConfig (line 24) | function readProjectConfig(cwd: string): ProjectConfig | null { function writeProjectConfig (line 47) | function writeProjectConfig(cwd: string, projectConfig: ProjectConfig) { FILE: packages/tf-next/src/utils/routes.ts function removeRoutesByPrefix (line 10) | function removeRoutesByPrefix(routes: Route[], prefix: string) { FILE: packages/tf-next/src/utils/strlen.ts function strlen (line 5) | function strlen(str: string) { FILE: packages/tf-next/src/utils/trim-protocol.ts function trimProtocol (line 7) | function trimProtocol(input: string) { FILE: test/build-fixtures.js constant DEBUG (line 12) | const DEBUG = false; function buildFixtures (line 26) | async function buildFixtures(debug = false) { function main (line 94) | async function main() { FILE: test/fixtures/00-shared-lambdas/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: test/fixtures/00-shared-lambdas/pages/products/[pid]/index.js function Pdp (line 1) | function Pdp({ product }) { function getStaticProps (line 10) | async function getStaticProps(context) { function getStaticPaths (line 24) | async function getStaticPaths() { FILE: test/fixtures/00-trailing-slash-add/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: test/fixtures/00-trailing-slash-add/pages/abc/def.js function Page (line 1) | function Page() { FILE: test/fixtures/00-trailing-slash-add/pages/blog/[post].js function Page (line 1) | function Page({ post }) { FILE: test/fixtures/00-trailing-slash-add/pages/foo.js function Page (line 1) | function Page() { FILE: test/fixtures/01-custom-routing/next.config.js method rewrites (line 2) | async rewrites() { method redirects (line 12) | async redirects() { FILE: test/fixtures/01-custom-routing/pages/index.js function getStaticProps (line 4) | async function getStaticProps() { FILE: test/fixtures/01-custom-routing/pages/param.js function getServerSideProps (line 4) | async function getServerSideProps(ctx) { FILE: test/fixtures/02-api/next.config.js method generateBuildId (line 2) | generateBuildId() { FILE: test/fixtures/02-api/pages/api/actions/[actionId]/info.js function handler (line 1) | function handler(req, res) { FILE: test/fixtures/02-api/pages/api/host.js function handler (line 5) | function handler(req, res) { FILE: test/fixtures/02-api/pages/api/index.js function handler (line 1) | function handler(req, res) { FILE: test/fixtures/02-api/pages/api/viewer-header.js function handler (line 5) | function handler(req, res) { FILE: test/fixtures/02-api/pages/test.js function AboutPage (line 1) | function AboutPage() { FILE: test/fixtures/03-yarn-workspaces/packages/web/pages/_app.tsx class MyApp (line 4) | class MyApp extends App { method getInitialProps (line 5) | static async getInitialProps() { method render (line 10) | render() { FILE: test/jest.setup.ts function globalSetup (line 4) | async function globalSetup() { FILE: test/routes.test.ts type ProbeFile (line 53) | interface ProbeFile { method onData (line 244) | onData(data: string) { method onError (line 247) | onError(data: string) { FILE: test/utils/attach-logger.ts type AttachLoggerResult (line 4) | type AttachLoggerResult = { function attachLogger (line 18) | function attachLogger( FILE: test/utils/host-ip-address.ts function getLocalIpAddressFromHost (line 7) | function getLocalIpAddressFromHost() { FILE: test/utils/s3-create-bucket.ts type BucketHandler (line 5) | interface BucketHandler { function s3CreateBucket (line 13) | async function s3CreateBucket(