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

113 lines
2.7 KiB

{
"_from": "tape@^4.0.0",
"_id": "tape@4.13.0",
"_inBundle": false,
"_integrity": "sha512-J/hvA+GJnuWJ0Sj8Z0dmu3JgMNU+MmusvkCT7+SN4/2TklW18FNCp/UuHIEhPZwHfy4sXfKYgC7kypKg4umbOw==",
"_location": "/tape",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"has": "1.0.3",
"inflight": "1.0.6",
"inherits": "2.0.4",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"path-parse": "1.0.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "tape@^4.0.0",
"name": "tape",
"escapedName": "tape",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/boundary-cells"
],
"_resolved": "https://registry.npmjs.org/tape/-/tape-4.13.0.tgz",
"_shasum": "e2f581ff5f12a7cbd787e9f83c76c2851782fce2",
"_spec": "tape@^4.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/boundary-cells",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"tape": "bin/tape"
},
"bugs": {
"url": "https://github.com/substack/tape/issues"
},
"bundleDependencies": false,
"dependencies": {
"deep-equal": "~1.1.1",
"defined": "~1.0.0",
"dotignore": "~0.1.2",
"for-each": "~0.3.3",
"function-bind": "~1.1.1",
"glob": "~7.1.6",
"has": "~1.0.3",
"inherits": "~2.0.4",
"is-regex": "~1.0.5",
"minimist": "~1.2.0",
"object-inspect": "~1.7.0",
"resolve": "~1.14.2",
"resumer": "~0.0.0",
"string.prototype.trim": "~1.2.1",
"through": "~2.3.8"
},
"deprecated": false,
"description": "tap-producing test harness for node and browsers",
"devDependencies": {
"concat-stream": "^1.6.2",
"eclint": "^2.8.1",
"eslint": "^6.8.0",
"falafel": "^2.1.0",
"js-yaml": "^3.13.1",
"tap": "^8.0.1",
"tap-parser": "^3.0.5"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/substack/tape",
"keywords": [
"tap",
"test",
"harness",
"assert",
"browser"
],
"license": "MIT",
"main": "index.js",
"name": "tape",
"repository": {
"type": "git",
"url": "git://github.com/substack/tape.git"
},
"scripts": {
"lint": "eslint .",
"prelint": "eclint check",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "tap test/*.js"
},
"testling": {
"files": "test/browser/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "4.13.0"
}