{
  "_from": "fast-fifo@^1.2.0",
  "_id": "fast-fifo@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
  "_location": "/fast-fifo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-fifo@^1.2.0",
    "name": "fast-fifo",
    "escapedName": "fast-fifo",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/streamx",
    "/tar-stream"
  ],
  "_resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  "_shasum": "286e31de96eb96d38a97899815740ba2a4f3640c",
  "_spec": "fast-fifo@^1.2.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\tar-stream",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/fast-fifo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
}
