Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/next-compiled-license-checker
- Owner: nicholasgriffintn
- Created: 2023-01-24T02:52:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T00:13:57.000Z (about 2 months ago)
- Last Synced: 2024-09-17T04:31:29.914Z (about 2 months ago)
- Language: JavaScript
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`