2 Star 0 Fork 0

mirrors_microsoft/intellisense-analyzer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Phillip Burch 提交于 2024-11-19 13:53 . Update readme and links
{
"name": "intellisense-analyzer",
"version": "0.0.9",
"description": "A tool for analyzing typescript intellisense performance.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p src",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/intellisense-analyzer.git"
},
"keywords": [
"intellisense",
"typescript"
],
"author": "Phillip Burch",
"license": "ISC",
"bugs": {
"url": "https://github.com/microsoft/intellisense-analyzer/issues"
},
"bin": {
"intellisense-analyzer": "./bin/intellisense-analyzer.js"
},
"homepage": "https://github.com/microsoft/intellisense-analyzer#readme",
"dependencies": {
"@typescript/server-harness": "^0.3.5",
"commander": "^12.1.0",
"pidusage": "^3.0.2"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/pidusage": "^2.0.5",
"typescript": "^5.6.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_microsoft/intellisense-analyzer.git
git@gitee.com:mirrors_microsoft/intellisense-analyzer.git
mirrors_microsoft
intellisense-analyzer
intellisense-analyzer
main

搜索帮助