metaltest/package-lock.json

28 lines
691 B
JSON
Raw Normal View History

2022-11-08 22:29:58 -05:00
{
"name": "metaltest",
2023-09-30 05:02:43 -04:00
"version": "1.4.0",
"lockfileVersion": 3,
2022-11-08 22:29:58 -05:00
"requires": true,
"packages": {
"": {
"name": "metaltest",
2023-09-30 05:02:43 -04:00
"version": "1.4.0",
2022-11-08 22:29:58 -05:00
"license": "AGPL-3.0-or-later",
"dependencies": {
2023-09-30 05:02:43 -04:00
"chalk": "^5.3.0"
2022-11-08 22:29:58 -05:00
}
},
"node_modules/chalk": {
2023-09-30 05:02:43 -04:00
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2022-11-08 22:29:58 -05:00
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
}
}
}