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.
79 lines
1.9 KiB
79 lines
1.9 KiB
{
|
|
"_from": "strip-bom-buffer@^0.1.1",
|
|
"_id": "strip-bom-buffer@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-yj3cSRnBP5/d8wsd/xAKmDUki00=",
|
|
"_location": "/strip-bom-buffer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "strip-bom-buffer@^0.1.1",
|
|
"name": "strip-bom-buffer",
|
|
"escapedName": "strip-bom-buffer",
|
|
"rawSpec": "^0.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-config-schema/file-contents"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/strip-bom-buffer/-/strip-bom-buffer-0.1.1.tgz",
|
|
"_shasum": "ca3ddc4919c13f9fddf30b1dff100a9835248b4d",
|
|
"_spec": "strip-bom-buffer@^0.1.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-config-schema/node_modules/file-contents",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/strip-bom-buffer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.0",
|
|
"is-utf8": "^0.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Strip a byte order mark (BOM) from a buffer.",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/strip-bom-buffer",
|
|
"keywords": [
|
|
"bom",
|
|
"byte-order-mark",
|
|
"file",
|
|
"fs",
|
|
"nl",
|
|
"normalize",
|
|
"buffer"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "strip-bom-buffer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/strip-bom-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"cr",
|
|
"has-bom",
|
|
"read-file",
|
|
"strip-bom-string"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.1.1"
|
|
}
|
|
|