⬆️ @screeps/engine

This commit is contained in:
Nikolay Kharitonov
2024-01-01 02:05:59 +00:00
parent c711494317
commit 2e67d2feb0
2 changed files with 20 additions and 4 deletions

22
package-lock.json generated
View File

@@ -74,9 +74,9 @@
}
},
"@screeps/engine": {
"version": "4.2.21",
"resolved": "https://registry.npmjs.org/@screeps/engine/-/engine-4.2.21.tgz",
"integrity": "sha512-PUx9tSWAs7YOpoMmVVWEbJHF6KBbBxASXMnOj5em2uu3aamKxUMKeRgca//Yy94TAwZz5fUotIxUixpY3lIsWg==",
"version": "4.2.22",
"resolved": "https://registry.npmjs.org/@screeps/engine/-/engine-4.2.22.tgz",
"integrity": "sha512-8wGyDOGKW3EshSbrSkFr7TLN2sIieEVP0iLFqsTKDYBPo24cpRPgi6cCgn/zSqBKYz5fN6HUoJB6mq5AhnK0mw==",
"requires": {
"@screeps/pathfinding": "^0.4.17",
"bulk-require": "^0.2.1",
@@ -451,6 +451,15 @@
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"optional": true
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"optional": true,
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"block-stream": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
@@ -1799,6 +1808,12 @@
"flat-cache": "^2.0.1"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"optional": true
},
"fill-range": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@@ -4810,6 +4825,7 @@
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},