UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

72 lines (71 loc) 2.32 kB
{ "_args": [ [ "botbuilder-core@4.1.6", "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot-v4" ] ], "_from": "botbuilder-core@4.1.6", "_id": "botbuilder-core@4.1.6", "_inBundle": false, "_integrity": "sha512-9vJbWu7xVDDXAMjhniRF8vyY8Wx05EIXPIZ/HTUod7hB36AI1G697dQRBzR6xgvX6qGX5OwxiIz27jyFvNWT9w==", "_location": "/botbuilder-core", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "botbuilder-core@4.1.6", "name": "botbuilder-core", "escapedName": "botbuilder-core", "rawSpec": "4.1.6", "saveSpec": null, "fetchSpec": "4.1.6" }, "_requiredBy": [ "/botbuilder" ], "_resolved": "https://registry.npmjs.org/botbuilder-core/-/botbuilder-core-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": { "assert": "^1.4.1", "botframework-schema": "^4.1.6" }, "description": "Core components for Microsoft Bot Builder. Components in this library can run either in a browser or on the server.", "devDependencies": { "@types/mocha": "^2.2.47", "mocha": "^5.2.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-core", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/botbuilder-js.git" }, "scripts": { "build": "tsc", "build-docs": "typedoc --theme markdown --entryPoint botbuilder --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder .\\lib\\index.d.ts ..\\botbuilder-core\\lib\\index.d.ts ..\\botbuilder-core-extensions\\lib\\index.d.ts ..\\botframework-schema\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK\" --readme none", "clean": "erase /q /s .\\lib", "set-version": "npm version --allow-same-version ${Version}", "test": "tsc && nyc mocha tests/" }, "typings": "./lib/index.d.ts", "version": "4.1.6" }