# cdnjs **Repository Path**: mirrors_getsentry/cdnjs ## Basic Information - **Project Name**: cdnjs - **Description**: Our goal is to operate this CDN in a peer reviewed fashion. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Build Status # cdnJS Script Repository The repository mirroring all scripts on cdnjs.cloudflare.com We will host any version of any library. Feel free to add a pull request for an older version of a library if your site still uses it. __Libraries must have notable popularity, 100 watchers on GitHub would be a good signification.__ ## Pull requests steps 1. Fork this repository 2. Add your library (following the conventions of this repository) * 1 library per pull request * include a package.json in the npm format (see `test/schemata/npm-package.json` for details - it's very simple) 3. Send us a pull request. * Make sure you include in the pull description: 1. Where you downloaded the script 2. If it isn't clear, how you found the version of the script * e.g. https://github.com/cdnjs/cdnjs/pull/229 ## Running the validator 1. Install all the needed dependencies locally (you will need `npm` and `node`): `npm install` 2. Run the test suite: `npm test` Clicky