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/parenthesis/package.json

70 lines
1.7 KiB

{
"_from": "parenthesis@^3.1.5",
"_id": "parenthesis@3.1.7",
"_inBundle": false,
"_integrity": "sha512-iMtu+HCbLXVrpf6Ys/4YKhcFxbux3xK4ZVB9r+a2kMSqeeQWQoDNYlXIsOjwlT2ldYXZ3k5PVeBnYn7fbAo/Bg==",
"_location": "/parenthesis",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parenthesis@^3.1.5",
"name": "parenthesis",
"escapedName": "parenthesis",
"rawSpec": "^3.1.5",
"saveSpec": null,
"fetchSpec": "^3.1.5"
},
"_requiredBy": [
"/string-split-by"
],
"_resolved": "https://registry.npmjs.org/parenthesis/-/parenthesis-3.1.7.tgz",
"_shasum": "01c89b603a2a6a262ec47554e74ed154a9be2aa6",
"_spec": "parenthesis@^3.1.5",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/string-split-by",
"author": {
"name": "Dmitry Yv",
"email": "df.creative@gmail.com",
"url": "http://github.com/dy"
},
"bugs": {
"url": "https://github.com/dy/parenthesis/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Parse parentheses from a string",
"devDependencies": {
"tape": "^4.9.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/dy/parenthesis",
"keywords": [
"paren",
"parenthesis",
"parse",
"brackets",
"parser",
"regexp",
"stringify",
"tokenizer",
"replace",
"csv",
"string"
],
"license": "MIT",
"main": "index.js",
"name": "parenthesis",
"repository": {
"type": "git",
"url": "git://github.com/dy/parenthesis.git"
},
"scripts": {
"test": "node test.js",
"test:browser": "budo test.js"
},
"types": "index.d.ts",
"version": "3.1.7"
}