UNPKG

bin-wrapper-china

Version:

Binary mirror download link replacement for mainland China

60 lines (59 loc) 1.13 kB
{ "name": "bin-wrapper-china", "version": "0.1.0", "description": "Binary mirror download link replacement for mainland China", "license": "MIT", "repository": "best-shot/bin-wrapper-china", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "contributors": [ { "name": "Eric Chen", "email": "airkro@qq.com", "url": "https://github.com/airkro" } ], "bin": { "china-bin-env": "./inject-env.js" }, "engines": { "node": ">=8.3" }, "scripts": { "test": "xo --fix --prettier && ava" }, "files": [ "url-replacer.js", "inject-env.js", "index.js" ], "keywords": [ "bin", "check", "local", "wrapper", "mirror", "china" ], "dependencies": { "bin-check": "^4.1.0", "binary-mirror-config": "^1", "bin-version-check": "^4.0.0", "download": "^7.1.0", "import-lazy": "^4.0.0", "os-filter-obj": "^2.0.0", "pify": "^4.0.1" }, "devDependencies": { "ava": "3.5.0", "executable": "^4.1.1", "nock": "^11.9.1", "path-exists": "^4.0.0", "rimraf": "^3.0.2", "tempy": "^0.3.0", "xo": "0.28.0" } }