A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
projectdivar/server/node_modules/flatten-vertex-data/package.json

73 lines
1.8 KiB

{
"_from": "flatten-vertex-data@^1.0.2",
"_id": "flatten-vertex-data@1.0.2",
"_inBundle": false,
"_integrity": "sha512-BvCBFK2NZqerFTdMDgqfHBwxYWnxeCkwONsw6PvBMcUXqo8U/KDWwmXhqx1x2kLIg7DqIsJfOaJFOmlua3Lxuw==",
"_location": "/flatten-vertex-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "flatten-vertex-data@^1.0.2",
"name": "flatten-vertex-data",
"escapedName": "flatten-vertex-data",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/to-array-buffer"
],
"_resolved": "https://registry.npmjs.org/flatten-vertex-data/-/flatten-vertex-data-1.0.2.tgz",
"_shasum": "889fd60bea506006ca33955ee1105175fb620219",
"_spec": "flatten-vertex-data@^1.0.2",
"_where": "/home/sigonasr2/divar/server/node_modules/to-array-buffer",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/glo-js/flatten-vertex-data/issues"
},
"bundleDependencies": false,
"dependencies": {
"dtype": "^2.0.0"
},
"deprecated": false,
"description": "flattens nested vertex data into a typed array",
"devDependencies": {
"faucet": "0.0.1",
"standard": "^5.3.1",
"tape": "^4.9.0"
},
"homepage": "https://github.com/glo-js/flatten-vertex-data",
"keywords": [
"dtype",
"flat",
"flatten",
"pack",
"array",
"type",
"typed",
"typedarray",
"vert",
"vertex",
"webgl",
"gl",
"glsl",
"shader",
"buffer"
],
"license": "MIT",
"main": "index.js",
"name": "flatten-vertex-data",
"repository": {
"type": "git",
"url": "git://github.com/glo-js/flatten-vertex-data.git"
},
"scripts": {
"test": "standard && node test.js | faucet"
},
"version": "1.0.2"
}