initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

22
node_modules/jibo-parser/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "jibo-parser",
"version": "0.7.8",
"description": "JavaScript wrapper for the Jibo Robust Parser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node install.js"
},
"author": "Ramon Prieto",
"license": "SEE LICENSE IN LICENSE.txt",
"gypfile": true,
"dependencies": {
"extract-zip": "^1.2.0",
"fs-extra": "^0.26.2",
"home-path": "^1.0.1",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"nugget": "^1.6.0",
"path-exists": "^2.1.0"
}
}