node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
78 lines (77 loc) • 2.04 kB
JSON
{
"_args": [
[
"botbuilder@3.15.0",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot"
]
],
"_from": "botbuilder@3.15.0",
"_id": "botbuilder@3.15.0",
"_inBundle": false,
"_integrity": "sha512-KH5GTskHvTSozRPLdn8EQtg34zc71VUo+wXYzcoafRCkGVqqxB4AitUqow8y8ENiHgJW3oY2Pvhd8glcZiraOA==",
"_location": "/botbuilder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "botbuilder@3.15.0",
"name": "botbuilder",
"escapedName": "botbuilder",
"rawSpec": "3.15.0",
"saveSpec": null,
"fetchSpec": "3.15.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/botbuilder/-/botbuilder-3.15.0.tgz",
"_spec": "3.15.0",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot",
"author": {
"name": "Microsoft Corp."
},
"bugs": {
"url": "https://github.com/Microsoft/BotBuilder/issues"
},
"dependencies": {
"@types/async": "^2.0.48",
"@types/express": "^4.11.1",
"@types/form-data": "^2.2.1",
"@types/jsonwebtoken": "^7.2.6",
"@types/node": "^9.6.1",
"@types/request": "^2.47.0",
"@types/sprintf-js": "^1.1.0",
"@types/url-join": "^0.8.1",
"async": "^1.5.2",
"base64url": "^2.0.0",
"chrono-node": "^1.1.3",
"jsonwebtoken": "^7.0.1",
"promise": "^7.1.1",
"request": "^2.69.0",
"rsa-pem-from-mod-exp": "^0.8.4",
"sprintf-js": "^1.0.3",
"url-join": "^1.1.0"
},
"description": "Bot Builder is a dialog system for building rich bots on virtually any platform.",
"devDependencies": {
"mocha": "^2.4.5"
},
"homepage": "https://github.com/Microsoft/BotBuilder#readme",
"keywords": [
"botbuilder",
"bots",
"chatbots"
],
"license": "MIT",
"main": "./lib/botbuilder.js",
"name": "botbuilder",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/BotBuilder.git"
},
"scripts": {
"test": "mocha tests/*.js"
},
"typings": "./lib/botbuilder.d.ts",
"version": "3.15.0"
}