dream2nix: update dream locks
This commit is contained in:
parent
ad51148ccb
commit
584d1f51ec
4 changed files with 132 additions and 44 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_generic": {
|
"_generic": {
|
||||||
"defaultPackage": "shinobi",
|
"defaultPackage": "shinobi",
|
||||||
"invalidationHash": "89cf2bfa3c73863336c19b1eeb71703de960d39ab8a78bfe34c1b674019ece3b",
|
"invalidationHash": "aece4a6d9cdf276589841e93fbb23ae858964b6f9f23a33e29b80e02ffd630e1",
|
||||||
"location": "",
|
"location": "",
|
||||||
"packages": {
|
"packages": {
|
||||||
"shinobi": "2.0.0"
|
"shinobi": "2.0.0"
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"array.prototype.findindex": {
|
"array.prototype.findindex": {
|
||||||
"2.1.0": [
|
"2.1.0": [
|
||||||
[ "define-properties", "1.1.3" ],
|
[ "define-properties", "1.1.3" ],
|
||||||
[ "es-abstract", "1.19.1" ]
|
[ "es-abstract", "1.19.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"asn1": {
|
"asn1": {
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": [
|
"2.1103.0": [
|
||||||
[ "buffer", "4.9.2" ],
|
[ "buffer", "4.9.2" ],
|
||||||
[ "events", "1.1.1" ],
|
[ "events", "1.1.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
|
@ -170,11 +170,20 @@
|
||||||
[ "to-regex", "3.0.2" ]
|
[ "to-regex", "3.0.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": [
|
||||||
|
[ "buffer", "5.7.1" ]
|
||||||
|
]
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": [
|
"4.9.2": [
|
||||||
[ "base64-js", "1.5.1" ],
|
[ "base64-js", "1.5.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
[ "isarray", "1.0.0" ]
|
[ "isarray", "1.0.0" ]
|
||||||
|
],
|
||||||
|
"5.7.1": [
|
||||||
|
[ "base64-js", "1.5.1" ],
|
||||||
|
[ "ieee754", "1.1.13" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bunyan": {
|
"bunyan": {
|
||||||
|
@ -452,7 +461,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": [
|
"1.19.2": [
|
||||||
[ "call-bind", "1.0.2" ],
|
[ "call-bind", "1.0.2" ],
|
||||||
[ "es-to-primitive", "1.2.1" ],
|
[ "es-to-primitive", "1.2.1" ],
|
||||||
[ "function-bind", "1.1.1" ],
|
[ "function-bind", "1.1.1" ],
|
||||||
|
@ -1424,9 +1433,10 @@
|
||||||
"shinobi": {
|
"shinobi": {
|
||||||
"2.0.0": [
|
"2.0.0": [
|
||||||
[ "async", "3.2.3" ],
|
[ "async", "3.2.3" ],
|
||||||
[ "aws-sdk", "2.1101.0" ],
|
[ "aws-sdk", "2.1103.0" ],
|
||||||
[ "backblaze-b2", "0.9.12" ],
|
[ "backblaze-b2", "0.9.12" ],
|
||||||
[ "body-parser", "1.19.2" ],
|
[ "body-parser", "1.19.2" ],
|
||||||
|
[ "bson", "4.6.2" ],
|
||||||
[ "connection-tester", "0.2.1" ],
|
[ "connection-tester", "0.2.1" ],
|
||||||
[ "cws", "1.2.15" ],
|
[ "cws", "1.2.15" ],
|
||||||
[ "discord.js", "12.5.3" ],
|
[ "discord.js", "12.5.3" ],
|
||||||
|
@ -2110,10 +2120,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": {
|
"2.1103.0": {
|
||||||
"hash": "sha512-7lyVb7GXGl8yyu954Qxf6vU6MrcgFlmKyTLBVXJyo3Phn1OB+qOExA55WtSC6gQiQ7e5TeWOn1RUHLg30ywTBA==",
|
"hash": "sha512-naSAcfoLs55byP8djBHXgZQF3pcsgyX815HSPYjqkzmlukbE9mCVoguUp5rbqLYbLgcnMw4tp2N4ohpBB3voIg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1101.0.tgz"
|
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1103.0.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sign2": {
|
"aws-sign2": {
|
||||||
|
@ -2294,11 +2304,23 @@
|
||||||
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": {
|
||||||
|
"hash": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz"
|
||||||
|
}
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": {
|
"4.9.2": {
|
||||||
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
||||||
|
},
|
||||||
|
"5.7.1": {
|
||||||
|
"hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buffer-equal-constant-time": {
|
"buffer-equal-constant-time": {
|
||||||
|
@ -2858,10 +2880,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": {
|
"1.19.2": {
|
||||||
"hash": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
|
"hash": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz"
|
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-to-primitive": {
|
"es-to-primitive": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_generic": {
|
"_generic": {
|
||||||
"defaultPackage": "shinobi",
|
"defaultPackage": "shinobi",
|
||||||
"invalidationHash": "89cf2bfa3c73863336c19b1eeb71703de960d39ab8a78bfe34c1b674019ece3b",
|
"invalidationHash": "aece4a6d9cdf276589841e93fbb23ae858964b6f9f23a33e29b80e02ffd630e1",
|
||||||
"location": "",
|
"location": "",
|
||||||
"packages": {
|
"packages": {
|
||||||
"shinobi": "2.0.0"
|
"shinobi": "2.0.0"
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"array.prototype.findindex": {
|
"array.prototype.findindex": {
|
||||||
"2.1.0": [
|
"2.1.0": [
|
||||||
[ "define-properties", "1.1.3" ],
|
[ "define-properties", "1.1.3" ],
|
||||||
[ "es-abstract", "1.19.1" ]
|
[ "es-abstract", "1.19.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"asn1": {
|
"asn1": {
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": [
|
"2.1103.0": [
|
||||||
[ "buffer", "4.9.2" ],
|
[ "buffer", "4.9.2" ],
|
||||||
[ "events", "1.1.1" ],
|
[ "events", "1.1.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
|
@ -170,11 +170,20 @@
|
||||||
[ "to-regex", "3.0.2" ]
|
[ "to-regex", "3.0.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": [
|
||||||
|
[ "buffer", "5.7.1" ]
|
||||||
|
]
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": [
|
"4.9.2": [
|
||||||
[ "base64-js", "1.5.1" ],
|
[ "base64-js", "1.5.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
[ "isarray", "1.0.0" ]
|
[ "isarray", "1.0.0" ]
|
||||||
|
],
|
||||||
|
"5.7.1": [
|
||||||
|
[ "base64-js", "1.5.1" ],
|
||||||
|
[ "ieee754", "1.1.13" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bunyan": {
|
"bunyan": {
|
||||||
|
@ -452,7 +461,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": [
|
"1.19.2": [
|
||||||
[ "call-bind", "1.0.2" ],
|
[ "call-bind", "1.0.2" ],
|
||||||
[ "es-to-primitive", "1.2.1" ],
|
[ "es-to-primitive", "1.2.1" ],
|
||||||
[ "function-bind", "1.1.1" ],
|
[ "function-bind", "1.1.1" ],
|
||||||
|
@ -1424,9 +1433,10 @@
|
||||||
"shinobi": {
|
"shinobi": {
|
||||||
"2.0.0": [
|
"2.0.0": [
|
||||||
[ "async", "3.2.3" ],
|
[ "async", "3.2.3" ],
|
||||||
[ "aws-sdk", "2.1101.0" ],
|
[ "aws-sdk", "2.1103.0" ],
|
||||||
[ "backblaze-b2", "0.9.12" ],
|
[ "backblaze-b2", "0.9.12" ],
|
||||||
[ "body-parser", "1.19.2" ],
|
[ "body-parser", "1.19.2" ],
|
||||||
|
[ "bson", "4.6.2" ],
|
||||||
[ "connection-tester", "0.2.1" ],
|
[ "connection-tester", "0.2.1" ],
|
||||||
[ "cws", "1.2.15" ],
|
[ "cws", "1.2.15" ],
|
||||||
[ "discord.js", "12.5.3" ],
|
[ "discord.js", "12.5.3" ],
|
||||||
|
@ -2110,10 +2120,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": {
|
"2.1103.0": {
|
||||||
"hash": "sha512-7lyVb7GXGl8yyu954Qxf6vU6MrcgFlmKyTLBVXJyo3Phn1OB+qOExA55WtSC6gQiQ7e5TeWOn1RUHLg30ywTBA==",
|
"hash": "sha512-naSAcfoLs55byP8djBHXgZQF3pcsgyX815HSPYjqkzmlukbE9mCVoguUp5rbqLYbLgcnMw4tp2N4ohpBB3voIg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1101.0.tgz"
|
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1103.0.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sign2": {
|
"aws-sign2": {
|
||||||
|
@ -2294,11 +2304,23 @@
|
||||||
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": {
|
||||||
|
"hash": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz"
|
||||||
|
}
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": {
|
"4.9.2": {
|
||||||
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
||||||
|
},
|
||||||
|
"5.7.1": {
|
||||||
|
"hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buffer-equal-constant-time": {
|
"buffer-equal-constant-time": {
|
||||||
|
@ -2858,10 +2880,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": {
|
"1.19.2": {
|
||||||
"hash": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
|
"hash": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz"
|
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-to-primitive": {
|
"es-to-primitive": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_generic": {
|
"_generic": {
|
||||||
"defaultPackage": "shinobi",
|
"defaultPackage": "shinobi",
|
||||||
"invalidationHash": "89cf2bfa3c73863336c19b1eeb71703de960d39ab8a78bfe34c1b674019ece3b",
|
"invalidationHash": "aece4a6d9cdf276589841e93fbb23ae858964b6f9f23a33e29b80e02ffd630e1",
|
||||||
"location": "",
|
"location": "",
|
||||||
"packages": {
|
"packages": {
|
||||||
"shinobi": "2.0.0"
|
"shinobi": "2.0.0"
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"array.prototype.findindex": {
|
"array.prototype.findindex": {
|
||||||
"2.1.0": [
|
"2.1.0": [
|
||||||
[ "define-properties", "1.1.3" ],
|
[ "define-properties", "1.1.3" ],
|
||||||
[ "es-abstract", "1.19.1" ]
|
[ "es-abstract", "1.19.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"asn1": {
|
"asn1": {
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": [
|
"2.1103.0": [
|
||||||
[ "buffer", "4.9.2" ],
|
[ "buffer", "4.9.2" ],
|
||||||
[ "events", "1.1.1" ],
|
[ "events", "1.1.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
|
@ -170,11 +170,20 @@
|
||||||
[ "to-regex", "3.0.2" ]
|
[ "to-regex", "3.0.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": [
|
||||||
|
[ "buffer", "5.7.1" ]
|
||||||
|
]
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": [
|
"4.9.2": [
|
||||||
[ "base64-js", "1.5.1" ],
|
[ "base64-js", "1.5.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
[ "isarray", "1.0.0" ]
|
[ "isarray", "1.0.0" ]
|
||||||
|
],
|
||||||
|
"5.7.1": [
|
||||||
|
[ "base64-js", "1.5.1" ],
|
||||||
|
[ "ieee754", "1.1.13" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bunyan": {
|
"bunyan": {
|
||||||
|
@ -452,7 +461,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": [
|
"1.19.2": [
|
||||||
[ "call-bind", "1.0.2" ],
|
[ "call-bind", "1.0.2" ],
|
||||||
[ "es-to-primitive", "1.2.1" ],
|
[ "es-to-primitive", "1.2.1" ],
|
||||||
[ "function-bind", "1.1.1" ],
|
[ "function-bind", "1.1.1" ],
|
||||||
|
@ -1424,9 +1433,10 @@
|
||||||
"shinobi": {
|
"shinobi": {
|
||||||
"2.0.0": [
|
"2.0.0": [
|
||||||
[ "async", "3.2.3" ],
|
[ "async", "3.2.3" ],
|
||||||
[ "aws-sdk", "2.1101.0" ],
|
[ "aws-sdk", "2.1103.0" ],
|
||||||
[ "backblaze-b2", "0.9.12" ],
|
[ "backblaze-b2", "0.9.12" ],
|
||||||
[ "body-parser", "1.19.2" ],
|
[ "body-parser", "1.19.2" ],
|
||||||
|
[ "bson", "4.6.2" ],
|
||||||
[ "connection-tester", "0.2.1" ],
|
[ "connection-tester", "0.2.1" ],
|
||||||
[ "cws", "1.2.15" ],
|
[ "cws", "1.2.15" ],
|
||||||
[ "discord.js", "12.5.3" ],
|
[ "discord.js", "12.5.3" ],
|
||||||
|
@ -2110,10 +2120,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": {
|
"2.1103.0": {
|
||||||
"hash": "sha512-7lyVb7GXGl8yyu954Qxf6vU6MrcgFlmKyTLBVXJyo3Phn1OB+qOExA55WtSC6gQiQ7e5TeWOn1RUHLg30ywTBA==",
|
"hash": "sha512-naSAcfoLs55byP8djBHXgZQF3pcsgyX815HSPYjqkzmlukbE9mCVoguUp5rbqLYbLgcnMw4tp2N4ohpBB3voIg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1101.0.tgz"
|
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1103.0.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sign2": {
|
"aws-sign2": {
|
||||||
|
@ -2294,11 +2304,23 @@
|
||||||
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": {
|
||||||
|
"hash": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz"
|
||||||
|
}
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": {
|
"4.9.2": {
|
||||||
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
||||||
|
},
|
||||||
|
"5.7.1": {
|
||||||
|
"hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buffer-equal-constant-time": {
|
"buffer-equal-constant-time": {
|
||||||
|
@ -2858,10 +2880,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": {
|
"1.19.2": {
|
||||||
"hash": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
|
"hash": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz"
|
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-to-primitive": {
|
"es-to-primitive": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_generic": {
|
"_generic": {
|
||||||
"defaultPackage": "shinobi",
|
"defaultPackage": "shinobi",
|
||||||
"invalidationHash": "89cf2bfa3c73863336c19b1eeb71703de960d39ab8a78bfe34c1b674019ece3b",
|
"invalidationHash": "aece4a6d9cdf276589841e93fbb23ae858964b6f9f23a33e29b80e02ffd630e1",
|
||||||
"location": "",
|
"location": "",
|
||||||
"packages": {
|
"packages": {
|
||||||
"shinobi": "2.0.0"
|
"shinobi": "2.0.0"
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"array.prototype.findindex": {
|
"array.prototype.findindex": {
|
||||||
"2.1.0": [
|
"2.1.0": [
|
||||||
[ "define-properties", "1.1.3" ],
|
[ "define-properties", "1.1.3" ],
|
||||||
[ "es-abstract", "1.19.1" ]
|
[ "es-abstract", "1.19.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"asn1": {
|
"asn1": {
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": [
|
"2.1103.0": [
|
||||||
[ "buffer", "4.9.2" ],
|
[ "buffer", "4.9.2" ],
|
||||||
[ "events", "1.1.1" ],
|
[ "events", "1.1.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
|
@ -170,11 +170,20 @@
|
||||||
[ "to-regex", "3.0.2" ]
|
[ "to-regex", "3.0.2" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": [
|
||||||
|
[ "buffer", "5.7.1" ]
|
||||||
|
]
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": [
|
"4.9.2": [
|
||||||
[ "base64-js", "1.5.1" ],
|
[ "base64-js", "1.5.1" ],
|
||||||
[ "ieee754", "1.1.13" ],
|
[ "ieee754", "1.1.13" ],
|
||||||
[ "isarray", "1.0.0" ]
|
[ "isarray", "1.0.0" ]
|
||||||
|
],
|
||||||
|
"5.7.1": [
|
||||||
|
[ "base64-js", "1.5.1" ],
|
||||||
|
[ "ieee754", "1.1.13" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"bunyan": {
|
"bunyan": {
|
||||||
|
@ -452,7 +461,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": [
|
"1.19.2": [
|
||||||
[ "call-bind", "1.0.2" ],
|
[ "call-bind", "1.0.2" ],
|
||||||
[ "es-to-primitive", "1.2.1" ],
|
[ "es-to-primitive", "1.2.1" ],
|
||||||
[ "function-bind", "1.1.1" ],
|
[ "function-bind", "1.1.1" ],
|
||||||
|
@ -1424,9 +1433,10 @@
|
||||||
"shinobi": {
|
"shinobi": {
|
||||||
"2.0.0": [
|
"2.0.0": [
|
||||||
[ "async", "3.2.3" ],
|
[ "async", "3.2.3" ],
|
||||||
[ "aws-sdk", "2.1101.0" ],
|
[ "aws-sdk", "2.1103.0" ],
|
||||||
[ "backblaze-b2", "0.9.12" ],
|
[ "backblaze-b2", "0.9.12" ],
|
||||||
[ "body-parser", "1.19.2" ],
|
[ "body-parser", "1.19.2" ],
|
||||||
|
[ "bson", "4.6.2" ],
|
||||||
[ "connection-tester", "0.2.1" ],
|
[ "connection-tester", "0.2.1" ],
|
||||||
[ "cws", "1.2.15" ],
|
[ "cws", "1.2.15" ],
|
||||||
[ "discord.js", "12.5.3" ],
|
[ "discord.js", "12.5.3" ],
|
||||||
|
@ -2110,10 +2120,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sdk": {
|
"aws-sdk": {
|
||||||
"2.1101.0": {
|
"2.1103.0": {
|
||||||
"hash": "sha512-7lyVb7GXGl8yyu954Qxf6vU6MrcgFlmKyTLBVXJyo3Phn1OB+qOExA55WtSC6gQiQ7e5TeWOn1RUHLg30ywTBA==",
|
"hash": "sha512-naSAcfoLs55byP8djBHXgZQF3pcsgyX815HSPYjqkzmlukbE9mCVoguUp5rbqLYbLgcnMw4tp2N4ohpBB3voIg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1101.0.tgz"
|
"url": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1103.0.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aws-sign2": {
|
"aws-sign2": {
|
||||||
|
@ -2294,11 +2304,23 @@
|
||||||
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
"url": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bson": {
|
||||||
|
"4.6.2": {
|
||||||
|
"hash": "sha512-VeJKHShcu1b/ugl0QiujlVuBepab714X9nNyBdA1kfekuDGecxgpTA2Z6nYbagrWFeiIyzSWIOzju3lhj+RNyQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/bson/-/bson-4.6.2.tgz"
|
||||||
|
}
|
||||||
|
},
|
||||||
"buffer": {
|
"buffer": {
|
||||||
"4.9.2": {
|
"4.9.2": {
|
||||||
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
"hash": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
"url": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
|
||||||
|
},
|
||||||
|
"5.7.1": {
|
||||||
|
"hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buffer-equal-constant-time": {
|
"buffer-equal-constant-time": {
|
||||||
|
@ -2858,10 +2880,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-abstract": {
|
"es-abstract": {
|
||||||
"1.19.1": {
|
"1.19.2": {
|
||||||
"hash": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
|
"hash": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==",
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz"
|
"url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"es-to-primitive": {
|
"es-to-primitive": {
|
||||||
|
|
Loading…
Reference in a new issue