switch to typescript

This commit is contained in:
2025-12-28 18:08:57 -08:00
parent a032019f33
commit 98c2dac434
11 changed files with 230 additions and 186 deletions
+18 -11
View File
@@ -1,15 +1,15 @@
{
"name": "js-util",
"name": "@sugoidogo/js-util",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "js-util",
"name": "@sugoidogo/js-util",
"version": "0.1.0",
"devDependencies": {
"@types/web": "^0.0.301",
"jsdoc": "^4.0.5"
"jsdoc": "^4.0.5",
"typescript": "^5.9.3"
}
},
"node_modules/@babel/helper-string-parser": {
@@ -101,13 +101,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/web": {
"version": "0.0.301",
"resolved": "https://registry.npmjs.org/@types/web/-/web-0.0.301.tgz",
"integrity": "sha512-GAoFovImstIY39EAwGazoeal9+uy+zZz0vLhz/MDbqaHAbK0d8yzF8EKtlSkwNzZu9WEIyYdfSGwVTUSnJMtpw==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
@@ -328,6 +321,20 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/uc.micro": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",