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.
98 lines
2.8 KiB
98 lines
2.8 KiB
{
|
|
"_from": "regexpu-core@^4.5.4",
|
|
"_id": "regexpu-core@4.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==",
|
|
"_location": "/regexpu-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "regexpu-core@^4.5.4",
|
|
"name": "regexpu-core",
|
|
"escapedName": "regexpu-core",
|
|
"rawSpec": "^4.5.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.5.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/plugin-proposal-unicode-property-regex",
|
|
"/@babel/plugin-transform-dotall-regex",
|
|
"/@babel/plugin-transform-named-capturing-groups-regex",
|
|
"/@babel/plugin-transform-unicode-regex",
|
|
"/buble"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz",
|
|
"_shasum": "2037c18b327cfce8a6fea2a4ec441f2432afb8b6",
|
|
"_spec": "regexpu-core@^4.5.4",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/buble",
|
|
"author": {
|
|
"name": "Mathias Bynens",
|
|
"url": "https://mathiasbynens.be/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mathiasbynens/regexpu-core/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"regenerate": "^1.4.0",
|
|
"regenerate-unicode-properties": "^8.1.0",
|
|
"regjsgen": "^0.5.0",
|
|
"regjsparser": "^0.6.0",
|
|
"unicode-match-property-ecmascript": "^1.0.4",
|
|
"unicode-match-property-value-ecmascript": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
|
|
"devDependencies": {
|
|
"codecov": "^3.5.0",
|
|
"istanbul": "^0.4.5",
|
|
"jsesc": "^2.5.2",
|
|
"lodash": "^4.17.15",
|
|
"mocha": "^6.2.0",
|
|
"regexpu-fixtures": "^2.1.3",
|
|
"unicode-12.1.0": "^0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"LICENSE-MIT.txt",
|
|
"rewrite-pattern.js",
|
|
"data/character-class-escape-sets.js",
|
|
"data/iu-mappings.js"
|
|
],
|
|
"homepage": "https://mths.be/regexpu",
|
|
"keywords": [
|
|
"codegen",
|
|
"desugaring",
|
|
"ecmascript",
|
|
"es5",
|
|
"es6",
|
|
"harmony",
|
|
"javascript",
|
|
"refactoring",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions",
|
|
"rewriting",
|
|
"syntax",
|
|
"transformation",
|
|
"transpile",
|
|
"transpiler",
|
|
"unicode"
|
|
],
|
|
"license": "MIT",
|
|
"main": "rewrite-pattern.js",
|
|
"name": "regexpu-core",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mathiasbynens/regexpu-core.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
|
|
"cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
|
|
"test": "mocha tests"
|
|
},
|
|
"version": "4.6.0"
|
|
}
|
|
|