StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
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.
 
 
 
 
StackGenVis/frontend/node_modules/glsl-token-properties/package.json

62 lines
1.9 KiB

{
"_from": "glsl-token-properties@^1.0.0",
"_id": "glsl-token-properties@1.0.1",
"_inBundle": false,
"_integrity": "sha1-SD3D2Dnw1LXGFx0VkfJJvlPCip4=",
"_location": "/glsl-token-properties",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glsl-token-properties@^1.0.0",
"name": "glsl-token-properties",
"escapedName": "glsl-token-properties",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/glsl-token-descope"
],
"_resolved": "https://registry.npmjs.org/glsl-token-properties/-/glsl-token-properties-1.0.1.tgz",
"_shasum": "483dc3d839f0d4b5c6171d1591f249be53c28a9e",
"_spec": "glsl-token-properties@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glsl-token-descope",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"bugs": {
"url": "https://github.com/stackgl/glsl-token-properties/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Takes an array of GLSL tokens and determines whether or not they're a property of another identifier",
"devDependencies": {
"browserify": "^8.0.3",
"glsl-tokenizer": "^2.0.0",
"smokestack": "^3.0.0",
"tap-closer": "^1.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
},
"homepage": "https://github.com/stackgl/glsl-token-properties",
"keywords": [
"ecosystem:stackgl"
],
"license": "MIT",
"main": "index.js",
"name": "glsl-token-properties",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-properties.git"
},
"scripts": {
"test": "npm run test:node && npm run test:browser",
"test:browser": "browserify test | tap-closer | smokestack | tap-spec",
"test:node": "node test | tap-spec"
},
"version": "1.0.1"
}