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

41
webGl/my-threejs-test/node_modules/srcset/package.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "srcset",
"version": "4.0.0",
"description": "Parse and stringify the HTML `<img>` srcset attribute",
"license": "MIT",
"repository": "sindresorhus/srcset",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"html",
"attribute",
"image",
"img",
"src",
"parse",
"stringify",
"srcset",
"responsive",
"picture",
"element"
],
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.13.1",
"xo": "^0.39.0"
}
}