animate/webGl/my-threejs-test/node_modules/glsl-token-whitespace-trim/package.json

43 lines
1009 B
JSON
Raw Normal View History

2024-06-24 09:24:00 +00:00
{
"name": "glsl-token-whitespace-trim",
"version": "1.0.0",
"description": "Trim the whitespace within an array of GLSL tokens",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "https://github.com/hughsk"
},
"dependencies": {},
"devDependencies": {
"gl": "^2.1.5",
"gl-shader": "^4.0.6",
"glsl-token-string": "^1.0.1",
"glsl-tokenizer": "^2.0.2",
"standard": "^5.4.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"scripts": {
"test": "standard && node test.js | tspec"
},
"keywords": [
"glsl",
"token",
"tokenizer",
"glslify",
"ecosystem:stackgl",
"whitespace",
"trim"
],
"repository": {
"type": "git",
"url": "git://github.com/hughsk/glsl-token-whitespace-trim.git"
},
"homepage": "https://github.com/hughsk/glsl-token-whitespace-trim",
"bugs": {
"url": "https://github.com/hughsk/glsl-token-whitespace-trim/issues"
}
}