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

63 lines
1.7 KiB

{
"_from": "json-parse-helpfulerror@^1.0.3",
"_id": "json-parse-helpfulerror@1.0.3",
"_inBundle": false,
"_integrity": "sha1-E/FM4C7tTpgSl7ZOueO5MuLdE9w=",
"_location": "/json-parse-helpfulerror",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "json-parse-helpfulerror@^1.0.3",
"name": "json-parse-helpfulerror",
"escapedName": "json-parse-helpfulerror",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz",
"_shasum": "13f14ce02eed4e981297b64eb9e3b932e2dd13dc",
"_spec": "json-parse-helpfulerror@^1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
"author": {
"name": "Sam Mikes",
"email": "smikes@cubane.com"
},
"bugs": {
"url": "https://github.com/smikes/json-parse-helpfulerror/issues"
},
"bundleDependencies": false,
"dependencies": {
"jju": "^1.1.0"
},
"deprecated": false,
"description": "A drop-in replacement for JSON.parse that uses `jju` to give helpful errors",
"devDependencies": {
"code": "^1.2.1",
"jslint": "^0.7.1",
"lab": "^5.1.1"
},
"homepage": "https://github.com/smikes/json-parse-helpfulerror",
"keywords": [
"json",
"parse",
"line",
"doublequote",
"error"
],
"license": "MIT",
"main": "index.js",
"name": "json-parse-helpfulerror",
"repository": {
"type": "git",
"url": "git+https://github.com/smikes/json-parse-helpfulerror.git"
},
"scripts": {
"lint": "jslint --edition=latest --terse *.js",
"test": "lab -c"
},
"version": "1.0.3"
}