node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
60 lines (59 loc) • 1.67 kB
JSON
{
"_args": [
[
"botframework-schema@4.1.6",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4"
]
],
"_from": "botframework-schema@4.1.6",
"_id": "botframework-schema@4.1.6",
"_inBundle": false,
"_integrity": "sha512-t84URoWTx8pG77eICYugHymr7ZsySubX0g6IYTdXxe17vK6ZUWdXlcbgFYB54xc0rbyNfyqucf40iezmj4EFEA==",
"_location": "/botframework-schema",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "botframework-schema@4.1.6",
"name": "botframework-schema",
"escapedName": "botframework-schema",
"rawSpec": "4.1.6",
"saveSpec": null,
"fetchSpec": "4.1.6"
},
"_requiredBy": [
"/botbuilder-core",
"/botframework-connector"
],
"_resolved": "https://registry.npmjs.org/botframework-schema/-/botframework-schema-4.1.6.tgz",
"_spec": "4.1.6",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4",
"bugs": {
"url": "http://github.com/Microsoft/botbuilder-js/issues"
},
"dependencies": {
"@types/node": "^9.3.0",
"ms-rest-js": "1.0.455"
},
"description": "Activity schema for the Microsoft Bot Framework.",
"devDependencies": {},
"homepage": "http://github.com/Microsoft/botbuilder-js",
"keywords": [
"botconnector",
"bots",
"chatbots"
],
"main": "./lib/index.js",
"name": "botframework-schema",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Microsoft/botbuilder-js.git"
},
"scripts": {
"build": "tsc",
"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version ${Version}"
},
"typings": "./lib/index.d.ts",
"version": "4.1.6"
}