node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
64 lines (63 loc) • 1.42 kB
JSON
{
"_args": [
[
"topo@1.1.0",
"C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot"
]
],
"_from": "topo@1.1.0",
"_id": "topo@1.1.0",
"_inBundle": false,
"_integrity": "sha1-6ddRYV0buH3IZdsYL6HKCl71NtU=",
"_location": "/topo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "topo@1.1.0",
"name": "topo",
"escapedName": "topo",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot",
"bugs": {
"url": "https://github.com/hapijs/topo/issues"
},
"dependencies": {
"hoek": "2.x.x"
},
"description": "Topological sorting with grouping support",
"devDependencies": {
"code": "1.x.x",
"lab": "6.x.x"
},
"engines": {
"node": ">=0.10.40"
},
"homepage": "https://github.com/hapijs/topo#readme",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "topo",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/topo.git"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"version": "1.1.0"
}