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

60
node_modules/home-path/package.json generated vendored Normal file
View File

@@ -0,0 +1,60 @@
{
"_from": "home-path@^1.0.1",
"_id": "home-path@1.0.7",
"_inBundle": false,
"_integrity": "sha512-tM1pVa+u3ZqQwIkXcWfhUlY3HWS3TsnKsfi2OHHvnhkX52s9etyktPyy1rQotkr0euWimChDq+QkQuDe8ngUlQ==",
"_location": "/home-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "home-path@^1.0.1",
"name": "home-path",
"escapedName": "home-path",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "https://registry.npmjs.org/home-path/-/home-path-1.0.7.tgz",
"_shasum": "cf77d7339ff3ddc3347a23c52612b1f5e7e56313",
"_spec": "home-path@^1.0.1",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7/node_modules/electron-download",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/home-path/issues"
},
"bundleDependencies": false,
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"description": "Cross-platform home directory retriever",
"devDependencies": {
"jsdoc-to-markdown": "^5.0.1",
"tape": "^4.11"
},
"files": [
"index.js"
],
"homepage": "https://github.com/75lb/home-path#readme",
"keywords": [
"home",
"directory",
"folder",
"path"
],
"license": "MIT",
"name": "home-path",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/home-path.git"
},
"scripts": {
"docs": "jsdoc2md --heading-depth 1 -t README.hbs index.js > README.md; echo",
"test": "tape test.js"
},
"version": "1.0.7"
}