chalk依存追加

This commit is contained in:
rca 2024-06-15 17:12:13 +09:00
parent eda7ba2028
commit be76e41c50
2 changed files with 25 additions and 0 deletions

23
package-lock.json generated
View File

@ -9,11 +9,13 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chalk": "^5.3.0",
"express": "^4.19.2",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"nodemon": "^3.1.3",
@ -92,6 +94,16 @@
"@types/node": "*"
}
},
"node_modules/@types/chalk": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@types/chalk/-/chalk-2.2.0.tgz",
"integrity": "sha512-1zzPV9FDe1I/WHhRkf9SNgqtRJWZqrBWgu7JGveuHmmyR9CnAPCie2N/x+iHrgnpYBIcCJWHBoMRv2TRWktsvw==",
"deprecated": "This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed!",
"dev": true,
"dependencies": {
"chalk": "*"
}
},
"node_modules/@types/connect": {
"version": "3.4.38",
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
@ -341,6 +353,17 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/chalk": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",

View File

@ -12,6 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"nodemon": "^3.1.3",
@ -19,6 +20,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"chalk": "^5.3.0",
"express": "^4.19.2",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.2"