mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "jsdoc",
|
|
"private": true,
|
|
"version": "5.0.0-dev",
|
|
"revision": "1667509813080",
|
|
"description": "An API documentation generator for JavaScript.",
|
|
"keywords": [
|
|
"documentation",
|
|
"javascript"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jsdoc/jsdoc"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.1",
|
|
"@jsdoc/cli": "^0.2.8",
|
|
"@jsdoc/core": "^0.4.3",
|
|
"@jsdoc/parse": "^0.1.4",
|
|
"@jsdoc/salty": "^0.2.1",
|
|
"@jsdoc/tag": "^0.1.3",
|
|
"@jsdoc/util": "^0.2.7",
|
|
"bluebird": "^3.7.2",
|
|
"catharsis": "^0.9.0",
|
|
"code-prettify": "^0.1.0",
|
|
"color-themes-for-google-code-prettify": "^2.0.4",
|
|
"common-path-prefix": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"open-sans-fonts": "^1.6.2",
|
|
"requizzle": "^0.2.3",
|
|
"strip-bom": "^4.0.0",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18.12.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp"
|
|
},
|
|
"bin": {
|
|
"jsdoc": "jsdoc.js"
|
|
},
|
|
"bugs": "https://github.com/jsdoc/jsdoc/issues",
|
|
"author": {
|
|
"name": "Michael Mathews",
|
|
"email": "micmath@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"url": "https://github.com/jsdoc/jsdoc/graphs/contributors"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Jeff Williams",
|
|
"email": "jeffrey.l.williams@gmail.com"
|
|
}
|
|
]
|
|
}
|