/npm-statistics

NPM Download Statistics for David's Open Source Projects

Primary LanguageJavaScript

npm-statistics

Repo deprecated. NPM stats API broken

NPM Download Statistics for DavidWells Open Source Projects. Updated Daily.

Downloads

Name Downloads
Total 79,686,753
@analytics/type-utils 8,638,828
@analytics/storage-utils 7,767,352
analytics 7,615,426
@analytics/core 7,450,089
analytics-utils 7,394,086
@analytics/cookie-utils 7,352,547
@analytics/global-storage-utils 7,170,480
@analytics/localstorage-utils 7,129,228
@analytics/session-storage-utils 6,876,611
@analytics/google-analytics 2,277,837
@analytics/segment 1,793,579
@analytics/google-tag-manager 1,745,246
use-analytics 1,344,083
@analytics/mixpanel 588,402
@analytics/amplitude 445,890
json-alexander 381,993
@analytics/listener-utils 376,540
@analytics/session-utils 346,175
markdown-magic 324,538
@analytics/hubspot 288,465
@analytics/snowplow 256,582
@analytics/form-utils 243,233
analytics-plugin-tab-events 218,429
@analytics/activity-utils 190,851
@analytics/scroll-utils 158,851
serverless-manifest-plugin 127,158
@analytics/url-utils 105,605
@analytics/google-analytics-v3 92,036
analytics-plugin-do-not-track 89,225
@analytics/queue-utils 82,802
@analytics/router-utils 72,168
safe-await 67,462
@analytics/aws-pinpoint 63,434
@analytics/intercom 58,669
oparser 50,817
micro-mdx-parser 47,382
@davidwells/md-utils 46,945
@davidwells/postcss-math 46,116
@analytics/fullstory 43,991
@analytics/perfumejs 42,281
@analytics/original-source-plugin 35,613
@analytics/customerio 26,348
@analytics/gosquared 22,711
analytics-plugin-original-source 21,360
@analytics/crazy-egg 19,782
netlify-plugin-debug-cache 19,528
react-autocomplete-cli 18,965
cache-me-outside 7,781
configorama 6,892
analytics-plugin-event-validation 6,320
icon-pipeline 5,791
@analytics/simple-analytics 5,553
analytics-plugin-window-events 5,485
@analytics/remote-storage-utils 5,349
@vendia/share-cli 5,152
analytics-plugin-ga 5,135
safe-chalk 4,500
@vendia/share-sdk 4,137
analytics-plugin-google-tag-manager 3,987
@analytics/visitor-source 3,889
get-object-diff 3,781
doxxx 3,390
@vendia/client 3,232
@vendia/codegen-tools 3,012
@vendia/aws-signed-fetch 2,911
gatsby-plugin-analytics 2,901
@vendia/codegen-vendia-client-plugin 2,759
@analytics/custify 1,603
markdown-magic-github-contributors 1,316
netlify-cms-app-fork 1,296
@vendia/live-lambda 980
@davidwells/config-postcss 748
parse-npm-script 671
netlify-cms-widget-markdown-with-underline 647
tiny-cognito 513
@davidwells/yaml-utils 457
analytics-plugin-segment 437
whats-in-the-cache 385
@analytics/redact-utils 307
@davidwells/components-form 298
analytics-plugin-customerio 287
@davidwells/react-utils 277
analytics-util-params 261
git-er-done 252
analytics-util-cookie 252
testing-pnpm-package-c 250
react-primatives 244
@davidwells/eslint-config 233
analytics-plugin-simple-analytics 224
@davidwells/components-flex 214
extract-responsive-styles 213
@vendia/block-subscription-handler 208
vendia 204
@analytics/countly 197
@davidwells/cms-setup 188
analytics-util-storage 187
@davidwells/cms-auth 187
style-guard 186
@davidwells/cogneato 182
testing-pnpm-package-d 173
persist-previous-build-assets 171
gitignore-utils 164
@davidwells/components-input 164
@analytics/ownstats 161
@analytics/churn-zero 150
glob-monster 147
install-github-dep 145
aws-profile-utils 145
env-stage-loader 141
analytics-plugin-hubspot 135
testing-pnpm-package-a 132
@davidwells/mrm-task-ava 130
analytics-plugin-lifecycle-example 129
analytics-cli 124
analytics-util-forms 123
@davidwells/lerna-smart-run 120
ui-base 120
analytics-plugin-crazy-egg 116
@davidwells/smart-log 115
dom-guard 114
split-guide-yml 113
testing-pnpm-package-b 111
js-library-starter-kit 109
super-simple-serverless-plugin 105
get-last-edited-github-file 98
@davidwells/prettier-config 96
content-api 91
@vendia/analytics-attribution 88
babel-plugin-style-guard 87
react-dom-primitives 86
markdown-magic-wordcount 85
aws-profile-cli 85
analytics-plugin-fullstory 80
leanstats 76
webpack-persist-build-hash 76
@vendia/client-plugin-file-upload 76
script-loader-util 72
quick-persist 70
@vendia/graphql-to-json-schema 69
store-it 67
@davidwells/mrm-task-types 66
@davidwells/fs-utils 63
devflow 62
create-serverless-app 55
feng-shui 52
vendia-cli 52
calm.js 50
responsible.js 50
redact-logs 44
Total 79,686,753

Wanna use npm-statistics?

  1. Fork this repository.
  2. Add your npm username/author or list of packages in package.json as npm-stats key. for author
{
  "npm-stats": "DavidWells"
}

or for packages

{
  "npm-stats": [
    "markdown-magic",
    "analytics"
  ]
}
  1. Run npm i and then npm start to generate the Downloads.
  2. The repo comes with a daily CRON job that updates the Downloads.
  3. For updating the badge replace DavidWells in badge endpoint to your github username/orgname. https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F`username`%2Fnpm-statistics%2Fmaster%2Fstats.json
  4. Enable GitHub Actions for your forked repo, as it is enabled by default for forks.

Ref