32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"name": "metaltest",
|
|
"version": "1.5.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "metaltest",
|
|
"version": "1.5.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"chalk": "^5.4.1"
|
|
},
|
|
"bin": {
|
|
"metaltest": "cli/suite.js"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "5.4.1",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
}
|
|
}
|
|
}
|