2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-30 15:24:05 +03:00
Files
bbob/benchmark/package-lock.json
T
Nikolay Kostyurin 398ecaba1a chore: fix benchmark
2023-07-24 16:43:03 +02:00

117 lines
4.5 KiB
JSON
Vendored

{
"name": "@bbob/benchmark",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@bbob/benchmark",
"dependencies": {
"@bbob/parser": "3.0.0",
"benchmark": "2.1.4",
"picocolors": "1.0.0",
"xbbcode-parser": "0.1.2",
"ya-bbcode": "1.0.12"
}
},
"node_modules/@bbob/parser": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-3.0.0.tgz",
"integrity": "sha512-Ee7HpoPpsS57VyS1UKYKsHOzVro/qtBTiY1BhOu7lhglespf4RhjaLiW2p98nZiFjeXh5ycbl+rsjhZ9tjSRDg==",
"dependencies": {
"@bbob/plugin-helper": "^3.0.0"
}
},
"node_modules/@bbob/plugin-helper": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-3.0.0.tgz",
"integrity": "sha512-ZVZreMDxyb4ARfKAAqpNAmM344BXosc/6ozX+NhLz/IrhNFqatFQRqkt7dFhaeZVC1kLK++xsAWBIEzkSPTeZg=="
},
"node_modules/benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"dependencies": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
},
"node_modules/platform": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
},
"node_modules/xbbcode-parser": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/xbbcode-parser/-/xbbcode-parser-0.1.2.tgz",
"integrity": "sha1-Bs5gpA9WagZz6rIR024jgpJgdGc="
},
"node_modules/ya-bbcode": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/ya-bbcode/-/ya-bbcode-1.0.12.tgz",
"integrity": "sha512-CI/2AmfmRDv/qxIpaTFymrzpnEn4VUa8Jsnoad6eidkhjQ8UTyim+XwPhDu/r9IZh9uzJugXZV0iyJQgX1FSCA==",
"engines": {
"node": ">=8"
}
}
},
"dependencies": {
"@bbob/parser": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-3.0.0.tgz",
"integrity": "sha512-Ee7HpoPpsS57VyS1UKYKsHOzVro/qtBTiY1BhOu7lhglespf4RhjaLiW2p98nZiFjeXh5ycbl+rsjhZ9tjSRDg==",
"requires": {
"@bbob/plugin-helper": "^3.0.0"
}
},
"@bbob/plugin-helper": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-3.0.0.tgz",
"integrity": "sha512-ZVZreMDxyb4ARfKAAqpNAmM344BXosc/6ozX+NhLz/IrhNFqatFQRqkt7dFhaeZVC1kLK++xsAWBIEzkSPTeZg=="
},
"benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"requires": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
},
"platform": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
},
"xbbcode-parser": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/xbbcode-parser/-/xbbcode-parser-0.1.2.tgz",
"integrity": "sha1-Bs5gpA9WagZz6rIR024jgpJgdGc="
},
"ya-bbcode": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/ya-bbcode/-/ya-bbcode-1.0.12.tgz",
"integrity": "sha512-CI/2AmfmRDv/qxIpaTFymrzpnEn4VUa8Jsnoad6eidkhjQ8UTyim+XwPhDu/r9IZh9uzJugXZV0iyJQgX1FSCA=="
}
}
}