{ "_from": "jsdoc-to-markdown@^7.0.0", "_id": "jsdoc-to-markdown@7.1.1", "_inBundle": false, "_integrity": "sha512-CI86d63xAVNO+ENumWwmJ034lYe5iGU5GwjtTA11EuphP9tpnoi4hrKgR/J8uME0D+o4KUpVfwX1fjZhc8dEtg==", "_location": "/jsdoc-to-markdown", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jsdoc-to-markdown@^7.0.0", "name": "jsdoc-to-markdown", "escapedName": "jsdoc-to-markdown", "rawSpec": "^7.0.0", "saveSpec": null, "fetchSpec": "^7.0.0" }, "_requiredBy": [ "/grunt-jsdoc-to-markdown" ], "_resolved": "https://registry.npmjs.org/jsdoc-to-markdown/-/jsdoc-to-markdown-7.1.1.tgz", "_shasum": "dde4ef32fd0b28b2695c919a08fd65ae98317bcd", "_spec": "jsdoc-to-markdown@^7.0.0", "_where": "/home/l/plc/node-red/node_modules/grunt-jsdoc-to-markdown", "author": { "name": "Lloyd Brookes" }, "bin": { "jsdoc2md": "bin/cli.js" }, "bugs": { "url": "https://github.com/jsdoc2md/jsdoc-to-markdown/issues" }, "bundleDependencies": false, "dependencies": { "array-back": "^6.2.2", "command-line-tool": "^0.8.0", "config-master": "^3.1.0", "dmd": "^6.1.0", "jsdoc-api": "^7.1.1", "jsdoc-parse": "^6.1.0", "walk-back": "^5.1.0" }, "deprecated": false, "description": "Generates markdown API documentation from jsdoc annotated source code", "devDependencies": { "test-runner": "^0.10.1" }, "engines": { "node": ">=12.17" }, "files": [ "index.js", "bin/cli.js", "lib/*.js" ], "homepage": "https://github.com/jsdoc2md/jsdoc-to-markdown#readme", "keywords": [ "jsdoc", "markdown", "api", "generator", "javascript", "js", "documentation" ], "license": "MIT", "name": "jsdoc-to-markdown", "repository": { "type": "git", "url": "git+https://github.com/jsdoc2md/jsdoc-to-markdown.git" }, "scripts": { "docs": "node bin/cli.js --heading-depth 1 index.js > docs/API.md", "test": "test-runner test/*.js", "test:ci": "npm test" }, "standard": { "ignore": [ "test/fixture" ] }, "version": "7.1.1" }