Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

50
node_modules/jibo-kb/package.json generated vendored Normal file
View File

@@ -0,0 +1,50 @@
{
"_from": "jibo-kb@beta",
"_id": "jibo-kb@4.3.4",
"_inBundle": false,
"_integrity": "sha512-IJN+JZ+9mo/DHl3PyquDFMR4nkzH3VaglwQUeIv/X5jnsgWgqCOUPmO80qv/tJxJe6Xx/9Ii0dMxUwxw8f/sGw==",
"_location": "/jibo-kb",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jibo-kb@4.3.4",
"name": "jibo-kb",
"escapedName": "jibo-kb",
"rawSpec": "4.3.4",
"saveSpec": null,
"fetchSpec": "4.3.4"
},
"_requiredBy": [
"/",
"/skills-service-manager/jibo"
],
"_resolved": "https://registry.npmjs.org/jibo-kb/-/jibo-kb-4.3.4.tgz",
"_shasum": "dbf907e0ad1ff53798a29c3ed1a954c81f41ff38",
"_spec": "jibo-kb@4.3.4",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
"author": {
"name": "Jibo, Inc.",
"email": "sdkearlyaccess@jibo.com"
},
"bundleDependencies": false,
"dependencies": {
"async": "^1.5.2",
"blob-to-buffer": "^1.2.6",
"find-root": "^1.0.0",
"fs-extra": "^0.30.0",
"jibo-log": "beta",
"lodash": "^3.10.1",
"nedb": "^1.1.2",
"request": "^2.72.0",
"uuid": "^2.0.1"
},
"deprecated": false,
"description": "Jibo Knowledge Base",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "./lib/jibo-kb.js",
"name": "jibo-kb",
"platform": ">=2.2.0",
"typings": "lib/dts/index.d.ts",
"version": "4.3.4"
}