{ "_from": "jsdoc-parse@^6.1.0", "_id": "jsdoc-parse@6.2.0", "_inBundle": false, "_integrity": "sha512-Afu1fQBEb7QHt6QWX/6eUWvYHJofB90Fjx7FuJYF7mnG9z5BkAIpms1wsnvYLytfmqpEENHs/fax9p8gvMj7dw==", "_location": "/jsdoc-parse", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jsdoc-parse@^6.1.0", "name": "jsdoc-parse", "escapedName": "jsdoc-parse", "rawSpec": "^6.1.0", "saveSpec": null, "fetchSpec": "^6.1.0" }, "_requiredBy": [ "/jsdoc-to-markdown" ], "_resolved": "https://registry.npmjs.org/jsdoc-parse/-/jsdoc-parse-6.2.0.tgz", "_shasum": "2b71d3925acfc4badc72526f2470766e0561f6b5", "_spec": "jsdoc-parse@^6.1.0", "_where": "/home/l/plc/node-red/node_modules/jsdoc-to-markdown", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/jsdoc2md/jsdoc-parse/issues" }, "bundleDependencies": false, "dependencies": { "array-back": "^6.2.2", "lodash.omit": "^4.5.0", "lodash.pick": "^4.4.0", "reduce-extract": "^1.0.0", "sort-array": "^4.1.5", "test-value": "^3.0.0" }, "deprecated": false, "description": "Transforms jsdoc data into something more suitable for use as template input", "devDependencies": { "test-runner": "^0.10.1" }, "engines": { "node": ">=12" }, "files": [ "index.js", "lib/**/*.js" ], "homepage": "https://github.com/jsdoc2md/jsdoc-parse#readme", "keywords": [ "javascript", "jsdoc", "parse", "document", "documentation" ], "license": "MIT", "name": "jsdoc-parse", "repository": { "type": "git", "url": "git+https://github.com/jsdoc2md/jsdoc-parse.git" }, "scripts": { "test": "test-runner test/*.js" }, "standard": { "ignore": [ "test" ] }, "version": "6.2.0" }