mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-18 11:24:40 +00:00
larry babby and threejs for glsl
This commit is contained in:
43
webGl/my-threejs-test/node_modules/term-size/package.json
generated
vendored
Normal file
43
webGl/my-threejs-test/node_modules/term-size/package.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "term-size",
|
||||
"version": "2.2.1",
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/term-size",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"vendor"
|
||||
],
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"size",
|
||||
"console",
|
||||
"window",
|
||||
"width",
|
||||
"height",
|
||||
"columns",
|
||||
"rows",
|
||||
"lines",
|
||||
"tty",
|
||||
"redirected"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user