This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

22
resources/app/node_modules/fast-fifo/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "fast-fifo",
"version": "1.3.2",
"description": "A fast fifo implementation similar to the one powering nextTick in Node.js core",
"main": "index.js",
"files": [
"./index.js",
"./fixed-size.js"
],
"dependencies": {},
"devDependencies": {
"standard": "^17.1.0",
"brittle": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/fast-fifo.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"homepage": "https://github.com/mafintosh/fast-fifo"
}