larry babby and threejs for glsl

This commit is contained in:
Sam
2024-06-24 21:24:00 +12:00
parent 87d5dc634d
commit 907ebae4c0
6474 changed files with 1279596 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
# @swc/counter
## 0.1.3
### Patch Changes
- a87f28d: Refactoring for @swc/counter

View File

@@ -0,0 +1,7 @@
# @swc/couter
Download counter for swc packages.
This package does not contain any code. It is used solely to track number of downloads of npm packages like `@swc/core` and `@next/swc`. If you are building a huge project using SWC, please consider depending on this package. It will not add any code to your bundle, but it will help us determine the number of users of SWC.
Counting is done by npm, just like other packages.

View File

@@ -0,0 +1 @@
console.log("download-counter/index.js");

View File

@@ -0,0 +1,27 @@
{
"name": "@swc/counter",
"packageManager": "pnpm@8.6.7",
"main": "index.js",
"version": "0.1.3",
"description": "Downloade counter for the swc project",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/pkgs.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"swc",
"download",
"counter"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
},
"homepage": "https://swc.rs"
}