Updated the project.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-03 15:44:25 -04:00
parent 5dfe9f128d
commit 7919556077
1550 changed files with 17063 additions and 40183 deletions

6
my-app/node_modules/minipass/dist/esm/index.js generated vendored Executable file → Normal file
View file

@ -4,9 +4,9 @@ const proc = typeof process === 'object' && process
stdout: null,
stderr: null,
};
import { EventEmitter } from 'events';
import Stream from 'stream';
import { StringDecoder } from 'string_decoder';
import { EventEmitter } from 'node:events';
import Stream from 'node:stream';
import { StringDecoder } from 'node:string_decoder';
/**
* Return true if the argument is a Minipass stream, Node stream, or something
* else that Minipass can interact with.