{
  "_from": "tiny-queue@0.2.0",
  "_id": "tiny-queue@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-xJ/LXIdVW+G0pd9+uHEB1beLydw=",
  "_location": "/tiny-queue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tiny-queue@0.2.0",
    "name": "tiny-queue",
    "escapedName": "tiny-queue",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/localstorage-down"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-queue/-/tiny-queue-0.2.0.tgz",
  "_shasum": "c49fcb5c87555be1b4a5df7eb87101d5b78bc9dc",
  "_spec": "tiny-queue@0.2.0",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\localstorage-down",
  "author": {
    "name": "Nolan Lawson",
    "email": "nolan.lawson@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nolanlawson/tiny-queue/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.",
  "devDependencies": {
    "tape": "^2.13.1"
  },
  "homepage": "https://github.com/nolanlawson/tiny-queue",
  "keywords": [
    "queue",
    "fifo"
  ],
  "license": "Apache 2",
  "main": "index.js",
  "name": "tiny-queue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nolanlawson/tiny-queue.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "testling": {
    "files": [
      "test.js"
    ],
    "browsers": [
      "iexplore/8..latest",
      "chrome/22..latest",
      "chrome/canary",
      "firefox/24..latest",
      "firefox/nightly",
      "opera/15..latest",
      "opera/next",
      "safari/5.0.5..latest",
      "iphone/latest",
      "ipad/latest",
      "android-browser/latest"
    ]
  },
  "version": "0.2.0"
}
