|
|
|
@ -16,12 +16,12 @@
|
|
|
|
"esbuild": "^0.14.10",
|
|
|
|
"esbuild": "^0.14.10",
|
|
|
|
"eslint": "^8.38.0",
|
|
|
|
"eslint": "^8.38.0",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-prettier": "^5.4.0",
|
|
|
|
"eslint-plugin-with-tsc-error": "^0.0.8",
|
|
|
|
"eslint-plugin-with-tsc-error": "^0.0.8",
|
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"mri": "^1.2.0",
|
|
|
|
"mri": "^1.2.0",
|
|
|
|
"nyc": "^15.1.0",
|
|
|
|
"nyc": "^15.1.0",
|
|
|
|
"prettier": "^2.8.7",
|
|
|
|
"prettier": "^3.5.3",
|
|
|
|
"source-map-support": "^0.5.21",
|
|
|
|
"source-map-support": "^0.5.21",
|
|
|
|
"tiny-glob": "^0.2.9",
|
|
|
|
"tiny-glob": "^0.2.9",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
@ -800,6 +800,18 @@
|
|
|
|
"node": ">= 8"
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/@pkgr/core": {
|
|
|
|
|
|
|
|
"version": "0.2.4",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.4.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/pkgr"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/@tsconfig/node10": {
|
|
|
|
"node_modules/@tsconfig/node10": {
|
|
|
|
"version": "1.0.9",
|
|
|
|
"version": "1.0.9",
|
|
|
|
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
|
|
|
|
@ -2299,21 +2311,30 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/eslint-plugin-prettier": {
|
|
|
|
"node_modules/eslint-plugin-prettier": {
|
|
|
|
"version": "4.2.1",
|
|
|
|
"version": "5.4.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz",
|
|
|
|
"integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
|
|
|
|
"integrity": "sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"prettier-linter-helpers": "^1.0.0"
|
|
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
|
|
|
|
|
|
"synckit": "^0.11.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/eslint-plugin-prettier"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"peerDependencies": {
|
|
|
|
"eslint": ">=7.28.0",
|
|
|
|
"@types/eslint": ">=8.0.0",
|
|
|
|
"prettier": ">=2.0.0"
|
|
|
|
"eslint": ">=8.0.0",
|
|
|
|
|
|
|
|
"eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
|
|
|
|
|
|
|
|
"prettier": ">=3.0.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
|
|
|
"@types/eslint": {
|
|
|
|
|
|
|
|
"optional": true
|
|
|
|
|
|
|
|
},
|
|
|
|
"eslint-config-prettier": {
|
|
|
|
"eslint-config-prettier": {
|
|
|
|
"optional": true
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -3949,15 +3970,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/prettier": {
|
|
|
|
"node_modules/prettier": {
|
|
|
|
"version": "2.8.7",
|
|
|
|
"version": "3.5.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
|
|
|
|
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
|
|
|
|
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"prettier": "bin-prettier.js"
|
|
|
|
"prettier": "bin/prettier.cjs"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.13.0"
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
|
@ -4326,6 +4347,21 @@
|
|
|
|
"node": ">=8"
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"node_modules/synckit": {
|
|
|
|
|
|
|
|
"version": "0.11.6",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.6.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-2pR2ubZSV64f/vqm9eLPz/KOvR9Dm+Co/5ChLgeHl0yEDRc6h5hXHoxEQH8Y5Ljycozd3p1k5TTSVdzYGkPvLw==",
|
|
|
|
|
|
|
|
"dev": true,
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"@pkgr/core": "^0.2.4"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"funding": {
|
|
|
|
|
|
|
|
"url": "https://opencollective.com/synckit"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"node_modules/test-exclude": {
|
|
|
|
"node_modules/test-exclude": {
|
|
|
|
"version": "6.0.0",
|
|
|
|
"version": "6.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
|
|
|
|
|