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

112 lines
3.5 KiB

4 years ago
{
"_from": "buble@^0.19.3",
"_id": "buble@0.19.8",
"_inBundle": false,
"_integrity": "sha512-IoGZzrUTY5fKXVkgGHw3QeXFMUNBFv+9l8a4QJKG1JhG3nCMHTdEX1DCOg8568E2Q9qvAQIiSokv6Jsgx8p2cA==",
"_location": "/buble",
"_phantomChildren": {
"sourcemap-codec": "1.4.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "buble@^0.19.3",
"name": "buble",
"escapedName": "buble",
"rawSpec": "^0.19.3",
"saveSpec": null,
"fetchSpec": "^0.19.3"
},
"_requiredBy": [
"/bubleify"
],
"_resolved": "https://registry.npmjs.org/buble/-/buble-0.19.8.tgz",
"_shasum": "d642f0081afab66dccd897d7b6360d94030b9d3d",
"_spec": "buble@^0.19.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/bubleify",
"author": {
"name": "Rich Harris"
},
"bin": {
"buble": "./bin/buble"
},
"browser": {
"dist/buble.cjs.js": "./dist/buble-browser.cjs.js",
"dist/buble.es.js": "./dist/buble-browser.es.js"
},
"bugs": {
"url": "https://github.com/bublejs/buble/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^6.1.1",
"acorn-dynamic-import": "^4.0.0",
"acorn-jsx": "^5.0.1",
"chalk": "^2.4.2",
"magic-string": "^0.25.3",
"minimist": "^1.2.0",
"os-homedir": "^2.0.0",
"regexpu-core": "^4.5.4"
},
"deprecated": false,
"description": "The blazing fast, batteries-included ES2015 compiler",
"devDependencies": {
"console-group": "^0.3.3",
"eslint": "^4.19.1",
"glob": "^7.1.4",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"rollup": "0.66.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "=9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-pluginutils": "2.3.3",
"source-map": "^0.6.1",
"source-map-support": "^0.5.12",
"test262": "git+https://github.com/tc39/test262.git#4f1155c566a222238fd86f179c6635ecb4c289bb",
"test262-stream": "^1.3.0"
},
"files": [
"bin",
"src",
"dist",
"register.js",
"README.md"
],
"homepage": "https://github.com/bublejs/buble#README",
"keywords": [
"javascript",
"transpilation",
"compilation",
"esnext",
"es2015",
"es2017",
"es6",
"es7"
],
"license": "MIT",
"main": "dist/buble.cjs.js",
"module": "dist/buble.es.js",
"name": "buble",
"repository": {
"type": "git",
"url": "git+https://github.com/bublejs/buble.git"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint bin/ src/ test/test.js test/utils/ register.js rollup.*.js scripts/",
"prepublish": "npm test",
"pretest": "npm run build",
"test": "mocha test/test.js",
"test:bundlers": "npm run test:bundlers:rollup && npm run test:bundlers:webpack && npm run test:bundlers:parcel",
"test:bundlers:parcel": "cd test/bundlers && mkdir -p node_modules && npm i parcel && npx parcel build index.js --no-cache && test \"$(node dist/index.js)\" = 'var x = 4'",
"test:bundlers:rollup": "test \"$(npx rollup -c test/bundlers/rollup.config.js | node)\" = 'var x = 4'",
"test:bundlers:webpack": "cd test/bundlers && mkdir -p node_modules && npm i webpack && node webpack.js && test \"$(node dist/main.js)\" = 'var x = 4'",
"test:full": "npm run test && npm run test:register && npm run lint",
"test:register": "echo '\"use strict\";' | cat - src/program/Node.js | sed 's/export default/module.exports =/' | node -r ./register.js"
},
"unpkg": "dist/buble-browser-deps.umd.js",
"version": "0.19.8"
}