UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

70 lines (69 loc) 2.27 kB
{ "_from": "botbuilder-choices@^4.0.0-m1.5", "_id": "botbuilder-choices@4.0.0-preview1.0", "_inBundle": false, "_integrity": "sha512-P5KiD1OkcVwjt0M6Wuw8NCTiNoFNyyqNUpdafaO2gVPJsGIl6qWV9ynLK4MhyH6O9oKu8EPGhSoY4idos18Vbw==", "_location": "/botbuilder-choices", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "botbuilder-choices@^4.0.0-m1.5", "name": "botbuilder-choices", "escapedName": "botbuilder-choices", "rawSpec": "^4.0.0-m1.5", "saveSpec": null, "fetchSpec": "^4.0.0-m1.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/botbuilder-choices/-/botbuilder-choices-4.0.0-preview1.0.tgz", "_shasum": "fba8b6caa109d6201a90bbb87063cf7af62d5fac", "_spec": "botbuilder-choices@^4.0.0-m1.5", "_where": "C:\\Users\\chawe\\source\\repos\\type2docfx\\tmp\\botbuilder-dialogs", "author": { "name": "Microsoft Corp." }, "bugs": { "url": "https://github.com/Microsoft/botbuilder-js/issues" }, "bundleDependencies": false, "dependencies": { "@microsoft/recognizers-text-suite": "^1.0.0", "@types/node": "^9.3.0", "botbuilder": "4.0.0-preview1.0" }, "deprecated": false, "description": "Microsoft BotBuilder tools for working with choices.", "devDependencies": { "@types/mocha": "^2.2.47", "codelyzer": "^4.1.0", "mocha": "^5.0.0", "nyc": "^11.4.1", "source-map-support": "^0.5.3", "ts-node": "^4.1.0" }, "homepage": "https://github.com/Microsoft/botbuilder-js#readme", "keywords": [ "botbuilder", "botframework", "bots", "chatbots" ], "license": "MIT", "main": "./lib/index.js", "name": "botbuilder-choices", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/botbuilder-js.git" }, "scripts": { "build": "tsc", "build-docs": "typedoc --theme markdown --entryPoint botbuilder-choices --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-choices .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Choices\" --readme none", "clean": "erase /q lib\\*.*", "test": "tsc && nyc mocha tests/" }, "typings": "./lib/index.d.ts", "version": "4.0.0-preview1.0" }