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

83 lines
2.0 KiB

4 years ago
{
"_from": "potpack@^1.0.1",
"_id": "potpack@1.0.1",
"_inBundle": false,
"_integrity": "sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw==",
"_location": "/potpack",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "potpack@^1.0.1",
"name": "potpack",
"escapedName": "potpack",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.1.tgz",
"_shasum": "d1b1afd89e4c8f7762865ec30bd112ab767e2ebf",
"_spec": "potpack@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
"author": {
"name": "Vladimir Agafonkin"
},
"bugs": {
"url": "https://github.com/mapbox/potpack/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A tiny library for packing 2D rectangles (for sprite layouts)",
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-mourner": "^2.0.3",
"esm": "^3.0.80",
"rollup": "^0.64.1",
"rollup-plugin-buble": "^0.19.2",
"tape": "^4.9.1"
},
"eslintConfig": {
"extends": "mourner",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-var": "error",
"prefer-const": "error"
}
},
"files": [
"index.mjs",
"index.js"
],
"homepage": "https://mapbox.github.io/potpack/",
"jsdelivr": "index.js",
"keywords": [
"algorithms",
"sprites",
"bin packing",
"geometry",
"rectangles"
],
"license": "ISC",
"main": "index",
"module": "index.mjs",
"name": "potpack",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/potpack.git"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"pretest": "eslint index.mjs",
"start": "rollup -w",
"test": "tape -r esm test.js"
},
"unpkg": "index.js",
"version": "1.0.1"
}