{
  "_args": [
    [
      "fast-fifo@1.3.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "fast-fifo@1.3.2",
  "_id": "fast-fifo@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  "_location": "/fast-fifo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-fifo@1.3.2",
    "name": "fast-fifo",
    "escapedName": "fast-fifo",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/it-to-stream",
    "/p-fifo"
  ],
  "_resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  "_spec": "1.3.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/fast-fifo/issues"
  },
  "dependencies": {},
  "description": "A fast fifo implementation similar to the one powering nextTick in Node.js core",
  "devDependencies": {
    "brittle": "^3.3.2",
    "standard": "^17.1.0"
  },
  "files": [
    "./index.js",
    "./fixed-size.js"
  ],
  "homepage": "https://github.com/mafintosh/fast-fifo",
  "license": "MIT",
  "main": "index.js",
  "name": "fast-fifo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/fast-fifo.git"
  },
  "scripts": {
    "test": "standard && brittle test.js"
  },
  "version": "1.3.2"
}
