mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
- @jsdoc/cli@0.2.5 - @jsdoc/core@0.4.0 - @jsdoc/eslint-config@1.1.6 - @jsdoc/parse@0.1.0 - @jsdoc/task-runner@0.1.10 - @jsdoc/test-matchers@0.1.6 - @jsdoc/util@0.2.4 - jsdoc@4.0.0-dev.15
36 lines
829 B
JSON
36 lines
829 B
JSON
{
|
|
"name": "@jsdoc/core",
|
|
"version": "0.4.0",
|
|
"description": "Core functionality for JSDoc.",
|
|
"keywords": [
|
|
"jsdoc"
|
|
],
|
|
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
|
|
"homepage": "https://jsdoc.app/",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"cosmiconfig": "^7.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"lodash": "^4.17.20",
|
|
"strip-bom": "^4.0.0",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18.0"
|
|
},
|
|
"gitHead": "a595f7f2a525f32da9a0498a027667af3d938158"
|
|
}
|