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

49 lines
1.3 KiB
JSON
Raw Normal View History

2024-06-24 09:24:00 +00:00
{
"name": "glsl-token-assignments",
"version": "2.0.2",
"description": "Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "npm run test:node && npm run test:browser",
"test:node": "node test | tap-spec",
"test:eyeball": "PRETTY=1 node test > /dev/null",
"test:browser": "browserify -t 6to5ify test | tap-closer | smokestack | tap-spec",
"test:browser:view": "browserify -t 6to5ify test | smokestack | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {},
"devDependencies": {
"6to5": "^2.4.8",
"6to5ify": "^3.1.0",
"browserify": "^8.0.3",
"chalk": "^0.5.1",
"glsl-tokenizer": "^2.0.0",
"smokestack": "^3.0.0",
"tap-closer": "^1.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-assignments.git"
},
"keywords": [
"ecosystem:stackgl",
"pseudoparser",
"syntax",
"glsl",
"tokens",
"assignments",
"declarations"
],
"homepage": "https://github.com/stackgl/glsl-token-assignments",
"bugs": {
"url": "https://github.com/stackgl/glsl-token-assignments/issues"
}
}