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

92 lines
2.6 KiB

{
"_from": "bubleify@^1.1.0",
"_id": "bubleify@1.2.1",
"_inBundle": false,
"_integrity": "sha512-vp3NHmaQVoKaKWvi15FTMinPNjfp+47+/kFJ9ifezdMF/CBLArCxDVUh+FQE3qRxCRj1qyjJqilTBHHqlM8MaQ==",
"_location": "/bubleify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bubleify@^1.1.0",
"name": "bubleify",
"escapedName": "bubleify",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/point-cluster",
"/regl-error2d",
"/regl-line2d",
"/regl-splom"
],
"_resolved": "https://registry.npmjs.org/bubleify/-/bubleify-1.2.1.tgz",
"_shasum": "c11fa33fa59d5b9b747d4e486f43889084257f37",
"_spec": "bubleify@^1.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/point-cluster",
"author": {
"name": "Jannick Garthen",
"email": "jannick.garthen@gmail.com"
},
"bugs": {
"url": "https://github.com/garthenweb/bubleify/issues"
},
"bundleDependencies": false,
"dependencies": {
"buble": "^0.19.3"
},
"deprecated": false,
"description": "Browserify transform that compiles es2015 to es5 using Bublé",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browserify": "^16.2.3",
"convert-source-map": "^1.6.0",
"coveralls": "^3.0.2",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.16.0",
"nyc": "^11.9.0",
"tap": "^11.1.5"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/garthenweb/bubleify#readme",
"keywords": [
"buble",
"browserify",
"browserify-transform",
"es2015",
"es5"
],
"license": "MIT",
"main": "index.js",
"name": "bubleify",
"nyc": {
"exclude": [
"tests/**"
]
},
"repository": {
"type": "git",
"url": "git://github.com/garthenweb/bubleify.git"
},
"scripts": {
"compile": "babel -s -d lib/ src/",
"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
"lint": "eslint src/**.js tests/**.js",
"postversion": "git push && git push --tags",
"pretest": "npm run compile",
"preversion": "npm run compile && npm run tap:all",
"publish": "npm run compile && npm run tap:all",
"tap:all": "npm run tap:one tests/*.test.js",
"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
"test": "npm run tap:all",
"test:babel": "babel tests/*.test.js -d . && npm test",
"travis-coverage": "nyc report --reporter=text-lcov | coveralls"
},
"version": "1.2.1"
}