{
  "_args": [
    [
      "p-fifo@1.0.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "p-fifo@1.0.0",
  "_id": "p-fifo@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-IjoCxXW48tqdtDFz6fqo5q1UfFVjjVZe8TC1QRflvNUJtNfCUhxOUw6MOVZhDPjqhSzc26xKdugsO17gmzd5+A==",
  "_location": "/p-fifo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "p-fifo@1.0.0",
    "name": "p-fifo",
    "escapedName": "p-fifo",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/it-to-stream"
  ],
  "_resolved": "https://registry.npmjs.org/p-fifo/-/p-fifo-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alan Shaw"
  },
  "ava": {
    "babel": false,
    "compileEnhancements": false
  },
  "bugs": {
    "url": "https://github.com/alanshaw/p-fifo/issues"
  },
  "dependencies": {
    "fast-fifo": "^1.0.0",
    "p-defer": "^3.0.0"
  },
  "description": "Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.",
  "devDependencies": {
    "ava": "^2.2.0",
    "nyc": "^14.1.1",
    "standard": "^13.1.0"
  },
  "homepage": "https://github.com/alanshaw/p-fifo#readme",
  "keywords": [
    "fifo",
    "buffer",
    "queue",
    "promise",
    "push",
    "shift",
    "array"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "p-fifo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/p-fifo.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=text --reporter=lcov npm test",
    "lint": "standard",
    "test": "ava test.js --verbose"
  },
  "version": "1.0.0"
}
