{
    "name": "wget-improved-2",
    "version": "3.3.0",
    "description": "wget in nodejs, forked from wuchengwei/node-wget to add improvements and help maintain the project - forked for node-opcua",
    "keywords": [
        "download",
        "http",
        "https",
        "ftp",
        "proxy",
        "wget"
    ],
    "author": "Bearjaws <michael.a.barajas@gmail.com>",
    "repository": {
        "type": "git",
        "url": "git://github.com/bearjaws/node-wget.git"
    },
    "contributors": [
        {
            "name": "Michael Barajas"
        }
    ],
    "homepage": "https://github.com/bearjaws/node-wget",
    "bin": {
        "nwget": "./bin/nwget"
    },
    "typings": "index.d.ts",
    "dependencies": {
        "minimist": "1.2.6",
        "tunnel": "0.0.6"
    },
    "engines": {
        "node": ">= 0.6.18"
    },
    "license": "MIT",
    "devDependencies": {
        "chai": "4.3.6",
        "express": "4.17.3",
        "mocha": "^9.2.2",
        "request": "2.88.0"
    },
    "scripts": {
        "test": "mocha test/test.js --exit"
    }
}
