node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
81 lines (80 loc) • 2.28 kB
JSON
{
"_args": [
[
"botframework-connector@4.1.6",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4"
]
],
"_from": "botframework-connector@4.1.6",
"_id": "botframework-connector@4.1.6",
"_inBundle": false,
"_integrity": "sha512-avPyvI/ZRCZIrawItmLkz2Aa2Je+SCUowRTS8wyllBFMMzIj/6QmgVoiSMV6IKoTJEN6nhh4FRAa9U8V5n3JRw==",
"_location": "/botframework-connector",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "botframework-connector@4.1.6",
"name": "botframework-connector",
"escapedName": "botframework-connector",
"rawSpec": "4.1.6",
"saveSpec": null,
"fetchSpec": "4.1.6"
},
"_requiredBy": [
"/botbuilder"
],
"_resolved": "https://registry.npmjs.org/botframework-connector/-/botframework-connector-4.1.6.tgz",
"_spec": "4.1.6",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4",
"author": {
"name": "Microsoft Corp."
},
"bugs": {
"url": "https://github.com/Microsoft/botbuilder-js/issues"
},
"dependencies": {
"@types/jsonwebtoken": "7.2.8",
"@types/node": "^9.3.0",
"@types/request": "^2.47.0",
"base64url": "^3.0.0",
"botframework-schema": "^4.1.6",
"jsonwebtoken": "8.0.1",
"ms-rest-azure-js": "1.0.176",
"ms-rest-js": "1.0.455",
"request": "^2.87.0",
"rsa-pem-from-mod-exp": "^0.8.4"
},
"description": "Bot Connector is autorest generated connector client.",
"devDependencies": {
"@types/mocha": "^2.2.47",
"codelyzer": "^4.1.0",
"dotenv": "^5.0.1",
"mocha": "^5.2.0",
"nyc": "^11.4.1",
"should": "^13.2.3",
"source-map-support": "^0.5.3",
"ts-node": "^4.1.0"
},
"homepage": "https://github.com/Microsoft/botbuilder-js#readme",
"keywords": [
"botconnector",
"bots",
"chatbots"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "botframework-connector",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/botbuilder-js.git"
},
"scripts": {
"build": "tsc",
"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version ${Version}",
"test": "tsc && nyc mocha tests/ --timeout 60000"
},
"typings": "./lib/index.d.ts",
"version": "4.1.6"
}