2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

chore: lock files

This commit is contained in:
Nikolay Kostyurin
2023-07-24 16:19:01 +02:00
parent 1ca3a629a2
commit e7aa49e6ed
4 changed files with 9 additions and 70 deletions
+1
View File
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "benchmark",
"name": "@bbob/benchmark",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "benchmark",
"name": "@bbob/benchmark",
"dependencies": {
"@bbob/parser": "^2.7.1",
"benchmark": "2.1.4",
+4 -5
View File
@@ -1,5 +1,5 @@
{
"name": "benchmark",
"name": "@bbob/benchmark",
"main": "index.js",
"private": true,
"directories": {
@@ -13,11 +13,10 @@
"url": "https://artkost.ru/"
},
"dependencies": {
"@bbob/parser": "^3.0.0",
"benchmark": "null",
"@bbob/parser": "3.0.0",
"benchmark": "2.1.4",
"picocolors": "1.0.0",
"xbbcode-parser": "0.1.2",
"ya-bbcode": "1.0.12"
},
"version": null
}
}