{"name":"botbuilder-dialogs","version":"4.17.0-dev.20220603.e4dc133","keywords":["botbuilder","botframework","bots","chatbots"],"author":"Microsoft Corp.","license":"MIT","_id":"botbuilder-dialogs@4.17.0-dev.20220603.e4dc133","maintainers":[{"name":"botframework","email":"botframework@microsoft.com"},{"name":"joshgummersall","email":"npm@josh.standardlabs.dev"},{"name":"sgellock","email":"sgellock@microsoft.com"},{"name":"cwhitten","email":"christopherwhitten@gmail.com"}],"bugs":{"url":"https://github.com/Microsoft/botbuilder-js/issues"},"dist":{"shasum":"1053350a54693274c9ee0fd077c509ecec0f63a4","tarball":"https://registry.npmjs.org/botbuilder-dialogs/-/botbuilder-dialogs-4.17.0-dev.20220603.e4dc133.tgz","fileCount":473,"integrity":"sha512-en9cT7BrAgCyTUpq6qFyZ6BfMOKR/vMD0hSwnZsNK0B73T4ArJrXwqfMhRqa4JkGzoPLqo1J2JjSAs26G3MBVg==","signatures":[{"sig":"MEYCIQCrlfDZehhL2dlQtMzKUhmfi4fh8laXSYO60i8Ga7UkBwIhAKT4B9+hxJhCSNzEqBtSZchE3KjoT4uT2f33vmFjNiul","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1362447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimdC+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6zQ//adEqY3jv397rEnhEc6egeKAP5L1D25PtX0HaDxZUVRuS01OQ\r\nt5hdiZnGRTa0RQeCqz2hJZfKPY3z2eLApZv9FirR+yv9wmdsvUgmroiLCCOW\r\nxlWthtIH2BY0o0/GfwD/iPbFi8P3YeeP27g34ypq6qynRxiCcIjDh8TQf2dP\r\nogQypplEeomXIKv7z1Tm4zCYY/H9KunVgazdJvMDvm8uSl5ImLA5nrhZC2RW\r\nhtd1i/jOQdulaBATSownzzw8Dw/lBvGZ98y+LxbjBYgYZTwvjdEwno7NdLWu\r\n/KTqv7qbAzz3j+cfvz77+PcKJdiNu+aeW4ge3tqBlIq+G2zSyUspVmPabali\r\nmx7hKFxiUG6bO41oCXSsmFp25H+2ohtLzQFh5x/NRKrcQxmoHrmdVoCT8Mch\r\nLxDy1gou/VcRwCBf1kVZIlrK545qI8jsK5vcGwoYgfQimc8DHi3m4WE+VsRi\r\niRMTnxmjv75NPQbPgxbjnfjwDrgR9SVoXVAlYZrPulDOXdZD0zmdoezFAJtA\r\nNF2g7M8Cm53NdeLGCnzYbhK6KspmRLScTwLJtv14J1IsJMDu9pxRLKi4yYJ6\r\nPZvH0qkH6kptv1B+o3iIfzrh6EHBbdOLAP0vCKXXAz3WIsLSJjHkhPEzFJqq\r\nW1ozvesascP5eK1ajzqckRSsiKW31CbM06E=\r\n=94zC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","_from":"file:D:\\a\\r1\\a\\_Botbuilder-JS-daily-yaml\\drop\\botbuilder-dialogs-v4.17.0-dev.20220603.e4dc133.tgz","types":"./lib/index.d.ts","scripts":{"lint":"eslint . --ext .js,.ts","test":"npm-run-all build test:mocha","build":"tsc -b","clean":"rimraf _ts3.4 lib tsconfig.tsbuildinfo","depcheck":"depcheck --config ../../.depcheckrc","postbuild":"downlevel-dts lib _ts3.4/lib --checksum","build-docs":"typedoc --theme markdown --entryPoint botbuilder-dialogs --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-dialogs .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Dialogs\" --readme none","test:mocha":"nyc mocha --recursive --require source-map-support/register tests","test:compat":"api-extractor run --verbose","build:rollup":"yarn clean && yarn build && api-extractor run --verbose --local"},"_npmUser":{"name":"botframework","email":"botframework@microsoft.com"},"_resolved":"D:\\a\\r1\\a\\_Botbuilder-JS-daily-yaml\\drop\\botbuilder-dialogs-v4.17.0-dev.20220603.e4dc133.tgz","_integrity":"sha512-en9cT7BrAgCyTUpq6qFyZ6BfMOKR/vMD0hSwnZsNK0B73T4ArJrXwqfMhRqa4JkGzoPLqo1J2JjSAs26G3MBVg==","repository":{"url":"https://github.com/Microsoft/botbuilder-js.git","type":"git"},"_npmVersion":"8.5.0","description":"A dialog stack based conversation manager for Microsoft BotBuilder.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"zod":"~1.11.17","lodash":"^4.17.21","globalize":"^1.4.2","botbuilder-core":"4.17.0-dev.20220603.e4dc133","botframework-connector":"4.17.0-dev.20220603.e4dc133","@microsoft/recognizers-text-suite":"1.1.4","@microsoft/recognizers-text-choice":"1.1.4","@microsoft/recognizers-text-number":"1.1.4","@microsoft/recognizers-text-date-time":"1.1.4","botbuilder-dialogs-adaptive-runtime-core":"4.17.0-dev.preview.20220603.e4dc133"},"typesVersions":{"<3.9":{"*":["_ts3.4/*"]}},"_hasShrinkwrap":false,"devDependencies":{"line-reader":"^0.4.0","@types/globalize":"^1.5.0"},"_npmOperationalInternal":{"tmp":"tmp/botbuilder-dialogs_4.17.0-dev.20220603.e4dc133_1654247614475_0.49910591204326216","host":"s3://npm-registry-packages"}}