mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
45 lines
989 B
JSON
45 lines
989 B
JSON
{
|
|
"name": "@jsdoc/parse",
|
|
"version": "0.3.13",
|
|
"description": "Parses, and extracts information from, source code.",
|
|
"keywords": [
|
|
"jsdoc"
|
|
],
|
|
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
|
|
"homepage": "https://github.com/jsdoc/jsdoc",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@jsdoc/ast": "^0.2.13",
|
|
"@jsdoc/doclet": "^0.2.13",
|
|
"@jsdoc/name": "^0.1.1",
|
|
"@jsdoc/util": "^0.3.4",
|
|
"escape-string-regexp": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdoc/jsdoc.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdoc/jsdoc/issues"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.js"
|
|
},
|
|
"./lib/*": {
|
|
"import": "./lib/*"
|
|
}
|
|
}
|
|
}
|