mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"version": "4",
|
|
"specifiers": {
|
|
"jsr:@std/assert@1": "1.0.10",
|
|
"jsr:@std/assert@^1.0.10": "1.0.10",
|
|
"jsr:@std/expect@*": "1.0.10",
|
|
"jsr:@std/fs@^1.0.8": "1.0.8",
|
|
"jsr:@std/internal@^1.0.5": "1.0.5",
|
|
"jsr:@std/path@^1.0.8": "1.0.8",
|
|
"jsr:@std/testing@*": "1.0.8"
|
|
},
|
|
"jsr": {
|
|
"@std/assert@1.0.10": {
|
|
"integrity": "59b5cbac5bd55459a19045d95cc7c2ff787b4f8527c0dd195078ff6f9481fbb3",
|
|
"dependencies": [
|
|
"jsr:@std/internal"
|
|
]
|
|
},
|
|
"@std/expect@1.0.10": {
|
|
"integrity": "7659b640447887cd1735f866962e10e434f12443b13595b149970c806e6f08db",
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.10",
|
|
"jsr:@std/internal"
|
|
]
|
|
},
|
|
"@std/fs@1.0.8": {
|
|
"integrity": "161c721b6f9400b8100a851b6f4061431c538b204bb76c501d02c508995cffe0",
|
|
"dependencies": [
|
|
"jsr:@std/path"
|
|
]
|
|
},
|
|
"@std/internal@1.0.5": {
|
|
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
|
|
},
|
|
"@std/path@1.0.8": {
|
|
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
|
|
},
|
|
"@std/testing@1.0.8": {
|
|
"integrity": "ceef535808fb7568e91b0f8263599bd29b1c5603ffb0377227f00a8ca9fe42a2",
|
|
"dependencies": [
|
|
"jsr:@std/assert@^1.0.10",
|
|
"jsr:@std/fs",
|
|
"jsr:@std/internal",
|
|
"jsr:@std/path"
|
|
]
|
|
}
|
|
},
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@std/assert@1"
|
|
],
|
|
"packageJson": {
|
|
"dependencies": [
|
|
"npm:@types/chai@^4.2.22",
|
|
"npm:@types/jest@^29.4.0",
|
|
"npm:@types/mocha@^10.0.1",
|
|
"npm:@types/node@^18.14.0",
|
|
"npm:@vitest/coverage-istanbul@~0.28.5",
|
|
"npm:chai@^4.3.4",
|
|
"npm:jest@^29.4.3",
|
|
"npm:mocha@^10.2.0",
|
|
"npm:nyc@15.1",
|
|
"npm:rimraf@^4.1.2",
|
|
"npm:source-map-support@~0.5.20",
|
|
"npm:ts-jest@^29.0.5",
|
|
"npm:ts-node@^10.9.1",
|
|
"npm:tsconfig-paths@^4.1.2",
|
|
"npm:typescript@^4.4.4",
|
|
"npm:vite-tsconfig-paths@^4.0.5",
|
|
"npm:vitest@~0.28.5"
|
|
]
|
|
}
|
|
}
|
|
}
|