mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
23 lines
519 B
JSON
23 lines
519 B
JSON
{
|
|
"name": "@jsdoc/syntax",
|
|
"version": "1.0.0",
|
|
"description": "Enumerates the types of AST nodes that JSDoc recognizes.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jsdoc3/jsdoc"
|
|
},
|
|
"keywords": [
|
|
"jsdoc"
|
|
],
|
|
"author": {
|
|
"name": "Jeff Williams",
|
|
"email": "jeffrey.l.williams@gmail.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jsdoc3/jsdoc/issues"
|
|
},
|
|
"homepage": "https://github.com/jsdoc3/jsdoc#readme"
|
|
}
|