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

61
node_modules/resolve/package.json generated vendored Normal file
View File

@@ -0,0 +1,61 @@
{
"_from": "resolve@>=1.1.7 <2.0.0",
"_id": "resolve@1.2.0",
"_inBundle": false,
"_integrity": "sha512-+jJIwCqx3jFzPJUizKYOnCxS8Rh8n1LP7VxgAe1/vZxEH2FyfQL0NNmsXJPJ2TxUpeOdDSFCQlAmImpBG/Uc/g==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve@1.2.0",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.2.0.tgz",
"_shasum": "9589c3f2f6149d1417a40becc1663db6ec6bc26c",
"_spec": "resolve@1.2.0",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-resolve/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"safe-publish-latest": "^1.1.1",
"tap": "0.4.13",
"tape": "^4.6.3"
},
"homepage": "https://github.com/substack/node-resolve#readme",
"keywords": [
"resolve",
"require",
"node",
"module"
],
"license": "MIT",
"main": "index.js",
"name": "resolve",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-resolve.git"
},
"scripts": {
"prepublish": "! type safe-publish-latest >/dev/null 2>&1 || safe-publish-latest",
"test": "npm run --silent tests-only",
"tests-only": "tape test/*.js"
},
"version": "1.2.0"
}