UNPKG

@sebastianwessel/esdoc

Version:

Fork of ESDoc - A Good Documentation Generator For JavaScript

85 lines (84 loc) 2.13 kB
{ "name": "@sebastianwessel/esdoc", "version": "2.1.0", "description": "Fork of ESDoc - A Good Documentation Generator For JavaScript", "author": { "name": "Sebastian Wessel", "url": "https://sebastianwessel.de" }, "homepage": "https://github.com/sebastianwessel/esdoc", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sebastianwessel/esdoc" }, "engines": { "node": ">= 6.0.0" }, "scripts": { "build": "node ./script/build.js", "test": "node ./script/test.js", "test-ci": "node ./script/test-ci.js", "esdoc": "node ./script/esdoc.js", "lint": "node ./script/eslint.js" }, "dependencies": { "@babel/generator": "^7.6.4", "@babel/parser": "^7.6.4", "@babel/preset-env": "^7.6.3", "@babel/runtime": "^7.6.3", "@babel/traverse": "^7.6.3", "acorn": "^7.1.0", "cheerio": "^1.0.0-rc.3", "color-logger": "^0.0.6", "escape-html": "^1.0.3", "fs-extra": "^8.1.0", "ice-cap": "^0.0.4", "marked": "^0.7.0", "minimist": "^1.2.0", "taffydb": "^2.7.3" }, "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-transform-modules-commonjs": "^7.6.0", "@babel/register": "^7.6.2", "@sebastianwessel/esdoc-accessor-plugin": "latest", "@sebastianwessel/esdoc-external-ecmascript-plugin": "latest", "@sebastianwessel/esdoc-importpath-plugin": "latest", "@sebastianwessel/esdoc-standard-plugin": "latest", "@sebastianwessel/esdoc-undocumented-identifier-plugin": "latest", "babel-plugin-istanbul": "^5.2.0", "codecov": "^3.6.1", "eslint": "^6.5.1", "mocha": "^6.2.2", "nyc": "^14.1.1" }, "keywords": [ "jsdoc", "api", "document", "documentation", "ES6", "ECMAScript6", "ES2015", "ECMAScript2015", "ES7", "ECMAScript7", "ES2016", "ECMAScript2016", "ES8", "ECMAScript8", "ES2017", "ECMAScript2017", "proposal" ], "files": [ "out/src", "README.md" ], "main": "out/src/ESDoc.js", "bin": { "esdoc": "out/src/ESDocCLI.js" } }