{
  "_from": "botbuilder-choices@4.0.0-m4.2",
  "_id": "botbuilder-choices@4.0.0-m4.2",
  "_inBundle": false,
  "_integrity": "sha512-f/OkqqwRy6YvU5ik463vW5EclQrH/yQN7S1TYgLy8QMcnBdr71w42+uhC5j0Wl2h8gAKOzkoOCmMQW5ylMnhBg==",
  "_location": "/botbuilder-choices",
  "_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": "version",
    "registry": true,
    "raw": "botbuilder-choices@4.0.0-m4.2",
    "name": "botbuilder-choices",
    "escapedName": "botbuilder-choices",
    "rawSpec": "4.0.0-m4.2",
    "saveSpec": null,
    "fetchSpec": "4.0.0-m4.2"
  },
  "_requiredBy": [
    "/botbuilder-prompts"
  ],
  "_resolved": "https://registry.npmjs.org/botbuilder-choices/-/botbuilder-choices-4.0.0-m4.2.tgz",
  "_shasum": "a771858b9ea687c7200575995c5df7fe3137d66c",
  "_spec": "botbuilder-choices@4.0.0-m4.2",
  "_where": "C:\\Users\\chawe\\source\\repos\\ReferenceAutomation\\nodejs\\TypeScript\\node_modules\\botbuilder-prompts",
  "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-m4.2"
  },
  "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-m4.2"
}
