4.2.9
This commit is contained in:
32
package-lock.json
generated
32
package-lock.json
generated
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"name": "screeps",
|
||||
"version": "4.2.8",
|
||||
"version": "4.2.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": {
|
||||
"version": "7.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
|
||||
"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
||||
"version": "7.12.11",
|
||||
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
|
||||
"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
|
||||
"requires": {
|
||||
"@babel/highlight": "^7.10.4"
|
||||
}
|
||||
},
|
||||
"@babel/helper-validator-identifier": {
|
||||
"version": "7.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
|
||||
"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
|
||||
"version": "7.12.11",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
|
||||
"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
|
||||
},
|
||||
"@babel/highlight": {
|
||||
"version": "7.10.4",
|
||||
@@ -49,9 +49,9 @@
|
||||
}
|
||||
},
|
||||
"@screeps/common": {
|
||||
"version": "2.15.1",
|
||||
"resolved": "https://registry.npmjs.org/@screeps/common/-/common-2.15.1.tgz",
|
||||
"integrity": "sha512-tgZcrME1XyHh0A5Zcg/Udzg5wKj5eQXaKcEjv9CJJVzHbQ4vFlnfeNQx8jnWBup6oGGmhNc+OHOGDg/qEuUKpw==",
|
||||
"version": "2.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@screeps/common/-/common-2.15.3.tgz",
|
||||
"integrity": "sha512-VR/n3psm5GaWYpsmERvv2Q4cg9X2P0mnooPnc6nFg9bH0COA+AYMnpRPGA0ga9+j0mXAZu6w94zviZYz1CVG0g==",
|
||||
"requires": {
|
||||
"eslint": "^5.12.1",
|
||||
"lodash": "^3.10.1",
|
||||
@@ -74,9 +74,9 @@
|
||||
}
|
||||
},
|
||||
"@screeps/engine": {
|
||||
"version": "4.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@screeps/engine/-/engine-4.2.8.tgz",
|
||||
"integrity": "sha512-mO8n5T9GricH/GJvasfcnqL5Ccud24rhLertA6qbQkL75sMG1WH2liGrtsBO6zYyoliOzu5vvHzVxpuNtAyqKg==",
|
||||
"version": "4.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@screeps/engine/-/engine-4.2.9.tgz",
|
||||
"integrity": "sha512-dp4ZF9JoaafCi3PPpGQ3BLAQb1KCiBNb0P2GNpcMUtHNE53fI6oSeXfBTHm/xRd/DMV4iooAv2HuB2ordza2Ww==",
|
||||
"requires": {
|
||||
"@screeps/pathfinding": "^0.4.16",
|
||||
"bulk-require": "^0.2.1",
|
||||
@@ -2158,9 +2158,9 @@
|
||||
"integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
|
||||
},
|
||||
"import-fresh": {
|
||||
"version": "3.2.2",
|
||||
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz",
|
||||
"integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
||||
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
|
||||
"requires": {
|
||||
"parent-module": "^1.0.0",
|
||||
"resolve-from": "^4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user