{
  "_args": [
    [
      "tinyqueue@1.2.3",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "tinyqueue@1.2.3",
  "_id": "tinyqueue@1.2.3",
  "_inBundle": false,
  "_integrity": "sha512-Qz9RgWuO9l8lT+Y9xvbzhPT2efIUIFd69N7eF7tJ9lnQl0iLj1M7peK7IoUGZL9DJHw9XftqLreccfxcQgYLxA==",
  "_location": "/tinyqueue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tinyqueue@1.2.3",
    "name": "tinyqueue",
    "escapedName": "tinyqueue",
    "rawSpec": "1.2.3",
    "saveSpec": null,
    "fetchSpec": "1.2.3"
  },
  "_requiredBy": [
    "/martinez-polygon-clipping"
  ],
  "_resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-1.2.3.tgz",
  "_spec": "1.2.3",
  "_where": "/home/pi/harperdb",
  "author": "",
  "bugs": {
    "url": "https://github.com/mourner/tinyqueue/issues"
  },
  "description": "The smallest and simplest JavaScript priority queue",
  "devDependencies": {
    "eslint": "^4.8.0",
    "eslint-config-mourner": "^2.0.1",
    "tape": "^4.6.3"
  },
  "eslintConfig": {
    "extends": "mourner"
  },
  "homepage": "https://github.com/mourner/tinyqueue",
  "keywords": [
    "queue",
    "priority",
    "binary heap",
    "data structures"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "tinyqueue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mourner/tinyqueue.git"
  },
  "scripts": {
    "pretest": "eslint index.js test.js bench.js",
    "test": "tape test.js"
  },
  "version": "1.2.3"
}
