mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
- jsdoc@5.0.0-dev.8 - @jsdoc/ast@0.2.2 - @jsdoc/cli@0.3.2 - @jsdoc/core@0.5.2 - @jsdoc/doclet@0.2.2 - @jsdoc/eslint-config@1.2.1 - @jsdoc/parse@0.3.2 - @jsdoc/plugins@0.1.2 - @jsdoc/prettier-config@0.2.2 - @jsdoc/tag@0.2.2 - @jsdoc/template-legacy@0.1.2 - @jsdoc/test-matchers@0.2.2
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@jsdoc/ast",
|
|
"version": "0.2.2",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@jsdoc/ast",
|
|
"version": "0.2.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.22.4",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18.12.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.22.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
|
|
"integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/lodash": {
|
|
"version": "4.17.21",
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.4",
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
|
|
"integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA=="
|
|
},
|
|
"lodash": {
|
|
"version": "4.17.21",
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
}
|
|
}
|
|
}
|