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

78 lines
1.9 KiB

4 years ago
{
"_from": "static-module@^1.0.0",
"_id": "static-module@1.5.0",
"_inBundle": false,
"_integrity": "sha1-J9qYg8QajNCSNvhC8MHrxu32PYY=",
"_location": "/static-module",
"_phantomChildren": {
"amdefine": "1.0.1",
"core-util-is": "1.0.2",
"inherits": "2.0.4"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "static-module@^1.0.0",
"name": "static-module",
"escapedName": "static-module",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/cwise"
],
"_resolved": "https://registry.npmjs.org/static-module/-/static-module-1.5.0.tgz",
"_shasum": "27da9883c41a8cd09236f842f0c1ebc6edf63d86",
"_spec": "static-module@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/cwise",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/static-module/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "~1.6.0",
"duplexer2": "~0.0.2",
"escodegen": "~1.3.2",
"falafel": "^2.1.0",
"has": "^1.0.0",
"object-inspect": "~0.4.0",
"quote-stream": "~0.0.0",
"readable-stream": "~1.0.27-1",
"shallow-copy": "~0.0.1",
"static-eval": "~0.2.0",
"through2": "~0.4.1"
},
"deprecated": false,
"description": "convert module usage to inline expressions",
"devDependencies": {
"resolve": "^1.1.5",
"tape": "^3.4.0"
},
"homepage": "https://github.com/substack/static-module",
"keywords": [
"ast",
"static",
"analysis",
"esprima",
"syntax",
"tree"
],
"license": "MIT",
"main": "index.js",
"name": "static-module",
"repository": {
"type": "git",
"url": "git://github.com/substack/static-module.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.5.0"
}