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

67
node_modules/osenv/package.json generated vendored Normal file
View File

@@ -0,0 +1,67 @@
{
"_from": "osenv@>=0.1.3 <0.2.0",
"_id": "osenv@0.1.4",
"_inBundle": false,
"_integrity": "sha512-W6FhbLxEWdiyX2/fCl2YBZUJOYWaCHJa+jJwUVMX0iFYJmwyd0uzKx4NxFdj3xo9C0pumQ6G/fvd1MbNhsqQbQ==",
"_location": "/osenv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "osenv@0.1.4",
"name": "osenv",
"escapedName": "osenv",
"rawSpec": "0.1.4",
"saveSpec": null,
"fetchSpec": "0.1.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
"_shasum": "42fe6d5953df06c8064be6f176c3d05aaaa34644",
"_spec": "osenv@0.1.4",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/npm/osenv/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-homedir": "^1.0.0",
"os-tmpdir": "^1.0.0"
},
"deprecated": "This package is no longer supported.",
"description": "Look up environment settings specific to different operating systems",
"devDependencies": {
"tap": "^8.0.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/npm/osenv#readme",
"keywords": [
"environment",
"variable",
"home",
"tmpdir",
"path",
"prompt",
"ps1"
],
"license": "ISC",
"main": "osenv.js",
"name": "osenv",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/osenv.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.1.4"
}