{ "_args": [ [ "denque@^1.4.1", "/home/user/dockydock/docker_nodejs_dev/node_modules/mongodb" ] ], "_from": "denque@>=1.4.1 <2.0.0", "_hasShrinkwrap": false, "_id": "denque@1.4.1", "_inCache": true, "_installable": true, "_location": "/denque", "_nodeVersion": "10.8.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/denque_1.4.1_1554250885281_0.0009501203863016006" }, "_npmUser": { "email": "mike.diarmid@gmail.com", "name": "salakar" }, "_npmVersion": "6.2.0", "_phantomChildren": {}, "_requested": { "name": "denque", "raw": "denque@^1.4.1", "rawSpec": "^1.4.1", "scope": null, "spec": ">=1.4.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/mongodb" ], "_resolved": "https://registry.npmjs.org/denque/-/denque-1.4.1.tgz", "_shasum": "6744ff7641c148c3f8a69c307e51235c1f4a37cf", "_shrinkwrap": null, "_spec": "denque@^1.4.1", "_where": "/home/user/dockydock/docker_nodejs_dev/node_modules/mongodb", "author": { "email": "oss@invertase.io", "name": "Invertase", "url": "http://github.com/invertase/" }, "bugs": { "url": "https://github.com/invertase/denque/issues" }, "contributors": [ { "name": "Mike Diarmid", "email": "mike@invertase.io", "url": "Salakar" } ], "dependencies": {}, "description": "The fastest javascript implementation of a double-ended queue. Maintains compatability with deque.", "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^2.13.3", "double-ended-queue": "^2.1.0-0", "istanbul": "^0.4.5", "mocha": "^3.5.3", "typescript": "^3.4.1" }, "directories": {}, "dist": { "fileCount": 5, "integrity": "sha512-OfzPuSZKGcgr96rf1oODnfjqBFmr1DVoc/TrItj3Ohe0Ah1C5WX5Baquw/9U9KovnQ88EqmJbD66rKYUQYN1tQ==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJco/yGCRA9TVsSAnZWagAA53YP/27mhVsPmYA19Ul/zVI5\nNU5yt5glUVpFRDC4lyBk5I5PTRhwYDd8btnOUiRdjMhTRk9m0uS3nTobwnUW\nnydvNUXe/TvSAqeh6AxXD4pdRpj35aYvYB/OL9EcGm2RIOeEDlaENB9sCKMU\nTW5VE5PvbpNeHjwmYYVU3rgHzjVh0ZqSUVEnSIiysSl7dicGNi/73yTvJcvv\nzgBj9OLotLjX7diBrODLWpKlHszyJo0dhNoYPYIeKsUqU7Y+weRQIHHcuNZL\naOrb5INdTtAwEfJBaspl87pzBUNZKJhIyXEFoQiQz1he7UNSfyq5lXhziCnh\nHDRYJlEqVZyFkHmVX1NZ+eb79MewkFVYh/IRS2Ooxs0kFc2m2vw3B3mantsX\neqp7xmicEN9N7Fn1aj8IPkmwae2Jy/47IGsqV8KLAXkjnORahulBVJ8MJY+Q\nyOu/T/gGhsVHcMDCuZvjIqp+w7+6PGLCBj4LNAThNSsq1o2Udk1Yj/Ef/Nta\nHj3Sb4PJd2n6o9SCDe0FrBdBVQBu5xrwzxng6TToGyoBVIk8UZCAm2j9RPvQ\njBnDvKKFnH6fOefQ9LKztuwhbaRY2ZVBykRUesay2bdPWp42sHiJ9tJz1wl+\nv9Mi5yXWgdP5vLVAIkzM3vKD8FW0t7Jp5hxEnBT+ddm4L/F0UKkDtr6CLwOt\n1X2o\r\n=J2eQ\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "6744ff7641c148c3f8a69c307e51235c1f4a37cf", "tarball": "https://registry.npmjs.org/denque/-/denque-1.4.1.tgz", "unpackedSize": 23644 }, "engines": { "node": ">=0.10" }, "gitHead": "05c0264385cce864bf5ac2811fad3e85a9f7fe37", "homepage": "https://github.com/invertase/denque#readme", "keywords": [ "data-structure", "data-structures", "denque", "deque", "double", "double-ended-queue", "end", "ended", "queue" ], "license": "Apache-2.0", "main": "index.js", "maintainers": [ { "name": "salakar", "email": "mike.diarmid@gmail.com" } ], "name": "denque", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/invertase/denque.git" }, "scripts": { "benchmark_2mil": "node benchmark/two_million", "benchmark_remove": "node benchmark/remove", "benchmark_removeOne": "node benchmark/removeOne", "benchmark_splice": "node benchmark/splice", "benchmark_thousand": "node benchmark/thousand", "coveralls": "cat ./coverage/lcov.info | coveralls", "test": "istanbul cover --report lcov _mocha && npm run typescript", "typescript": "tsc --project ./test/type/tsconfig.json" }, "version": "1.4.1" }