Kekkai/shared/config/package-lock.json

26 lines
598 B
JSON
Raw Normal View History

2024-07-30 18:05:02 +03:00
{
"name": "config",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "config",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"hjson": "^3.2.2"
2024-07-30 18:05:02 +03:00
}
},
"node_modules/hjson": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
"integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q==",
"license": "MIT",
2024-07-30 18:05:02 +03:00
"bin": {
"hjson": "bin/hjson"
2024-07-30 18:05:02 +03:00
}
}
}
}