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/is-binary-buffer/package.json

79 lines
1.9 KiB

4 years ago
{
"_from": "is-binary-buffer@^1.0.0",
"_id": "is-binary-buffer@1.0.0",
"_inBundle": false,
"_integrity": "sha1-vGAxKQtly/eZudlQK1D9U3VSQAc=",
"_location": "/is-binary-buffer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-binary-buffer@^1.0.0",
"name": "is-binary-buffer",
"escapedName": "is-binary-buffer",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/file-is-binary"
],
"_resolved": "https://registry.npmjs.org/is-binary-buffer/-/is-binary-buffer-1.0.0.tgz",
"_shasum": "bc6031290b65cbf799b9d9502b50fd5375524007",
"_spec": "is-binary-buffer@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/file-is-binary",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-binary-buffer/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-buffer": "^1.1.5"
},
"deprecated": false,
"description": "Returns true if a buffer is binary. Takes a buffer and does not read from the file system.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.1"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-binary-buffer",
"keywords": [
"binary",
"buffer",
"is"
],
"license": "MIT",
"main": "index.js",
"name": "is-binary-buffer",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-binary-buffer.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}