This gist is updated daily via cron job and lists stats for npm packages:
- Top 1,000 most depended-upon packages
- Top 1,000 packages with largest number of dependencies
- Top 1,000 packages with highest PageRank score
| ### WARNING: READ CAREFULLY BEFORE ATTEMPTING ### | |
| # | |
| # Officially, this is not recommended. YMMV | |
| # https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/ | |
| # | |
| # This mostly works if you are on 64bit. You are on your own if you are on 32bit or mixed 64/32bit | |
| # | |
| # Credit to anfractuosity and fgimenezm for figuring out additional details for kernels | |
| # |
| curl -sL https://deb.nodesource.com/setup_0.10 | bash - | |
| apt-get install -y nodejs=0.10.40-* |
| var fs = require('fs'), | |
| path = require('path'), | |
| _ = require('underscore'), | |
| when = require('when'), | |
| express = require('express'), | |
| GhostPlugin = require('../../../core/server/plugins/GhostPlugin'), | |
| knex = require('../../../core/server/models/base').Knex, | |
| KudosPlugin; | |
| KudosPlugin = function (ghost) { |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 Jed Schmidt <http://jed.is> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |