{
  "_args": [
    [
      "tinyqueue@2.0.3",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "tinyqueue@2.0.3",
  "_id": "tinyqueue@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==",
  "_location": "/tinyqueue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tinyqueue@2.0.3",
    "name": "tinyqueue",
    "escapedName": "tinyqueue",
    "rawSpec": "2.0.3",
    "saveSpec": null,
    "fetchSpec": "2.0.3"
  },
  "_requiredBy": [
    "/concaveman"
  ],
  "_resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz",
  "_spec": "2.0.3",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": "",
  "bugs": {
    "url": "https://github.com/mourner/tinyqueue/issues"
  },
  "description": "The smallest and simplest JavaScript priority queue",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-mourner": "^3.0.0",
    "esm": "^3.2.25",
    "rollup": "^1.15.4",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-plugin-terser": "^5.0.0",
    "tape": "^4.10.2"
  },
  "eslintConfig": {
    "extends": "mourner"
  },
  "files": [
    "index.js",
    "tinyqueue.js",
    "tinyqueue.min.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/mourner/tinyqueue",
  "jsdelivr": "tinyqueue.min.js",
  "keywords": [
    "queue",
    "priority",
    "binary heap",
    "data structures"
  ],
  "license": "ISC",
  "main": "tinyqueue.js",
  "module": "index.js",
  "name": "tinyqueue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mourner/tinyqueue.git"
  },
  "scripts": {
    "bench": "node -r esm bench.js",
    "build": "rollup -c",
    "lint": "eslint index.js test.js bench.js rollup.config.js",
    "prepublishOnly": "npm test",
    "pretest": "npm run lint",
    "test": "tape -r esm test.js",
    "watch": "rollup -cw"
  },
  "types": "index.d.ts",
  "unpkg": "tinyqueue.min.js",
  "version": "2.0.3"
}
