Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "denque@1.5.0",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_from": "denque@1.5.0",
  9. "_id": "denque@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ==",
  12. "_location": "/denque",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "denque@1.5.0",
  18. "name": "denque",
  19. "escapedName": "denque",
  20. "rawSpec": "1.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.0"
  23. },
  24. "_requiredBy": [
  25. "/mongodb"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/denque/-/denque-1.5.0.tgz",
  28. "_spec": "1.5.0",
  29. "_where": "D:\\Projects\\scrapper-api",
  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. Maintains compatability with deque.",
  46. "devDependencies": {
  47. "benchmark": "^2.1.4",
  48. "coveralls": "^2.13.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://github.com/invertase/denque#readme",
  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_remove": "node benchmark/remove",
  79. "benchmark_removeOne": "node benchmark/removeOne",
  80. "benchmark_splice": "node benchmark/splice",
  81. "benchmark_thousand": "node benchmark/thousand",
  82. "coveralls": "cat ./coverage/lcov.info | coveralls",
  83. "test": "istanbul cover --report lcov _mocha && npm run typescript",
  84. "typescript": "tsc --project ./test/type/tsconfig.json"
  85. },
  86. "version": "1.5.0"
  87. }