type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
89 lines (88 loc) • 2.77 kB
JSON
{
"_from": "botbuilder-ai@preview",
"_id": "botbuilder-ai@4.0.0-m4.2",
"_inBundle": false,
"_integrity": "sha512-sRui0y9HoMpysfBbFhBo0VkQMPzrh1l6HfbyLXhsg8vl5p68ksoJ9eq7x7kcgSRTJCEl7QnDTbyetdksNzf5aA==",
"_location": "/botbuilder-ai",
"_phantomChildren": {
"@types/filenamify": "2.0.1",
"async-file": "2.0.2",
"botbuilder-core": "4.0.0-m4.2",
"botbuilder-core-extensions": "4.0.0-m4.2",
"botframework-connector": "4.0.0-m4.2",
"filenamify": "2.0.0",
"readline": "1.3.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "botbuilder-ai@preview",
"name": "botbuilder-ai",
"escapedName": "botbuilder-ai",
"rawSpec": "preview",
"saveSpec": null,
"fetchSpec": "preview"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/botbuilder-ai/-/botbuilder-ai-4.0.0-m4.2.tgz",
"_shasum": "7491e480be16cb94c5a14d0e7ed99fd14944a352",
"_spec": "botbuilder-ai@preview",
"_where": "C:\\Users\\chawe\\source\\repos\\ReferenceAutomation\\nodejs\\TypeScript\\dist",
"author": {
"name": "Microsoft Corp."
},
"bugs": {
"url": "https://github.com/Microsoft/botbuilder-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"@microsoft/recognizers-text-date-time": "^1.0.0",
"@types/html-entities": "^1.2.16",
"@types/node": "^9.3.0",
"@types/request-promise-native": "^1.0.10",
"@types/xmldom": "^0.1.29",
"botbuilder": "4.0.0-m4.2",
"botframework-luis": "4.0.0-m4.2",
"html-entities": "^1.2.1",
"moment": "^2.20.1",
"mstranslator": "^3.0.0",
"request": "2.83.0",
"request-promise-native": "1.0.5",
"xmldom": "^0.1.27"
},
"deprecated": false,
"description": "Cognitive services extensions for Microsoft BotBuilder.",
"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-ai",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/botbuilder-js.git"
},
"scripts": {
"build": "tsc",
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-ai --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-ai .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - AI\" --readme none",
"clean": "erase /q lib\\*.*",
"test": "tsc && nyc mocha tests/"
},
"typings": "./lib/index.d.ts",
"version": "4.0.0-m4.2"
}