package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "denque@2.1.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "denque@2.1.0",
  9. "_id": "denque@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  12. "_location": "/denque",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "denque@2.1.0",
  18. "name": "denque",
  19. "escapedName": "denque",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/mysql2"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Invertase",
  32. "email": "oss@invertase.io",
  33. "url": "http://github.com/invertase/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/invertase/denque/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Mike Diarmid",
  41. "email": "mike@invertase.io",
  42. "url": "Salakar"
  43. }
  44. ],
  45. "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.",
  46. "devDependencies": {
  47. "benchmark": "^2.1.4",
  48. "codecov": "^3.8.3",
  49. "double-ended-queue": "^2.1.0-0",
  50. "istanbul": "^0.4.5",
  51. "mocha": "^3.5.3",
  52. "typescript": "^3.4.1"
  53. },
  54. "engines": {
  55. "node": ">=0.10"
  56. },
  57. "homepage": "https://docs.page/invertase/denque",
  58. "keywords": [
  59. "data-structure",
  60. "data-structures",
  61. "queue",
  62. "double",
  63. "end",
  64. "ended",
  65. "deque",
  66. "denque",
  67. "double-ended-queue"
  68. ],
  69. "license": "Apache-2.0",
  70. "main": "index.js",
  71. "name": "denque",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/invertase/denque.git"
  75. },
  76. "scripts": {
  77. "benchmark_2mil": "node benchmark/two_million",
  78. "benchmark_fromArray": "node benchmark/fromArray",
  79. "benchmark_growth": "node benchmark/growth",
  80. "benchmark_remove": "node benchmark/remove",
  81. "benchmark_removeOne": "node benchmark/removeOne",
  82. "benchmark_splice": "node benchmark/splice",
  83. "benchmark_thousand": "node benchmark/thousand",
  84. "benchmark_toArray": "node benchmark/toArray",
  85. "coveralls": "cat ./coverage/lcov.info | coveralls",
  86. "test": "istanbul cover --report lcov _mocha && npm run typescript",
  87. "typescript": "tsc --project ./test/type/tsconfig.json"
  88. },
  89. "version": "2.1.0"
  90. }