This commit is contained in:
Jonasz Bigda
2023-03-25 21:51:42 +01:00
parent 0db1d5117e
commit b332e9ceb0
1044 changed files with 37502 additions and 63938 deletions

14
node_modules/denque/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"name": "denque",
"version": "1.4.1",
"description": "The fastest javascript implementation of a double-ended queue. Maintains compatability with deque.",
"version": "1.5.1",
"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.",
"main": "index.js",
"engines": {
"node": ">=0.10"
@@ -43,17 +43,13 @@
"bugs": {
"url": "https://github.com/invertase/denque/issues"
},
"homepage": "https://github.com/invertase/denque#readme",
"homepage": "https://docs.page/invertase/denque",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^2.13.3",
"codecov": "^3.8.3",
"double-ended-queue": "^2.1.0-0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"typescript": "^3.4.1"
}
,"_resolved": "https://registry.npmjs.org/denque/-/denque-1.4.1.tgz"
,"_integrity": "sha512-OfzPuSZKGcgr96rf1oODnfjqBFmr1DVoc/TrItj3Ohe0Ah1C5WX5Baquw/9U9KovnQ88EqmJbD66rKYUQYN1tQ=="
,"_from": "denque@1.4.1"
}
}