npm Users By Downloads (git.io/npm-top)
npm users sorted by the monthly downloads of their modules, for the range May 6, 2018 until Jun 6, 2018.
Metrics are calculated using top-npm-users.
| # | User | Downloads |
|---|
| language: node_js | |
| node_js: | |
| - "node" | |
| before_install: | |
| - printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc |
| user root; | |
| worker_processes 1; | |
| pid /var/run/nginx.pid; | |
| events { | |
| # After increasing this value You probably should increase limit | |
| # of file descriptors (for example in start_precmd in startup script) | |
| worker_connections 1024; | |
| } |
| standard: Unexpected linter output: | |
| Error: Cannot find module 'eslint-config-standard-jsx' from '/home/travis/build/yargs/yargs-parser' | |
| Referenced from: /home/travis/build/yargs/yargs-parser/node_modules/standard/.eslintrc | |
| at Function.module.exports [as sync] (/home/travis/build/yargs/yargs-parser/node_modules/standard/node_modules/eslint/node_modules/resolve/lib/sync.js:33:11) | |
| at resolve (/home/travis/build/yargs/yargs-parser/node_modules/standard/node_modules/eslint/lib/config/config-file.js:393:38) | |
| at load (/home/travis/build/yargs/yargs-parser/node_modules/standard/node_modules/eslint/lib/config/config-file.js:412:24) | |
| at /home/travis/build/yargs/yargs-parser/node_modules/standard/node_modules/eslint/lib/config/config-file.js:331:36 | |
| at Array.reduceRight (native) | |
| at applyExtends (/home/travis/build/yargs/yargs-parser/node_modules/standard/node_modules/eslint/lib/config/config-file.js:314:28) | |
| at Object.load (/home/travis/build/yargs/yargs-parser/node_modules/standard/node_modules/ |
| /usr/lib/node_modules/@npm/npmo-auth-token/node_modules/inquirer/node_modules/rx-lite/rx.lite.js:75 | |
| throw e; | |
| ^ | |
| SyntaxError: Invalid regular expression: /(?:(?:\033[[0-9;]*m)*.?){1,0}/: numbers out of order in {} quantifier. | |
| at new RegExp (<anonymous>) | |
| at breakLines (/usr/lib/node_modules/@npm/npmo-auth-token/node_modules/inquirer/lib/utils/screen-manager.js:114:15) | |
| at forceLineReturn (/usr/lib/node_modules/@npm/npmo-auth-token/node_modules/inquirer/lib/utils/screen-manager.js:127:20) | |
| at ScreenManager.render (/usr/lib/node_modules/@npm/npmo-auth-token/node_modules/inquirer/lib/utils/screen-manager.js:57:13) | |
| at Prompt.render (/usr/lib/node_modules/@npm/npmo-auth-token/node_modules/inquirer/lib/prompts/list.js:103:15) | |
| at Prompt._run (/usr/lib/node_modules/@npm/npmo-auth-token/node_modules/inquirer/lib/prompts/list.js:73:8) |
npm users sorted by the monthly downloads of their modules, for the range May 6, 2018 until Jun 6, 2018.
Metrics are calculated using top-npm-users.
| # | User | Downloads |
|---|
ubuntu@enterprise:~/tmp/spawn-wrap$ git branch
* master
windows
ubuntu@enterprise:~/tmp/spawn-wrap$ npm t
> spawn-wrap@1.0.1 test /home/ubuntu/tmp/spawn-wrap
> tap test/*.js
test/basic.js ....................................... 12/16require('babel-core/register')
before beginning the test run. Here's an example of how this works with mocha:{
"scripts": {
"test": "mocha --compilers js:babel-core/register"
}
}| // no need for redis-url any longer, this: | |
| this.redis = require('redis-url').connect(opts.redis); | |
| // simply becomes, this: | |
| this.redis = require('redis').createClient(opts.redis); |
| ββ ionic@1.4.6-beta.0 | |
| ββ cli-table@0.3.1 | |
| β ββ colors@1.0.3 | |
| ββ colors@0.6.2 | |
| ββ crc@3.2.1 | |
| ββ connect-livereload@0.5.2 | |
| ββ archiver@0.5.1 | |
| β ββ readable-stream@1.1.13 | |
| β β ββ core-util-is@1.0.1 | |
| β β ββ isarray@0.0.1 |