package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "denque@^2.0.1",
  3. "_id": "denque@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tfiWc6BQLXNLpNiR5iGd0Ocu3P3VpxfzFiqubLgMfhfOw9WyvgJBd46CClNn9k3qfbjvT//0cf7AlYRX/OslMQ==",
  6. "_location": "/denque",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "denque@^2.0.1",
  12. "name": "denque",
  13. "escapedName": "denque",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/mongodb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/denque/-/denque-2.0.1.tgz",
  22. "_shasum": "bcef4c1b80dc32efe97515744f21a4229ab8934a",
  23. "_spec": "denque@^2.0.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongodb",
  25. "author": {
  26. "name": "Invertase",
  27. "email": "oss@invertase.io",
  28. "url": "http://github.com/invertase/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/invertase/denque/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Mike Diarmid",
  37. "email": "mike@invertase.io",
  38. "url": "Salakar"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.",
  43. "devDependencies": {
  44. "benchmark": "^2.1.4",
  45. "codecov": "^3.8.3",
  46. "double-ended-queue": "^2.1.0-0",
  47. "istanbul": "^0.4.5",
  48. "mocha": "^3.5.3",
  49. "typescript": "^3.4.1"
  50. },
  51. "engines": {
  52. "node": ">=0.10"
  53. },
  54. "homepage": "https://docs.page/invertase/denque",
  55. "keywords": [
  56. "data-structure",
  57. "data-structures",
  58. "queue",
  59. "double",
  60. "end",
  61. "ended",
  62. "deque",
  63. "denque",
  64. "double-ended-queue"
  65. ],
  66. "license": "Apache-2.0",
  67. "main": "index.js",
  68. "name": "denque",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/invertase/denque.git"
  72. },
  73. "scripts": {
  74. "benchmark_2mil": "node benchmark/two_million",
  75. "benchmark_remove": "node benchmark/remove",
  76. "benchmark_removeOne": "node benchmark/removeOne",
  77. "benchmark_splice": "node benchmark/splice",
  78. "benchmark_thousand": "node benchmark/thousand",
  79. "coveralls": "cat ./coverage/lcov.info | coveralls",
  80. "test": "istanbul cover --report lcov _mocha && npm run typescript",
  81. "typescript": "tsc --project ./test/type/tsconfig.json"
  82. },
  83. "version": "2.0.1"
  84. }