binary-mirror-config
Advanced tools
Comparing version 1.2.0 to 1.3.0
1.3.0 / 2016-11-02 | ||
================== | ||
* feat: add ENV | ||
1.2.0 / 2016-10-27 | ||
@@ -3,0 +8,0 @@ ================== |
12
index.js
@@ -1,15 +0,3 @@ | ||
/** | ||
* Copyright(c) cnpm and other contributors. | ||
* MIT Licensed | ||
* | ||
* Authors: | ||
* fengmk2 <m@fengmk2.com> (http://fengmk2.com) | ||
*/ | ||
'use strict'; | ||
/** | ||
* Module dependencies. | ||
*/ | ||
module.exports = require('./package.json').mirrors; |
{ | ||
"name": "binary-mirror-config", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Binary mirror config for prebuild and node-pre-gyp", | ||
@@ -13,12 +13,9 @@ "main": "index.js", | ||
"lint": "eslint index.js", | ||
"ci": "npm run lint && npm run test-cov", | ||
"autod": "autod -w --prefix '~'" | ||
"ci": "npm run lint && npm run test-cov" | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"autod": "*", | ||
"eslint": "2", | ||
"eslint-config-egg": "2", | ||
"egg-ci": "1", | ||
"eslint": "3", | ||
"eslint-config-egg": "3", | ||
"istanbul": "*", | ||
@@ -44,4 +41,18 @@ "mocha": "*" | ||
"license": "MIT", | ||
"ci": { | ||
"version": "4, 6, 7" | ||
}, | ||
"mirrors": { | ||
"china": { | ||
"ENVS": { | ||
"NODEJS_ORG_MIRROR": "https://npm.taobao.org/mirrors/node", | ||
"NVM_NODEJS_ORG_MIRROR": "https://npm.taobao.org/mirrors/node", | ||
"NVM_IOJS_ORG_MIRROR": "https://npm.taobao.org/mirrors/iojs", | ||
"PHANTOMJS_CDNURL": "https://npm.taobao.org/mirrors/phantomjs", | ||
"CHROMEDRIVER_CDNURL": "https://tnpm-hz.oss-cn-hangzhou.aliyuncs.com/dist/chromedriver", | ||
"OPERADRIVER_CDNURL": "https://npm.taobao.org/mirrors/operadriver", | ||
"ELECTRON_MIRROR": "https://npm.taobao.org/mirrors/electron/", | ||
"SASS_BINARY_SITE": "https://npm.taobao.org/mirrors/node-sass", | ||
"FLOW_BINARY_MIRROR": "https://github.com/facebook/flow/releases/download/v" | ||
}, | ||
"leveldown": { | ||
@@ -48,0 +59,0 @@ "host": "https://npm.taobao.org/mirrors/leveldown/v{version}" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8927
2
1