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/vue-papa-parse/node_modules/papaparse/package.json

86 lines
2.4 KiB

{
"_from": "papaparse@^4.6.3",
"_id": "papaparse@4.6.3",
"_inBundle": false,
"_integrity": "sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==",
"_location": "/vue-papa-parse/papaparse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "papaparse@^4.6.3",
"name": "papaparse",
"escapedName": "papaparse",
"rawSpec": "^4.6.3",
"saveSpec": null,
"fetchSpec": "^4.6.3"
},
"_requiredBy": [
"/vue-papa-parse"
],
"_resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.6.3.tgz",
"_shasum": "742e5eaaa97fa6c7e1358d2934d8f18f44aee781",
"_spec": "papaparse@^4.6.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vue-papa-parse",
"author": {
"name": "Matthew Holt",
"url": "https://twitter.com/mholt6"
},
"browser": "papaparse.min.js",
"bugs": {
"url": "https://github.com/mholt/PapaParse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.",
"devDependencies": {
"chai": "^4.2.0",
"connect": "^3.3.3",
"eslint": "^4.19.1",
"grunt": "^1.0.2",
"grunt-contrib-uglify": "^3.3.0",
"mocha": "^3.5.0",
"mocha-phantomjs": "^4.1.0",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.16",
"serve-static": "^1.7.1"
},
"homepage": "http://papaparse.com",
"keywords": [
"csv",
"parser",
"parse",
"parsing",
"delimited",
"text",
"data",
"auto-detect",
"comma",
"tab",
"pipe",
"file",
"filereader",
"stream",
"worker",
"workers",
"thread",
"threading",
"multi-threaded",
"jquery-plugin"
],
"license": "MIT",
"main": "papaparse.js",
"name": "papaparse",
"repository": {
"type": "git",
"url": "git+https://github.com/mholt/PapaParse.git"
},
"scripts": {
"lint": "eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'",
"test": "npm run lint && npm run test-node && npm run test-phantomjs",
"test-browser": "node tests/test.js",
"test-node": "mocha tests/node-tests.js tests/test-cases.js",
"test-phantomjs": "node tests/test.js --phantomjs"
},
"version": "4.6.3"
}