jsdoc/packages/jsdoc-parse/package.json
Jeff Williams 7942901ff7
Publish
- jsdoc@5.0.0-dev.17
 - @jsdoc/ast@0.2.11
 - @jsdoc/cli@0.3.10
 - @jsdoc/core@0.5.8
 - @jsdoc/doclet@0.2.11
 - @jsdoc/eslint-config@2.0.0
 - @jsdoc/parse@0.3.11
 - @jsdoc/plugins@0.1.11
 - @jsdoc/prettier-config@0.2.8
 - @jsdoc/salty@0.2.8
 - @jsdoc/tag@0.2.11
 - @jsdoc/task-runner@0.2.5
 - @jsdoc/template-legacy@0.1.11
 - @jsdoc/util@0.3.3
2024-04-15 14:25:21 -07:00

45 lines
967 B
JSON

{
"name": "@jsdoc/parse",
"version": "0.3.11",
"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.11",
"@jsdoc/core": "^0.5.8",
"@jsdoc/doclet": "^0.2.11",
"@jsdoc/util": "^0.3.3",
"escape-string-regexp": "^5.0.0"
},
"engines": {
"node": ">=v18.12.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/*"
}
}
}