UNPKG

@cypress/get-windows-proxy

Version:

Node.js module that finds a user's system proxy settings depending on their platform.

89 lines (88 loc) 2.41 kB
{ "name": "@cypress/get-windows-proxy", "description": "Node.js module that finds a user's system proxy settings depending on their platform.", "version": "1.6.3", "author": "Zach Bloomquist <zach@cypress.io>", "bugs": "https://github.com/cypress-io/get-windows-proxy/issues", "config": { "pre-git": { "commit-msg": "simple", "pre-commit": [ "npm prune", "npm run deps", "npm test", "git add src/*.js", "npm run ban" ], "pre-push": [ "npm run unused-deps", "npm run license", "npm run ban -- --all", "npm run size" ], "post-commit": [], "post-merge": [] } }, "files": [ "src/*.js", "!src/*-spec.js" ], "homepage": "https://github.com/cypress-io/get-windows-proxy#readme", "keywords": [ "http_proxy", "windows registry", "proxy" ], "license": "MIT", "main": "src/", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/cypress-io/get-windows-proxy.git" }, "scripts": { "ban": "ban", "deps": "deps-ok && dependency-check --no-dev .", "issues": "git-issues", "license": "license-checker --production --onlyunknown --csv", "lint": "eslint --fix src/*.js", "prelint": "npm run pretty", "pretest": "npm run lint", "pretty": "prettier-eslint --write 'src/*.js'", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run unit", "unit": "mocha src/*-spec.js", "unused-deps": "dependency-check --unused --no-dev ." }, "release": { "analyzeCommits": "simple-commit-message", "repositoryUrl": "https://github.com/cypress-io/get-windows-proxy.git" }, "devDependencies": { "ban-sensitive-files": "1.9.14", "chai": "4.2.0", "dependency-check": "3.4.1", "deps-ok": "1.4.1", "eslint": "5.14.1", "eslint-plugin-cypress-dev": "2.0.0", "eslint-plugin-mocha": "5.3.0", "git-issues": "1.3.1", "license-checker": "25.0.1", "mocha": "6.0.2", "pre-git": "3.17.1", "prettier-eslint-cli": "4.7.1", "semantic-release": "24.2.6", "simple-commit-message": "4.0.3", "sinon": "7.2.5" }, "dependencies": { "debug": "4.4.1" }, "optionalDependencies": { "registry-js": "1.16.1" } }