Server IP : 66.29.132.122 / Your IP : 18.220.6.168 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules.bundled/proggy/ |
Upload File : |
{ "name": "proggy", "version": "2.0.0", "files": [ "bin/", "lib/" ], "main": "lib/index.js", "description": "Progress bar updates at a distance", "repository": { "type": "git", "url": "https://github.com/npm/proggy.git" }, "author": "GitHub Inc.", "license": "ISC", "scripts": { "test": "tap", "posttest": "npm run lint", "snap": "tap", "postsnap": "eslint lib test --fix", "lint": "eslint \"**/*.js\"", "postlint": "template-oss-check", "lintfix": "npm run lint -- --fix", "template-oss-apply": "template-oss-apply --force" }, "devDependencies": { "@npmcli/eslint-config": "^3.0.1", "@npmcli/template-oss": "4.5.1", "chalk": "^4.1.2", "cli-progress": "^3.10.0", "npmlog": "^6.0.1", "tap": "^16.0.1" }, "tap": { "coverage-map": "map.js", "nyc-arg": [ "--exclude", "tap-snapshots/**" ] }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.5.1" } }