Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

87
node_modules/nugget/package.json generated vendored Normal file
View File

@@ -0,0 +1,87 @@
{
"_from": "nugget@^2.0.1",
"_id": "nugget@2.2.0",
"_inBundle": false,
"_integrity": "sha512-I4Yt4dRPes82Tx/s7qDn8z1cA2pmZy2bOJiTdcb/BZJ1LJkEYd9GqunQD37unPUPjdmW6dkkVZmxN+8Gxt6Xlg==",
"_location": "/nugget",
"_phantomChildren": {
"aws-sign2": "0.7.0",
"aws4": "1.13.2",
"caseless": "0.12.0",
"combined-stream": "1.0.8",
"extend": "3.0.2",
"forever-agent": "0.6.1",
"form-data": "2.3.3",
"har-validator": "5.1.5",
"http-signature": "1.2.0",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.35",
"oauth-sign": "0.9.0",
"performance-now": "2.1.0",
"qs": "6.5.5",
"safe-buffer": "5.2.1",
"tough-cookie": "2.5.0",
"tunnel-agent": "0.6.0",
"uuid": "3.4.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "nugget@^2.0.1",
"name": "nugget",
"escapedName": "nugget",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "https://registry.npmjs.org/nugget/-/nugget-2.2.0.tgz",
"_shasum": "ad6feeeda912dfe839e35efe713bc1ce67f1f5b6",
"_spec": "nugget@^2.0.1",
"_where": "/home/super/Downloads/destfolder/node_modules/electron-download",
"author": {
"name": "max ogden"
},
"bin": {
"nugget": "bin.js"
},
"bugs": {
"url": "https://github.com/maxogden/nugget/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^2.1.3",
"minimist": "^1.1.0",
"pretty-bytes": "^4.0.2",
"progress-stream": "^1.1.0",
"request": "^2.45.0",
"single-line-log": "^1.1.2",
"throttleit": "0.0.2"
},
"deprecated": false,
"description": "minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory",
"devDependencies": {
"standard": "^6.0.5",
"tape": "^3.0.1",
"tape-spawn": "^1.4.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/maxogden/nugget",
"license": "BSD",
"main": "index.js",
"name": "nugget",
"repository": {
"type": "git",
"url": "git://github.com/maxogden/nugget.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"version": "2.2.0"
}