Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasgriffintn/next-compiled-license-checker

An automated service to check the licenses used in Next's compiled pkgs
https://github.com/nicholasgriffintn/next-compiled-license-checker

Last synced: about 1 month ago
JSON representation

An automated service to check the licenses used in Next's compiled pkgs

Awesome Lists containing this project

README

        

# Next Compiled License Checker

This repo is a simple (hacky) script to collect all of the packages that are contained with the Next.JS compiled folder.

Vercel doesn't report these stats themselves, so this repo aims to collect these stats itself and then update this README.md file with those stats.

Take a look below:

## Stats

Count of packages in the Next compiled folder: 138.

Type of licenses: Unknown, MIT, BSD-3-Clause, Apache-2.0, ISC, CC0-1.0, BSD-2-Clause

Location of folders list: `./next-compiled-folders.json`
Location of licenses list: `./next-compiled-licenses.json`