{
  "_from": "tiny-queue@0.2.1",
  "_id": "tiny-queue@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-JaZ/LG4lOyypQZd7XvdELvl6YEY=",
  "_location": "/tiny-queue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tiny-queue@0.2.1",
    "name": "tiny-queue",
    "escapedName": "tiny-queue",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/reorder.js"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-queue/-/tiny-queue-0.2.1.tgz",
  "_shasum": "25a67f2c6e253b2ca941977b5ef7442ef97a6046",
  "_spec": "tiny-queue@0.2.1",
  "_where": "C:\\Users\\Asus\\Desktop\\AVIZ\\vistorian\\vistorian-matrix\\node_modules\\reorder.js",
  "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.1"
}
