UNPKG

neo-jsdoc-x

Version:

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

49 lines (48 loc) 1.06 kB
{ "name": "neo-jsdoc-x", "version": "1.0.6", "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>", "Tobias Uhlig <tobiasuhlig78@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/neomjs/jsdoc-x.git" }, "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": "^11.1.1", "glob": "^10.3.3", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", "neo-jsdoc": "^1.0.3", "tmp": "^0.2.1" }, "devDependencies": { "jasmine": "^5.1.0", "jasmine-console-reporter": "^3.1.0", "jsdoc-strip-async-await": "^0.1.0" } }