UNPKG

npm-proxy-cache

Version:

HTTP/HTTPS caching proxy for work with `npm` utility / registry

55 lines (54 loc) 1.14 kB
{ "name": "npm-proxy-cache", "version": "2.2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "commander": "^2.17.1", "log4js": "^3.0.6", "mkdirp": "^0.5.1", "mv": "^2.1.1", "request": "^2.88.0" }, "description": "HTTP/HTTPS caching proxy for work with `npm` utility / registry", "main": "index.js", "devDependencies": { "eslint": "^5.4.0", "github-publish-release": "^5.0.0", "mocha": "^5.2.0", "rimraf": "^2.6.2" }, "scripts": { "lint": "scripts/lint", "release": "scripts/release", "test": "scripts/test" }, "repository": { "type": "git", "url": "git@github.com:runk/npm-proxy-cache.git" }, "bin": { "npm-proxy-cache": "./bin/npm-proxy-cache" }, "keywords": [ "npm", "proxy", "registry", "cache", "proxy server", "forward proxy" ], "author": "Dmitry Shirokov <deadrunk@gmail.com>", "contributors": [ "@someuser77", "@FrankZZ" ], "license": "MIT", "bugs": { "url": "https://github.com/runk/npm-proxy-cache/issues" }, "engines": { "node": ">=6" } }