costly/package-lock.json
Bastian Wagner e05ab13d0d group events
2025-12-19 13:14:04 +01:00

22 lines
486 B
JSON

{
"name": "costly",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"ulid": "^3.0.2"
}
},
"node_modules/ulid": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/ulid/-/ulid-3.0.2.tgz",
"integrity": "sha512-yu26mwteFYzBAot7KVMqFGCVpsF6g8wXfJzQUHvu1no3+rRRSFcSV2nKeYvNPLD2J4b08jYBDhHUjeH0ygIl9w==",
"license": "MIT",
"bin": {
"ulid": "dist/cli.js"
}
}
}
}