nicholasgriffintn / next-compiled-license-checker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: 137.

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

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

About

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


Languages

Language:JavaScript 87.3%Language:Mustache 12.7%