Hacked By AnonymousFox
{
"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"
}
}
Hacked By AnonymousFox1.0, Coded By AnonymousFox