Файловый менеджер - Редактировать - /home/gqdcvggs/go.imators.com/package.json.tar
Назад
home/gqdcvggs/imators.systems/package.json 0000664 00000000151 15114740443 0014755 0 ustar 00 { "dependencies": { "axios": "^1.8.1", "noble": "^1.9.1", "readline-sync": "^1.4.10" } } home/gqdcvggs/mail.imators.systems/package.json 0000644 00000000530 15114742262 0015676 0 ustar 00 { "name": "mail", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "cors": "^2.8.5", "express": "^4.21.1", "mysql2": "^3.11.3", "nodemailer": "^6.9.15" } } home/gqdcvggs/imators.systems/traffic/package.json 0000664 00000000647 15114742711 0016405 0 ustar 00 { "name": "trafficlight", "version": "1.0.0", "description": "A real-time traffic light timing system", "main": "server.js", "scripts": { "start": "node server.js", "pm2": "pm2 start server.js --name 'trafficlight' --watch" }, "dependencies": { "body-parser": "^1.20.3", "express": "^4.21.2", "mapbox-gl": "^3.11.0", "socket.io": "^4.8.1" } } home/gqdcvggs/.nvm/package.json 0000664 00000004504 15114745457 0012467 0 ustar 00 { "name": "nvm", "version": "0.39.5", "description": "Node Version Manager - Simple bash script to manage multiple active node.js versions", "directories": { "test": "test" }, "scripts": { "test": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make test-$shell", "test/fast": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); env -i TERM=\"$TERM\" bash -lc \"make TEST_SUITE=fast test-$shell\"", "test/slow": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=slow test-$shell", "test/install_script": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=install_script test-$shell", "test/installation": "npm run --silent test/installation/node && npm run --silent test/installation/iojs", "test/installation/node": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_node test-$shell", "test/installation/iojs": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell", "test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell", "doctoc": "doctoc --title='## Table of Contents' --github README.md", "predoctoc:check": "cp README.md v-README.md.orig && npm run doctoc", "doctoc:check": "diff -q README.md v-README.md.orig", "postdoctoc:check": "mv v-README.md.orig README.md", "eclint": "eclint check $(git ls-tree --name-only HEAD | xargs)", "dockerfile_lint": "dockerfile_lint", "markdown-link-check": "git ls-files | command grep -E '\\.md$' | xargs -n 1 markdown-link-check -p" }, "repository": { "type": "git", "url": "git://github.com/nvm-sh/nvm.git" }, "keywords": [ "nvm", "node", "iojs", "version", "manager" ], "author": "Tim Caswell <tim@creationix.com>", "license": "MIT", "bugs": { "url": "https://github.com/nvm-sh/nvm/issues" }, "homepage": "https://github.com/nvm-sh/nvm", "devDependencies": { "dockerfile_lint": "^0.3.4", "doctoc": "^2.2.1", "eclint": "^2.8.1", "markdown-link-check": "^3.11.2", "replace": "^1.2.2", "semver": "^7.5.4", "urchin": "^0.0.5" } } home/gqdcvggs/imators.com/node_modules/gradient-string/package.json 0000664 00000003015 15114751322 0021602 0 ustar 00 { "name": "gradient-string", "description": "Beautiful color gradients in terminal output", "version": "3.0.0", "author": "Boris K", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "rm -fr dist && tsc && rm -fr dist/*.spec.*", "built-in": "[ ! -f dist/index.js ] && npm run build; node examples/built-in.js", "test": "vitest run", "coverage": "vitest run --coverage", "demo": "[ ! -f dist/index.js ] && npm run build; node examples/demo.js", "lint": "prettier --check .", "prepare": "husky", "prepublishOnly": "npm run build" }, "dependencies": { "chalk": "^5.3.0", "tinygradient": "^1.1.5" }, "devDependencies": { "@bokub/prettier-config": "^2.1.0", "@vitest/coverage-v8": "^2.1.1", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", "typescript": "^5.6.2", "vitest": "^2.1.1" }, "files": [ "dist" ], "engines": { "node": ">=14" }, "repository": "bokub/gradient-string", "homepage": "https://github.com/bokub/gradient-string", "bugs": "https://github.com/bokub/gradient-string/issues", "keywords": [ "cli", "color", "colors", "colour", "command-line", "console", "formatting", "gradient", "gradients", "log", "logging", "shell", "string", "style", "styles", "terminal" ], "prettier": "@bokub/prettier-config", "lint-staged": { "*": "prettier --write --ignore-unknown" } } home/gqdcvggs/imators.com/node_modules/string-width/package.json 0000664 00000002164 15114751322 0021130 0 ustar 00 { "name": "string-width", "version": "7.2.0", "description": "Get the visual width of a string - the number of columns required to display it", "license": "MIT", "repository": "sindresorhus/string-width", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "string", "character", "unicode", "width", "visual", "column", "columns", "fullwidth", "full-width", "full", "ansi", "escape", "codes", "cli", "command-line", "terminal", "console", "cjk", "chinese", "japanese", "korean", "fixed-width", "east-asian-width" ], "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" }, "devDependencies": { "ava": "^5.3.1", "tsd": "^0.29.0", "xo": "^0.56.0" } } home/gqdcvggs/imators.com/node_modules/axios/package.json 0000664 00000016767 15114752143 0017650 0 ustar 00 { "name": "axios", "version": "1.7.9", "description": "Promise based HTTP client for the browser and node.js", "main": "index.js", "exports": { ".": { "types": { "require": "./index.d.cts", "default": "./index.d.ts" }, "browser": { "require": "./dist/browser/axios.cjs", "default": "./index.js" }, "default": { "require": "./dist/node/axios.cjs", "default": "./index.js" } }, "./lib/adapters/http.js": "./lib/adapters/http.js", "./lib/adapters/xhr.js": "./lib/adapters/xhr.js", "./unsafe/*": "./lib/*", "./unsafe/core/settle.js": "./lib/core/settle.js", "./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js", "./unsafe/helpers/isAbsoluteURL.js": "./lib/helpers/isAbsoluteURL.js", "./unsafe/helpers/buildURL.js": "./lib/helpers/buildURL.js", "./unsafe/helpers/combineURLs.js": "./lib/helpers/combineURLs.js", "./unsafe/adapters/http.js": "./lib/adapters/http.js", "./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js", "./unsafe/utils.js": "./lib/utils.js", "./package.json": "./package.json" }, "type": "module", "types": "index.d.ts", "scripts": { "test": "npm run test:eslint && npm run test:mocha && npm run test:karma && npm run test:dtslint && npm run test:exports", "test:eslint": "node bin/ssl_hotfix.js eslint lib/**/*.js", "test:dtslint": "dtslint --localTs node_modules/typescript/lib", "test:mocha": "node bin/ssl_hotfix.js mocha test/unit/**/*.js --timeout 30000 --exit", "test:exports": "node bin/ssl_hotfix.js mocha test/module/test.js --timeout 30000 --exit", "test:karma": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: karma start karma.conf.cjs --single-run", "test:karma:firefox": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: Browsers=Firefox karma start karma.conf.cjs --single-run", "test:karma:server": "node bin/ssl_hotfix.js cross-env karma start karma.conf.cjs", "test:build:version": "node ./bin/check-build-version.js", "start": "node ./sandbox/server.js", "preversion": "gulp version", "version": "npm run build && git add dist && git add package.json", "prepublishOnly": "npm run test:build:version", "postpublish": "git push && git push --tags", "build": "gulp clear && cross-env NODE_ENV=production rollup -c -m", "examples": "node ./examples/server.js", "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "fix": "eslint --fix lib/**/*.js", "prepare": "husky install && npm run prepare:hooks", "prepare:hooks": "npx husky set .husky/commit-msg \"npx commitlint --edit $1\"", "release:dry": "release-it --dry-run --no-npm", "release:info": "release-it --release-version", "release:beta:no-npm": "release-it --preRelease=beta --no-npm", "release:beta": "release-it --preRelease=beta", "release:no-npm": "release-it --no-npm", "release:changelog:fix": "node ./bin/injectContributorsList.js && git add CHANGELOG.md", "release": "release-it" }, "repository": { "type": "git", "url": "https://github.com/axios/axios.git" }, "keywords": [ "xhr", "http", "ajax", "promise", "node" ], "author": "Matt Zabriskie", "license": "MIT", "bugs": { "url": "https://github.com/axios/axios/issues" }, "homepage": "https://axios-http.com", "devDependencies": { "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", "@commitlint/cli": "^17.8.1", "@commitlint/config-conventional": "^17.8.1", "@release-it/conventional-changelog": "^5.1.1", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-multi-entry": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "abortcontroller-polyfill": "^1.7.5", "auto-changelog": "^2.4.0", "body-parser": "^1.20.2", "chalk": "^5.3.0", "coveralls": "^3.1.1", "cross-env": "^7.0.3", "dev-null": "^0.1.1", "dtslint": "^4.2.1", "es6-promise": "^4.2.8", "eslint": "^8.56.0", "express": "^4.18.2", "formdata-node": "^5.0.1", "formidable": "^2.1.2", "fs-extra": "^10.1.0", "get-stream": "^3.0.0", "gulp": "^4.0.2", "gzip-size": "^7.0.0", "handlebars": "^4.7.8", "husky": "^8.0.3", "istanbul-instrumenter-loader": "^3.0.1", "jasmine-core": "^2.99.1", "karma": "^6.3.17", "karma-chrome-launcher": "^3.2.0", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^1.1.2", "karma-jasmine-ajax": "^0.1.13", "karma-rollup-preprocessor": "^7.0.8", "karma-safari-launcher": "^1.0.0", "karma-sauce-launcher": "^4.3.6", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.8", "memoizee": "^0.4.15", "minimist": "^1.2.8", "mocha": "^10.3.0", "multer": "^1.4.4", "pretty-bytes": "^6.1.1", "release-it": "^15.11.0", "rollup": "^2.79.1", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-terser": "^7.0.2", "sinon": "^4.5.0", "stream-throttle": "^0.1.3", "string-replace-async": "^3.0.2", "terser-webpack-plugin": "^4.2.3", "typescript": "^4.9.5", "@rollup/plugin-alias": "^5.1.0" }, "browser": { "./lib/adapters/http.js": "./lib/helpers/null.js", "./lib/platform/node/index.js": "./lib/platform/browser/index.js", "./lib/platform/node/classes/FormData.js": "./lib/helpers/null.js" }, "jsdelivr": "dist/axios.min.js", "unpkg": "dist/axios.min.js", "typings": "./index.d.ts", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" }, "bundlesize": [ { "path": "./dist/axios.min.js", "threshold": "5kB" } ], "contributors": [ "Matt Zabriskie (https://github.com/mzabriskie)", "Nick Uraltsev (https://github.com/nickuraltsev)", "Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)", "Jay (https://github.com/jasonsaayman)", "Emily Morehouse (https://github.com/emilyemorehouse)", "Justin Beckwith (https://github.com/JustinBeckwith)", "Rubén Norte (https://github.com/rubennorte)", "Martti Laine (https://github.com/codeclown)", "Xianming Zhong (https://github.com/chinesedfan)", "Remco Haszing (https://github.com/remcohaszing)", "Rikki Gibson (https://github.com/RikkiGibson)", "Yasu Flores (https://github.com/yasuf)", "Ben Carp (https://github.com/carpben)" ], "sideEffects": false, "release-it": { "git": { "commitMessage": "chore(release): v${version}", "push": true, "commit": true, "tag": true, "requireCommits": false, "requireCleanWorkingDir": false }, "github": { "release": true, "draft": true }, "npm": { "publish": false, "ignoreVersion": false }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular", "infile": "CHANGELOG.md", "header": "# Changelog" } }, "hooks": { "before:init": "npm test", "after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist && git add ./package-lock.json", "before:release": "npm run release:changelog:fix", "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." } }, "commitlint": { "rules": { "header-max-length": [ 2, "always", 130 ] }, "extends": [ "@commitlint/config-conventional" ] } } home/gqdcvggs/imators.com/node_modules/chalk/package.json 0000664 00000003150 15114752145 0017567 0 ustar 00 { "name": "chalk", "version": "5.4.0", "description": "Terminal string styling done right", "license": "MIT", "repository": "chalk/chalk", "funding": "https://github.com/chalk/chalk?sponsor=1", "type": "module", "main": "./source/index.js", "exports": "./source/index.js", "imports": { "#ansi-styles": "./source/vendor/ansi-styles/index.js", "#supports-color": { "node": "./source/vendor/supports-color/index.js", "default": "./source/vendor/supports-color/browser.js" } }, "types": "./source/index.d.ts", "sideEffects": false, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "scripts": { "test": "xo && c8 ava && tsd", "bench": "matcha benchmark.js" }, "files": [ "source", "!source/index.test-d.ts" ], "keywords": [ "color", "colour", "colors", "terminal", "console", "cli", "string", "ansi", "style", "styles", "tty", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "devDependencies": { "@types/node": "^16.11.10", "ava": "^3.15.0", "c8": "^7.10.0", "color-convert": "^2.0.1", "execa": "^6.0.0", "log-update": "^5.0.0", "matcha": "^0.7.0", "tsd": "^0.19.0", "xo": "^0.57.0", "yoctodelay": "^2.0.0" }, "xo": { "rules": { "unicorn/prefer-string-slice": "off", "@typescript-eslint/consistent-type-imports": "off", "@typescript-eslint/consistent-type-exports": "off", "@typescript-eslint/consistent-type-definitions": "off", "unicorn/expiring-todo-comments": "off" } }, "c8": { "reporter": [ "text", "lcov" ], "exclude": [ "source/vendor" ] } } home/gqdcvggs/imators.com/node_modules/is-interactive/package.json 0000664 00000001352 15114752155 0021436 0 ustar 00 { "name": "is-interactive", "version": "2.0.0", "description": "Check if stdout or stderr is interactive", "license": "MIT", "repository": "sindresorhus/is-interactive", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "interactive", "stdout", "stderr", "detect", "is", "terminal", "shell", "tty" ], "devDependencies": { "@types/node": "^15.0.1", "ava": "^3.15.0", "tsd": "^0.14.0", "xo": "^0.39.1" } } home/gqdcvggs/ise.imators.systems/package.json 0000664 00000000676 15114752305 0015550 0 ustar 00 { "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build" }, "devDependencies": { "autoprefixer": "^10.4.21", "axios": "^1.6.4", "laravel-vite-plugin": "^1.0.0", "postcss": "^8.5.4", "tailwindcss": "^4.1.8", "vite": "^5.0.0" }, "dependencies": { "@heroui/react": "^2.7.8", "framer-motion": "^12.15.0" } } home/gqdcvggs/imators.com/node_modules/stdin-discarder/package.json 0000664 00000001373 15114752465 0021576 0 ustar 00 { "name": "stdin-discarder", "version": "0.2.2", "description": "Discard stdin input except for Ctrl+C", "license": "MIT", "repository": "sindresorhus/stdin-discarder", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "stdin", "process", "standard", "discard", "ignore", "input" ], "devDependencies": { "ava": "^6.0.1", "tsd": "^0.29.0", "xo": "^0.56.0" } } home/gqdcvggs/.npm/_npx/81b3c76afcd2c892/package.json 0000664 00000000172 15114752555 0015722 0 ustar 00 { "dependencies": { "heroui-cli": "^1.2.3" }, "_npx": { "packages": [ "heroui-cli@latest" ] } } home/gqdcvggs/imators.com/node_modules/ora/package.json 0000664 00000002234 15114752667 0017301 0 ustar 00 { "name": "ora", "version": "8.1.1", "description": "Elegant terminal spinner", "license": "MIT", "repository": "sindresorhus/ora", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "cli", "spinner", "spinners", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle" ], "dependencies": { "chalk": "^5.3.0", "cli-cursor": "^5.0.0", "cli-spinners": "^2.9.2", "is-interactive": "^2.0.0", "is-unicode-supported": "^2.0.0", "log-symbols": "^6.0.0", "stdin-discarder": "^0.2.2", "string-width": "^7.2.0", "strip-ansi": "^7.1.0" }, "devDependencies": { "@types/node": "^22.5.0", "ava": "^5.3.1", "get-stream": "^9.0.1", "transform-tty": "^1.0.11", "tsd": "^0.31.1", "xo": "^0.59.3" } } home/gqdcvggs/imators.com/node_modules/wrap-ansi/package.json 0000664 00000002173 15114752667 0020423 0 ustar 00 { "name": "wrap-ansi", "version": "9.0.0", "description": "Wordwrap a string with ANSI escape codes", "license": "MIT", "repository": "chalk/wrap-ansi", "funding": "https://github.com/chalk/wrap-ansi?sponsor=1", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "engines": { "node": ">=18" }, "scripts": { "test": "xo && nyc ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "wrap", "break", "wordwrap", "wordbreak", "linewrap", "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" }, "devDependencies": { "ava": "^5.3.1", "chalk": "^5.3.0", "coveralls": "^3.1.1", "has-ansi": "^5.0.1", "nyc": "^15.1.0", "tsd": "^0.29.0", "xo": "^0.56.0" } } home/gqdcvggs/imators.com/node_modules/tinygradient/package.json 0000664 00000002673 15114752675 0021227 0 ustar 00 { "name": "tinygradient", "version": "1.1.5", "author": { "name": "Damien \"Mistic\" Sorel", "email": "contact@git.strangeplanet.fr", "url": "https://www.strangeplanet.fr" }, "description": "Fast and small gradients manipulation, built on top of TinyColor", "license": "MIT", "homepage": "https://github.com/mistic100/tinygradient", "main": "index.js", "browser": "browser.js", "types": "types.d.ts", "files": [ "browser.js", "browser.js.map", "index.js", "types.d.ts" ], "dependencies": { "@types/tinycolor2": "^1.4.0", "tinycolor2": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "colorbrewer": "^1.3.0", "live-server": "^1.2.1", "mocha": "^8.0.1", "nodemon": "^2.0.0", "npm-run-all": "^4.1.5", "rollup": "^2.0.2", "rollup-plugin-babel": "^4.3.0", "rollup-plugin-commonjs": "^10.0.0" }, "keywords": [ "color", "gradient" ], "repository": { "type": "git", "url": "git://github.com/mistic100/tinygradient.git" }, "bugs": { "url": "https://github.com/mistic100/tinygradient/issues" }, "scripts": { "test": "mocha tests/*", "compile": "rollup --config rollup.config.js", "serve": "live-server --watch=browser.js,index.html --entry-file=index.html", "start": "npm-run-all --parallel watch serve", "watch": "nodemon --watch index.js --exec \"npm run compile\"" } } home/gqdcvggs/imators.com/node_modules/type-fest/package.json 0000664 00000003235 15114752715 0020434 0 ustar 00 { "name": "type-fest", "version": "4.30.2", "description": "A collection of essential TypeScript types", "license": "(MIT OR CC0-1.0)", "repository": "sindresorhus/type-fest", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "types": "./index.d.ts", "sideEffects": false, "engines": { "node": ">=16" }, "scripts": { "test:source-files-extension": "node script/test/source-files-extension.js", "test:tsc": "tsc", "test:tsd": "tsd", "test:xo": "xo", "test": "run-p test:*" }, "files": [ "index.d.ts", "source", "license-mit", "license-cc0" ], "keywords": [ "typescript", "ts", "types", "utility", "util", "utilities", "omit", "merge", "json", "generics" ], "devDependencies": { "expect-type": "^1.1.0", "npm-run-all2": "^7.0.1", "tsd": "^0.31.2", "typescript": "~5.7.2", "xo": "^0.59.3" }, "xo": { "rules": { "@typescript-eslint/no-extraneous-class": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/ban-types": "off", "@typescript-eslint/naming-convention": "off", "import/extensions": "off", "@typescript-eslint/no-redeclare": "off", "@typescript-eslint/no-confusing-void-expression": "off", "@typescript-eslint/no-unsafe-argument": "off", "n/file-extension-in-import": "off", "object-curly-newline": [ "error", { "multiline": true, "consistent": true } ], "import/consistent-type-specifier-style": [ "error", "prefer-top-level" ] } }, "tsd": { "compilerOptions": { "noUnusedLocals": false } } } home/gqdcvggs/imators.com/node_modules/mime-types/package.json 0000664 00000002175 15114752731 0020605 0 ustar 00 { "name": "mime-types", "description": "The ultimate javascript content-type utility.", "version": "2.1.35", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" ], "license": "MIT", "keywords": [ "mime", "types" ], "repository": "jshttp/mime-types", "dependencies": { "mime-db": "1.52.0" }, "devDependencies": { "eslint": "7.32.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-markdown": "2.2.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "eslint-plugin-standard": "4.1.0", "mocha": "9.2.2", "nyc": "15.1.0" }, "files": [ "HISTORY.md", "LICENSE", "index.js" ], "engines": { "node": ">= 0.6" }, "scripts": { "lint": "eslint .", "test": "mocha --reporter spec test/test.js", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } } home/gqdcvggs/imators.com/node_modules/proxy-from-env/package.json 0000664 00000001674 15114752741 0021430 0 ustar 00 { "name": "proxy-from-env", "version": "1.1.0", "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.", "main": "index.js", "scripts": { "lint": "eslint *.js", "test": "mocha ./test.js --reporter spec", "test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/Rob--W/proxy-from-env.git" }, "keywords": [ "proxy", "http_proxy", "https_proxy", "no_proxy", "environment" ], "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)", "license": "MIT", "bugs": { "url": "https://github.com/Rob--W/proxy-from-env/issues" }, "homepage": "https://github.com/Rob--W/proxy-from-env#readme", "devDependencies": { "coveralls": "^3.0.9", "eslint": "^6.8.0", "istanbul": "^0.4.5", "mocha": "^7.1.0" } } home/gqdcvggs/imators.com/node_modules/tinycolor2/package.json 0000664 00000001510 15114752746 0020616 0 ustar 00 { "version": "1.6.0", "name": "tinycolor2", "description": "Fast Color Parsing and Manipulation", "url": "http://bgrins.github.com/TinyColor", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bgrins/TinyColor.git" }, "keywords": [ "color", "parser", "tinycolor" ], "author": "Brian Grinstead <briangrinstead@gmail.com> (http://briangrinstead.com)", "bugs": { "url": "https://github.com/bgrins/TinyColor/issues" }, "module": "./esm/tinycolor.js", "main": "./cjs/tinycolor.js", "browser": "./cjs/tinycolor.js", "exports": { ".": { "import": "./esm/tinycolor.js", "require": "./cjs/tinycolor.js" } }, "scripts": { "test": "node cjs/test.js && node esm/test.js" }, "devDependencies": { "@deno/shim-deno-test": "^0.4.0" } } home/gqdcvggs/public_html/package.json 0000644 00000002634 15114753661 0014107 0 ustar 00 { "name": "app", "version": "1.0.0", "private": true, "license": "UNLICENSED", "author": "", "description": "", "scripts": { "browsersync": "browser-sync start --directory --server ./public --files ./public/* --startPath index.html", "clean": "rimraf public/*", "copy-assets": "cpx \"src/assets/**/*.*\" public/", "copy-html": "cpx \"src/html/*.html\" public/", "css-compile": "tailwindcss build -i src/tailwind/tailwind.css -c src/tailwind/tailwind.config.js -o public/css/tailwind/tailwind.css", "css-minified": "tailwindcss build -i src/tailwind/tailwind.css -c src/tailwind/tailwind.config.js -o public/css/tailwind/tailwind.min.css --minify", "css": "npm-run-all --sequential css-*", "build": "npm-run-all --sequential clean copy-* css", "watch": "npm-run-all build --parallel watch-templates watch-css browsersync", "watch-templates": "nodemon --watch ./src/html/ -e html -x \"cpx \"src/html/*.html\" public/\"", "watch-css": "tailwindcss build -i src/tailwind/tailwind.css -c src/tailwind/tailwind.config.js -o public/css/tailwind/tailwind.min.css --minify --watch" }, "dependencies": { "tailwindcss": "^3.0.7" }, "devDependencies": { "autoprefixer": "^10.4.0", "browser-sync": "^2.27.7", "cpx": "^1.5.0", "npm-run-all": "^4.1.5", "pug": "^3.0.2", "pug-cli": "^1.0.0-alpha6", "nodemon": "^2.0.14", "rimraf": "^3.0.2" } } home/gqdcvggs/imators.com/node_modules/follow-redirects/package.json 0000664 00000002411 15114757257 0022001 0 ustar 00 { "name": "follow-redirects", "version": "1.15.9", "description": "HTTP and HTTPS modules that follow redirects.", "license": "MIT", "main": "index.js", "files": [ "*.js" ], "engines": { "node": ">=4.0" }, "scripts": { "lint": "eslint *.js test", "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git" }, "homepage": "https://github.com/follow-redirects/follow-redirects", "bugs": { "url": "https://github.com/follow-redirects/follow-redirects/issues" }, "keywords": [ "http", "https", "url", "redirect", "client", "location", "utility" ], "author": "Ruben Verborgh <ruben@verborgh.org> (https://ruben.verborgh.org/)", "contributors": [ "Olivier Lalonde <olalonde@gmail.com> (http://www.syskall.com)", "James Talmage <james@talmage.io>" ], "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], "peerDependenciesMeta": { "debug": { "optional": true } }, "devDependencies": { "concat-stream": "^2.0.0", "eslint": "^5.16.0", "express": "^4.16.4", "lolex": "^3.1.0", "mocha": "^6.0.2", "nyc": "^14.1.1" } } home/gqdcvggs/imators.com/node_modules/ansi-regex/package.json 0000664 00000002013 15114757624 0020553 0 ustar 00 { "name": "ansi-regex", "version": "6.1.0", "description": "Regular expression for matching ANSI escape codes", "license": "MIT", "repository": "chalk/ansi-regex", "funding": "https://github.com/chalk/ansi-regex?sponsor=1", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "types": "./index.d.ts", "sideEffects": false, "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava && tsd", "view-supported": "node fixtures/view-codes.js" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "command-line", "text", "regex", "regexp", "re", "match", "test", "find", "pattern" ], "devDependencies": { "ansi-escapes": "^5.0.0", "ava": "^3.15.0", "tsd": "^0.21.0", "xo": "^0.54.2" } } home/gqdcvggs/imators.com/node_modules/asynckit/package.json 0000664 00000003113 15114760003 0020321 0 ustar 00 { "name": "asynckit", "version": "0.4.0", "description": "Minimal async jobs utility library, with streams support", "main": "index.js", "scripts": { "clean": "rimraf coverage", "lint": "eslint *.js lib/*.js test/*.js", "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", "win-test": "tape test/test-*.js", "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", "report": "istanbul report", "size": "browserify index.js | size-table asynckit", "debug": "tape test/test-*.js" }, "pre-commit": [ "clean", "lint", "test", "browser", "report", "size" ], "repository": { "type": "git", "url": "git+https://github.com/alexindigo/asynckit.git" }, "keywords": [ "async", "jobs", "parallel", "serial", "iterator", "array", "object", "stream", "destroy", "terminate", "abort" ], "author": "Alex Indigo <iam@alexindigo.com>", "license": "MIT", "bugs": { "url": "https://github.com/alexindigo/asynckit/issues" }, "homepage": "https://github.com/alexindigo/asynckit#readme", "devDependencies": { "browserify": "^13.0.0", "browserify-istanbul": "^2.0.0", "coveralls": "^2.11.9", "eslint": "^2.9.0", "istanbul": "^0.4.3", "obake": "^0.1.2", "phantomjs-prebuilt": "^2.1.7", "pre-commit": "^1.1.3", "reamde": "^1.1.0", "rimraf": "^2.5.2", "size-table": "^0.2.0", "tap-spec": "^4.1.1", "tape": "^4.5.1" }, "dependencies": {} } home/gqdcvggs/imators.com/node_modules/restore-cursor/package.json 0000664 00000001712 15114760062 0021502 0 ustar 00 { "name": "restore-cursor", "version": "5.1.0", "description": "Gracefully restore the CLI cursor on exit", "license": "MIT", "repository": "sindresorhus/restore-cursor", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "types": "./index.d.ts", "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && tsd && node --test" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "exit", "quit", "process", "graceful", "shutdown", "sigterm", "sigint", "terminate", "kill", "stop", "cli", "cursor", "ansi", "show", "term", "terminal", "console", "tty", "shell", "command-line" ], "dependencies": { "onetime": "^7.0.0", "signal-exit": "^4.1.0" }, "devDependencies": { "tsd": "^0.31.1", "xo": "^0.59.2" } } home/gqdcvggs/imators.com/node_modules/ansi-styles/package.json 0000664 00000001776 15114760070 0020770 0 ustar 00 { "name": "ansi-styles", "version": "6.2.1", "description": "ANSI escape codes for styling strings in the terminal", "license": "MIT", "repository": "chalk/ansi-styles", "funding": "https://github.com/chalk/ansi-styles?sponsor=1", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava && tsd", "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "string", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "devDependencies": { "ava": "^3.15.0", "svg-term-cli": "^2.1.1", "tsd": "^0.19.0", "xo": "^0.47.0" } } home/gqdcvggs/imators.com/node_modules/cli-spinners/package.json 0000664 00000001653 15114760450 0021117 0 ustar 00 { "name": "cli-spinners", "version": "2.9.2", "description": "Spinners for use in the terminal", "license": "MIT", "repository": "sindresorhus/cli-spinners", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava && tsd", "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet" }, "files": [ "index.js", "index.d.ts", "spinners.json" ], "keywords": [ "cli", "spinner", "spinners", "terminal", "term", "console", "ascii", "unicode", "loading", "indicator", "progress", "busy", "wait", "idle", "json" ], "devDependencies": { "@types/node": "^17.0.41", "ava": "^1.4.1", "log-update": "^3.2.0", "string-length": "^4.0.1", "tsd": "^0.7.2", "xo": "^0.24.0" } } home/gqdcvggs/imators.com/node_modules/signal-exit/package.json 0000664 00000005015 15114760452 0020733 0 ustar 00 { "name": "signal-exit", "version": "4.1.0", "description": "when you want to fire an event no matter how a process exits.", "main": "./dist/cjs/index.js", "module": "./dist/mjs/index.js", "browser": "./dist/mjs/browser.js", "types": "./dist/mjs/index.d.ts", "exports": { ".": { "import": { "types": "./dist/mjs/index.d.ts", "default": "./dist/mjs/index.js" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" } }, "./signals": { "import": { "types": "./dist/mjs/signals.d.ts", "default": "./dist/mjs/signals.js" }, "require": { "types": "./dist/cjs/signals.d.ts", "default": "./dist/cjs/signals.js" } }, "./browser": { "import": { "types": "./dist/mjs/browser.d.ts", "default": "./dist/mjs/browser.js" }, "require": { "types": "./dist/cjs/browser.d.ts", "default": "./dist/cjs/browser.js" } } }, "files": [ "dist" ], "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "https://github.com/tapjs/signal-exit.git" }, "keywords": [ "signal", "exit" ], "author": "Ben Coe <ben@npmjs.com>", "license": "ISC", "devDependencies": { "@types/cross-spawn": "^6.0.2", "@types/node": "^18.15.11", "@types/signal-exit": "^3.0.1", "@types/tap": "^15.0.8", "c8": "^7.13.0", "prettier": "^2.8.6", "tap": "^16.3.4", "ts-node": "^10.9.1", "typedoc": "^0.23.28", "typescript": "^5.0.2" }, "scripts": { "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preprepare": "rm -rf dist", "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh", "pretest": "npm run prepare", "presnap": "npm run prepare", "test": "c8 tap", "snap": "c8 tap", "format": "prettier --write . --loglevel warn", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" }, "prettier": { "semi": false, "printWidth": 75, "tabWidth": 2, "useTabs": false, "singleQuote": true, "jsxSingleQuote": false, "bracketSameLine": true, "arrowParens": "avoid", "endOfLine": "lf" }, "tap": { "coverage": false, "jobs": 1, "node-arg": [ "--no-warnings", "--loader", "ts-node/esm" ], "ts": false }, "funding": { "url": "https://github.com/sponsors/isaacs" } } home/gqdcvggs/imators.com/node_modules/mime-db/package.json 0000664 00000003130 15114760461 0020015 0 ustar 00 { "name": "mime-db", "description": "Media Type Database", "version": "1.52.0", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "Robert Kieffer <robert@broofa.com> (http://github.com/broofa)" ], "license": "MIT", "keywords": [ "mime", "db", "type", "types", "database", "charset", "charsets" ], "repository": "jshttp/mime-db", "devDependencies": { "bluebird": "3.7.2", "co": "4.6.0", "cogent": "1.0.1", "csv-parse": "4.16.3", "eslint": "7.32.0", "eslint-config-standard": "15.0.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-markdown": "2.2.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.1.1", "eslint-plugin-standard": "4.1.0", "gnode": "0.1.2", "media-typer": "1.1.0", "mocha": "9.2.1", "nyc": "15.1.0", "raw-body": "2.5.0", "stream-to-array": "2.3.0" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "db.json", "index.js" ], "engines": { "node": ">= 0.6" }, "scripts": { "build": "node scripts/build", "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx", "lint": "eslint .", "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test", "update": "npm run fetch && npm run build", "version": "node scripts/version-history.js && git add HISTORY.md" } } home/gqdcvggs/imators.com/node_modules/mimic-function/package.json 0000664 00000001500 15114760501 0021416 0 ustar 00 { "name": "mimic-function", "version": "5.0.1", "description": "Make a function mimic another one", "license": "MIT", "repository": "sindresorhus/mimic-function", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "function", "mimic", "imitate", "rename", "copy", "inherit", "properties", "name", "func", "fn", "set", "infer", "change" ], "devDependencies": { "ava": "^5.3.1", "tsd": "^0.29.0", "xo": "^0.56.0" } } home/gqdcvggs/imators.com/node_modules/cli-progress/package.json 0000775 00000002121 15114760527 0021121 0 ustar 00 { "name": "cli-progress", "version": "3.12.0", "description": "easy to use progress-bar for command-line/terminal applications", "keywords": [ "cli", "tty", "terminal", "progress", "progressbar", "multibar", "bar", "status", "statusbar", "utility", "widget" ], "homepage": "https://github.com/npkgz/cli-progress", "bugs": "https://github.com/npkgz/cli-progress/issues", "repository": "npkgz/cli-progress", "files": [ "cli-progress.js", "lib/", "presets/" ], "scripts": { "lint": "eslint lib/**.js", "pretest": "npm run lint", "test": "mocha test/**/*.test.js" }, "engines": { "node": ">=4" }, "main": "./cli-progress.js", "author": "Andi Dittrich (https://andidittrich.com)", "license": "MIT", "dependencies": { "string-width": "^4.2.3" }, "devDependencies": { "eslint": "^8.14.0", "eslint-config-aenondynamics": "^0.2.0", "mocha": "^9.2.2" } } home/gqdcvggs/imators.com/node_modules/figlet/package.json 0000664 00000002137 15114760532 0017762 0 ustar 00 { "name": "figlet", "version": "1.8.0", "description": "Creates ASCII Art from text. A full implementation of the FIGfont spec.", "keywords": [ "figlet", "ascii", "art", "banner", "ansi" ], "bin": "./bin/index.js", "repository": { "type": "git", "url": "https://github.com/patorjk/figlet.js.git" }, "bugs": { "url": "https://github.com/patorjk/figlet.js/issues" }, "author": { "name": "Patrick Gillespie", "email": "patorjk@gmail.com", "url": "http://patorjk.com/" }, "license": "MIT", "main": "./lib/node-figlet.js", "browser": "./lib/figlet.js", "devDependencies": { "async": "~3.2.4", "grunt": "^1.6.1", "grunt-contrib-clean": "~2.0.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "~5.0.0", "grunt-contrib-uglify": "^5.2.2", "husky": "^8.0.3", "lint-staged": "^13.2.1", "prettier": "2.8.7" }, "scripts": { "test": "grunt test", "prepare": "husky install" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "engines": { "node": ">= 0.4.0" } } home/gqdcvggs/ise.imators.systems/node_modules/react/package.json 0000664 00000002340 15114761664 0021321 0 ustar 00 { "name": "react", "description": "React is a JavaScript library for building user interfaces.", "keywords": [ "react" ], "version": "19.1.0", "homepage": "https://react.dev/", "bugs": "https://github.com/facebook/react/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "index.js", "cjs/", "compiler-runtime.js", "jsx-runtime.js", "jsx-runtime.react-server.js", "jsx-dev-runtime.js", "jsx-dev-runtime.react-server.js", "react.react-server.js" ], "main": "index.js", "exports": { ".": { "react-server": "./react.react-server.js", "default": "./index.js" }, "./package.json": "./package.json", "./jsx-runtime": { "react-server": "./jsx-runtime.react-server.js", "default": "./jsx-runtime.js" }, "./jsx-dev-runtime": { "react-server": "./jsx-dev-runtime.react-server.js", "default": "./jsx-dev-runtime.js" }, "./compiler-runtime": { "react-server": "./compiler-runtime.js", "default": "./compiler-runtime.js" } }, "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react" }, "engines": { "node": ">=0.10.0" } } home/gqdcvggs/mail.imators.systems/node_modules/ee-first/package.json 0000644 00000001533 15114762310 0022071 0 ustar 00 { "name": "ee-first", "description": "return the first event in a set of ee/event pairs", "version": "1.1.1", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com", "twitter": "https://twitter.com/jongleberry" }, "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>" ], "license": "MIT", "repository": "jonathanong/ee-first", "devDependencies": { "istanbul": "0.3.9", "mocha": "2.2.5" }, "files": [ "index.js", "LICENSE" ], "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" } } home/gqdcvggs/mail.imators.systems/node_modules/bytes/package.json 0000644 00000001677 15114762317 0021521 0 ustar 00 { "name": "bytes", "description": "Utility to parse a string bytes to bytes and vice-versa", "version": "3.1.2", "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", "contributors": [ "Jed Watson <jed.watson@me.com>", "Théo FIDRY <theo.fidry@gmail.com>" ], "license": "MIT", "keywords": [ "byte", "bytes", "utility", "parse", "parser", "convert", "converter" ], "repository": "visionmedia/bytes.js", "devDependencies": { "eslint": "7.32.0", "eslint-plugin-markdown": "2.2.1", "mocha": "9.2.0", "nyc": "15.1.0" }, "files": [ "History.md", "LICENSE", "Readme.md", "index.js" ], "engines": { "node": ">= 0.8" }, "scripts": { "lint": "eslint .", "test": "mocha --check-leaks --reporter spec", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } } home/gqdcvggs/imators.systems/mail/package.json 0000644 00000000530 15114762550 0015701 0 ustar 00 { "name": "mail", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "cors": "^2.8.5", "express": "^4.21.1", "mysql2": "^3.11.3", "nodemailer": "^6.9.15" } } home/gqdcvggs/mail.imators.systems/node_modules/inherits/package.json 0000644 00000001105 15114766427 0022210 0 ustar 00 { "name": "inherits", "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", "version": "2.0.4", "keywords": [ "inheritance", "class", "klass", "oop", "object-oriented", "inherits", "browser", "browserify" ], "main": "./inherits.js", "browser": "./inherits_browser.js", "repository": "git://github.com/isaacs/inherits", "license": "ISC", "scripts": { "test": "tap" }, "devDependencies": { "tap": "^14.2.4" }, "files": [ "inherits.js", "inherits_browser.js" ] } home/gqdcvggs/imators.systems/node_modules/has-symbols/package.json 0000664 00000005636 15114767131 0021713 0 ustar 00 { "name": "has-symbols", "version": "1.1.0", "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", "main": "index.js", "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublishOnly": "safe-publish-latest", "prepublish": "not-in-publish || npm run prepublishOnly", "pretest": "npm run --silent lint", "test": "npm run tests-only", "posttest": "npx npm@'>=10.2' audit --production", "tests-only": "npm run test:stock && npm run test:shams", "test:stock": "nyc node test", "test:staging": "nyc node --harmony --es-staging test", "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", "test:shams:corejs": "nyc node test/shams/core-js.js", "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js", "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && attw -P", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "repository": { "type": "git", "url": "git://github.com/inspect-js/has-symbols.git" }, "keywords": [ "Symbol", "symbols", "typeof", "sham", "polyfill", "native", "core-js", "ES6" ], "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com", "url": "http://ljharb.codes" }, "contributors": [ { "name": "Jordan Harband", "email": "ljharb@gmail.com", "url": "http://ljharb.codes" } ], "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "bugs": { "url": "https://github.com/ljharb/has-symbols/issues" }, "homepage": "https://github.com/ljharb/has-symbols#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.0", "@types/core-js": "^2.5.8", "@types/tape": "^5.6.5", "auto-changelog": "^2.5.0", "core-js": "^2.6.12", "encoding": "^0.1.13", "eslint": "=8.8.0", "get-own-property-symbols": "^0.9.5", "in-publish": "^2.0.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "tape": "^5.9.0", "typescript": "next" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/6.0..latest", "firefox/3.0..6.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0..10.0", "chrome/20.0..latest", "chrome/canary", "opera/10.0..latest", "opera/next", "safari/4.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2" ] }, "engines": { "node": ">= 0.4" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows", "types" ] } } home/gqdcvggs/ise.imators.systems/node_modules/fraction.js/package.json 0000664 00000002203 15114767721 0022441 0 ustar 00 { "name": "fraction.js", "title": "fraction.js", "version": "4.3.7", "homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/", "bugs": "https://github.com/rawify/Fraction.js/issues", "description": "A rational number library", "keywords": [ "math", "fraction", "rational", "rationals", "number", "parser", "rational numbers" ], "author": { "name": "Robert Eisele", "email": "robert@raw.org", "url": "https://raw.org/" }, "type": "module", "main": "fraction.cjs", "exports": { ".": { "import": "./fraction.js", "require": "./fraction.cjs", "types": "./fraction.d.ts" } }, "types": "./fraction.d.ts", "private": false, "readmeFilename": "README.md", "directories": { "example": "examples" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/rawify/Fraction.js.git" }, "funding": { "type": "patreon", "url": "https://github.com/sponsors/rawify" }, "engines": { "node": "*" }, "scripts": { "test": "mocha tests/*.js" }, "devDependencies": { "mocha": "*" } } home/gqdcvggs/mail.imators.systems/node_modules/es-errors/package.json 0000644 00000004176 15114770172 0022307 0 ustar 00 { "name": "es-errors", "version": "1.3.0", "description": "A simple cache for a few of the JS Error constructors.", "main": "index.js", "exports": { ".": "./index.js", "./eval": "./eval.js", "./range": "./range.js", "./ref": "./ref.js", "./syntax": "./syntax.js", "./type": "./type.js", "./uri": "./uri.js", "./package.json": "./package.json" }, "sideEffects": false, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublishOnly": "safe-publish-latest", "prepublish": "not-in-publish || npm run prepublishOnly", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "nyc tape 'test/**/*.js'", "posttest": "aud --production", "prelint": "evalmd README.md", "lint": "eslint --ext=js,mjs .", "postlint": "tsc -p . && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "repository": { "type": "git", "url": "git+https://github.com/ljharb/es-errors.git" }, "keywords": [ "javascript", "ecmascript", "error", "typeerror", "syntaxerror", "rangeerror" ], "author": "Jordan Harband <ljharb@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ljharb/es-errors/issues" }, "homepage": "https://github.com/ljharb/es-errors#readme", "devDependencies": { "@ljharb/eslint-config": "^21.1.0", "@types/tape": "^5.6.4", "aud": "^2.0.4", "auto-changelog": "^2.4.0", "eclint": "^2.8.1", "eslint": "^8.8.0", "evalmd": "^0.0.19", "in-publish": "^2.0.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "tape": "^5.7.4", "typescript": "next" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows" ] }, "engines": { "node": ">= 0.4" } } home/gqdcvggs/mail.imators.systems/node_modules/methods/package.json 0000644 00000001663 15114770211 0022021 0 ustar 00 { "name": "methods", "description": "HTTP methods that node supports", "version": "1.1.2", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)" ], "license": "MIT", "repository": "jshttp/methods", "devDependencies": { "istanbul": "0.4.1", "mocha": "1.21.5" }, "files": [ "index.js", "HISTORY.md", "LICENSE" ], "engines": { "node": ">= 0.6" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "browser": { "http": false }, "keywords": [ "http", "methods" ] } home/gqdcvggs/imators.systems/node_modules/mime-types/package.json 0000664 00000002175 15114770332 0021533 0 ustar 00 { "name": "mime-types", "description": "The ultimate javascript content-type utility.", "version": "2.1.35", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" ], "license": "MIT", "keywords": [ "mime", "types" ], "repository": "jshttp/mime-types", "dependencies": { "mime-db": "1.52.0" }, "devDependencies": { "eslint": "7.32.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-markdown": "2.2.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.2.0", "eslint-plugin-standard": "4.1.0", "mocha": "9.2.2", "nyc": "15.1.0" }, "files": [ "HISTORY.md", "LICENSE", "index.js" ], "engines": { "node": ">= 0.6" }, "scripts": { "lint": "eslint .", "test": "mocha --reporter spec test/test.js", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } } home/gqdcvggs/ise.imators.systems/node_modules/form-data/package.json 0000664 00000004747 15114770333 0022103 0 ustar 00 { "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)", "name": "form-data", "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", "version": "4.0.2", "repository": { "type": "git", "url": "git://github.com/form-data/form-data.git" }, "main": "./lib/form_data", "browser": "./lib/browser", "typings": "./index.d.ts", "scripts": { "pretest": "npm run lint", "pretests-only": "rimraf coverage test/tmp", "tests-only": "istanbul cover test/run.js", "posttests-only": "istanbul report lcov text", "test": "npm run tests-only", "posttest": "npx npm@'>=10.2' audit --production", "lint": "eslint --ext=js,mjs .", "report": "istanbul report lcov text", "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8", "ci-test": "npm run tests-only && npm run browser && npm run report", "predebug": "rimraf coverage test/tmp", "debug": "verbose=1 ./test/run.js", "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage", "check": "istanbul check-coverage coverage/coverage*.json", "files": "pkgfiles --sort=name", "get-version": "node -e \"console.log(require('./package.json').version)\"", "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md", "restore-readme": "mv README.md.bak README.md", "prepublish": "in-publish && npm run update-readme || not-in-publish", "postpublish": "npm run restore-readme" }, "pre-commit": [ "lint", "ci-test", "check" ], "engines": { "node": ">= 6" }, "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "es-set-tostringtag": "^2.1.0", "mime-types": "^2.1.12" }, "devDependencies": { "@types/combined-stream": "^1.0.6", "@types/mime-types": "^2.1.4", "@types/node": "^12.20.55", "browserify": "^13.3.0", "browserify-istanbul": "^2.0.0", "coveralls": "^3.1.1", "cross-spawn": "^6.0.6", "eslint": "^6.8.0", "fake": "^0.2.2", "far": "^0.0.7", "formidable": "^1.2.6", "in-publish": "^2.0.1", "is-node-modern": "^1.0.0", "istanbul": "^0.4.5", "obake": "^0.1.2", "pkgfiles": "^2.3.2", "pre-commit": "^1.2.2", "puppeteer": "^1.20.0", "request": "~2.87.0", "rimraf": "^2.7.1", "tape": "^5.9.0", "typescript": "^3.9.10" }, "license": "MIT" } home/gqdcvggs/mail.imators.systems/node_modules/call-bind/package.json 0000644 00000004400 15114770336 0022203 0 ustar 00 { "name": "call-bind", "version": "1.0.7", "description": "Robustly `.call.bind()` a function", "main": "index.js", "exports": { ".": "./index.js", "./callBound": "./callBound.js", "./package.json": "./package.json" }, "scripts": { "prepack": "npmignore --auto --commentLines=auto", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "lint": "eslint --ext=.js,.mjs .", "postlint": "evalmd README.md", "pretest": "npm run lint", "tests-only": "nyc tape 'test/**/*.js'", "test": "npm run tests-only", "posttest": "aud --production", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "repository": { "type": "git", "url": "git+https://github.com/ljharb/call-bind.git" }, "keywords": [ "javascript", "ecmascript", "es", "js", "callbind", "callbound", "call", "bind", "bound", "call-bind", "call-bound", "function", "es-abstract" ], "author": "Jordan Harband <ljharb@gmail.com>", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "bugs": { "url": "https://github.com/ljharb/call-bind/issues" }, "homepage": "https://github.com/ljharb/call-bind#readme", "devDependencies": { "@ljharb/eslint-config": "^21.1.0", "aud": "^2.0.4", "auto-changelog": "^2.4.0", "es-value-fixtures": "^1.4.2", "eslint": "=8.8.0", "evalmd": "^0.0.19", "for-each": "^0.3.3", "gopd": "^1.0.1", "has-strict-mode": "^1.0.1", "in-publish": "^2.0.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", "object-inspect": "^1.13.1", "safe-publish-latest": "^2.0.0", "tape": "^5.7.4" }, "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", "set-function-length": "^1.2.1" }, "testling": { "files": "test/index.js" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows" ] }, "engines": { "node": ">= 0.4" } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка