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

86 lines
2.3 KiB

4 years ago
{
"_from": "papaparse@^5.1.1",
"_id": "papaparse@5.1.1",
"_inBundle": false,
"_integrity": "sha512-KPkW4GNQxunmYTeJIjHFrvilcNuHBWrfgbyvmagEmfGOA4hnP1WIkPbv4yABhj1Nam3as4w+7MBiI27BntwqVg==",
"_location": "/papaparse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "papaparse@^5.1.1",
"name": "papaparse",
"escapedName": "papaparse",
"rawSpec": "^5.1.1",
"saveSpec": null,
"fetchSpec": "^5.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.1.1.tgz",
"_shasum": "1da66a039f80e2db43a1226b0bf44106451e9a2d",
"_spec": "papaparse@^5.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"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": "^5.2.0",
"mocha-headless-chrome": "^2.0.1",
"open": "7.0.0",
"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-mocha-headless-chrome",
"test-browser": "node tests/test.js",
"test-mocha-headless-chrome": "node tests/test.js --mocha-headless-chrome",
"test-node": "mocha tests/node-tests.js tests/test-cases.js"
},
"version": "5.1.1"
}