UNPKG

jsdoc-x

Version:

Parser for outputting a customized Javascript object from documented code via JSDoc's explain (-X) command.

47 lines (46 loc) 1 kB
{ "name": "jsdoc-x", "version": "4.1.0", "description": "Parser for outputting a customized Javascript object from documented code via JSDoc's explain (-X) command. ", "license": "MIT", "author": "Onur Yıldırım <onur@cutepilot.com>", "contributors": [ "Justin Beaudry <me@justinbeaudry.dev>" ], "repository": "onury/jsdoc-x", "main": "src/index.js", "files": [ "src", "LICENSE" ], "scripts": { "test": "node ./test" }, "engines": { "node": ">=8" }, "keywords": [ "jsdoc", "explain", "-X", "documentation", "parse", "doc" ], "dependencies": { "bluebird": "^3.7.2", "fs-extra": "^8.1.0", "glob": "^7.1.6", "jsdoc": "^3.6.3", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", "tmp": "^0.1.0" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-xo": "^0.27.2", "jasmine": "^3.5.0", "jasmine-console-reporter": "^3.1.0", "jsdoc-strip-async-await": "^0.1.0" } }