[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3312":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":15,"starSnapshotCount":15,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},3312,"jsdoc","jsdoc\u002Fjsdoc","An API documentation generator for JavaScript.","https:\u002F\u002Fjsdoc.app\u002F",null,"JavaScript",15436,1492,268,408,0,1,3,8,4,73.82,"Apache License 2.0",false,"main",true,[26,27,28,29,5],"api","docs","documentation","javascript","2026-06-12 04:00:17","# JSDoc\n\n![Build status](https:\u002F\u002Fgithub.com\u002Fjsdoc\u002Fjsdoc\u002Fworkflows\u002Fbuild\u002Fbadge.svg)\n\nAn API documentation generator for JavaScript.\n\nWant to contribute to JSDoc? Please read [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\n## Installation and Usage\n\nJSDoc supports stable versions of Node.js 8.15.0 and later. You can install\nJSDoc globally or in your project's `node_modules` folder.\n\nTo install the latest version on npm globally (might require `sudo`;\n[learn how to fix this](https:\u002F\u002Fdocs.npmjs.com\u002Fresolving-eacces-permissions-errors-when-installing-packages-globally)):\n\n    npm install -g jsdoc\n\nTo install the latest version on npm locally and save it in your package's\n`package.json` file:\n\n    npm install --save-dev jsdoc\n\n**Note**: By default, npm adds your package using the caret operator in front of\nthe version number (for example, `^3.6.3`). We recommend using the tilde\noperator instead (for example, `~3.6.3`), which limits updates to the most\nrecent patch-level version. See\n[this Stack Overflow answer](https:\u002F\u002Fstackoverflow.com\u002Fquestions\u002F22343224) for\nmore information about the caret and tilde operators.\n\nIf you installed JSDoc locally, the JSDoc command-line tool is available in\n`.\u002Fnode_modules\u002F.bin`. To generate documentation for the file\n`yourJavaScriptFile.js`:\n\n    .\u002Fnode_modules\u002F.bin\u002Fjsdoc yourJavaScriptFile.js\n\nIf you installed JSDoc globally, run the `jsdoc` command:\n\n    jsdoc yourJavaScriptFile.js\n\nBy default, the generated documentation is saved in a directory named `out`. You\ncan use the `--destination` (`-d`) option to specify another directory.\n\nRun `jsdoc --help` for a complete list of command-line options.\n\n## Templates and tools\n\nThe JSDoc community has created templates and other tools to help you generate\nand customize your documentation. Here are a few of them:\n\n### Templates\n\n- [jaguarjs-jsdoc](https:\u002F\u002Fgithub.com\u002Fdavidshimjs\u002Fjaguarjs-jsdoc)\n- [DocStrap](https:\u002F\u002Fgithub.com\u002Fdocstrap\u002Fdocstrap)\n  ([example](https:\u002F\u002Fdocstrap.github.io\u002Fdocstrap))\n- [jsdoc3Template](https:\u002F\u002Fgithub.com\u002FDBCDK\u002Fjsdoc3Template)\n  ([example](https:\u002F\u002Fgithub.com\u002Fdanyg\u002Fjsdoc3Template\u002Fwiki#wiki-screenshots))\n- [minami](https:\u002F\u002Fgithub.com\u002FNijikokun\u002Fminami)\n- [docdash](https:\u002F\u002Fgithub.com\u002Fclenemt\u002Fdocdash)\n  ([example](http:\u002F\u002Fclenemt.github.io\u002Fdocdash\u002F))\n- [tui-jsdoc-template](https:\u002F\u002Fgithub.com\u002Fnhnent\u002Ftui.jsdoc-template)\n  ([example](https:\u002F\u002Fnhnent.github.io\u002Ftui.jsdoc-template\u002Flatest\u002F))\n- [better-docs](https:\u002F\u002Fgithub.com\u002FSoftwareBrothers\u002Fbetter-docs)\n  ([example](https:\u002F\u002Fsoftwarebrothers.github.io\u002Fadmin-bro-dev\u002Findex.html))\n\n### Build tools\n\n- [JSDoc Grunt plugin](https:\u002F\u002Fgithub.com\u002Fkrampstudio\u002Fgrunt-jsdoc)\n- [JSDoc Gulp plugin](https:\u002F\u002Fgithub.com\u002Fmlucool\u002Fgulp-jsdoc3)\n- [JSDoc GitHub Action](https:\u002F\u002Fgithub.com\u002Fandstor\u002Fjsdoc-action)\n\n### Other tools\n\n- [jsdoc-to-markdown](https:\u002F\u002Fgithub.com\u002Fjsdoc2md\u002Fjsdoc-to-markdown)\n- [Integrating GitBook with\n  JSDoc](https:\u002F\u002Fmedium.com\u002F@kevinast\u002Fintegrate-gitbook-jsdoc-974be8df6fb3)\n\n## For more information\n\n- Documentation is available at [jsdoc.app](https:\u002F\u002Fjsdoc.app\u002F).\n- Contribute to the docs at\n  [jsdoc\u002Fjsdoc.github.io](https:\u002F\u002Fgithub.com\u002Fjsdoc\u002Fjsdoc.github.io).\n- Ask for help on the\n  [JSDoc Users mailing list](http:\u002F\u002Fgroups.google.com\u002Fgroup\u002Fjsdoc-users).\n- Post questions tagged `jsdoc` to\n  [Stack Overflow](http:\u002F\u002Fstackoverflow.com\u002Fquestions\u002Ftagged\u002Fjsdoc).\n\n## License\n\nJSDoc is copyright (c) 2011-present Michael Mathews \u003Cmicmath@gmail.com> and\nthe [contributors to JSDoc](https:\u002F\u002Fgithub.com\u002Fjsdoc\u002Fjsdoc\u002Fgraphs\u002Fcontributors).\n\nJSDoc is free software, licensed under the Apache License, Version 2.0. See the\n[`LICENSE`](LICENSE) file for more details.\n","JSDoc 是一个用于生成 JavaScript API 文档的工具。它支持通过注释自动生成清晰、结构化的文档，适用于各种规模的项目。JSDoc 支持 Node.js 8.15.0 及以上版本，并且可以通过 npm 进行全局或局部安装。用户可以利用其命令行工具快速生成文档，并通过丰富的插件和模板来自定义输出样式。此工具特别适合需要维护高质量文档的开发团队使用，在保持代码可读性的同时，也方便了后续的维护与协作。",2,"2026-06-11 02:53:27","top_language"]