rybbit/mockdata/package-lock.json
Andrii Zontov b6de4abb71
Some checks are pending
Docker Publish / Build Client Images (push) Waiting to run
Docker Publish / Build Backend Images (push) Waiting to run
Docker Publish / Merge Images and Push (push) Blocked by required conditions
fix(mockdata): Generate actual lock file (#211)
2025-05-12 18:55:45 -07:00

72 lines
2.3 KiB
JSON

{
"name": "mockdata",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mockdata",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@clickhouse/client": "^1.11.0",
"@faker-js/faker": "^9.6.0",
"dotenv": "^16.3.1",
"luxon": "^3.4.4"
}
},
"node_modules/@clickhouse/client": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.11.1.tgz",
"integrity": "sha512-u9h++h72SmWystijNqfNvMkfA+5+Y1LNfmLL/odCL3VgI3oyAPP9ubSw/Yrt2zRZkLKehMMD1kuOej0QHbSoBA==",
"license": "Apache-2.0",
"dependencies": {
"@clickhouse/client-common": "1.11.1"
},
"engines": {
"node": ">=16"
}
},
"node_modules/@clickhouse/client-common": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.11.1.tgz",
"integrity": "sha512-bme0le2yhDSAh13d2fxhSW5ZrNoVqZ3LTyac8jK6hNH0qkksXnjYkLS6KQalPU6NMpffxHmpI4+/Gi2MnX0NCA==",
"license": "Apache-2.0"
},
"node_modules/@faker-js/faker": {
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.7.0.tgz",
"integrity": "sha512-aozo5vqjCmDoXLNUJarFZx2IN/GgGaogY4TMJ6so/WLZOWpSV7fvj2dmrV6sEAnUm1O7aCrhTibjpzeDFgNqbg==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fakerjs"
}
],
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
},
"node_modules/dotenv": {
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/luxon": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
"integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
"engines": {
"node": ">=12"
}
}
}
}