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

68 lines
1.8 KiB

4 years ago
{
"_from": "fast-isnumeric@^1.1.3",
"_id": "fast-isnumeric@1.1.3",
"_inBundle": false,
"_integrity": "sha512-MdojHkfLx8pjRNZyGjOhX4HxNPaf0l5R/v5rGZ1bGXCnRPyQIUAe4I1H7QtrlUwuuiDHKdpQTjT3lmueVH2otw==",
"_location": "/fast-isnumeric",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-isnumeric@^1.1.3",
"name": "fast-isnumeric",
"escapedName": "fast-isnumeric",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/fast-isnumeric/-/fast-isnumeric-1.1.3.tgz",
"_shasum": "1898ef990c32ec4467a79b8ff5ecb6e46b3ad4be",
"_spec": "fast-isnumeric@^1.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Alex Johnson",
"url": "@alexcjohnson"
},
"bugs": {
"url": "https://github.com/plotly/fast-isnumeric/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-string-blank": "^1.0.1"
},
"deprecated": false,
"description": "The fast way to check if a JS object is numeric",
"devDependencies": {
"browserify": "^16.2.3",
"jasmine-core": "^2.99.1",
"karma": "^4.1.0",
"karma-browserify": "^6.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"watchify": "^3.11.1"
},
"homepage": "https://github.com/plotly/fast-isnumeric#readme",
"keywords": [
"number",
"numeric",
"isnumeric",
"fast"
],
"license": "MIT",
"main": "index.js",
"name": "fast-isnumeric",
"repository": {
"type": "git",
"url": "git+https://github.com/plotly/fast-isnumeric.git"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"version": "1.1.3"
}