{
  "_args": [
    [
      "fifo@2.4.1",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "fifo@2.4.1",
  "_id": "fifo@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-XTbUCNmo54Jav0hcL6VxDuY4x1eCQH61HEF80C2Oww283pfjQ2C8avZeyq4v43sW2S2403kmzssE9j4lbF66Sg==",
  "_location": "/fifo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fifo@2.4.1",
    "name": "fifo",
    "escapedName": "fifo",
    "rawSpec": "2.4.1",
    "saveSpec": null,
    "fetchSpec": "2.4.1"
  },
  "_requiredBy": [
    "/queue-cb",
    "/stack-base-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/fifo/-/fifo-2.4.1.tgz",
  "_spec": "2.4.1",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/fifo/issues"
  },
  "contributors": [
    {
      "name": "Gabriel Castilho",
      "email": "castilho.gabriel14@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "FIFO queue implemented using a double linked-list",
  "devDependencies": {
    "tape": "^4.2.2"
  },
  "homepage": "https://github.com/mafintosh/fifo",
  "license": "MIT",
  "main": "index.js",
  "name": "fifo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/fifo.git"
  },
  "version": "2.4.1"
}
