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/trim-leading-lines/package.json

82 lines
1.9 KiB

4 years ago
{
"_from": "trim-leading-lines@^0.1.1",
"_id": "trim-leading-lines@0.1.1",
"_inBundle": false,
"_integrity": "sha1-DnysPoMELc+Vp07TaWbxd0TVwWk=",
"_location": "/trim-leading-lines",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "trim-leading-lines@^0.1.1",
"name": "trim-leading-lines",
"escapedName": "trim-leading-lines",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/parser-front-matter"
],
"_resolved": "https://registry.npmjs.org/trim-leading-lines/-/trim-leading-lines-0.1.1.tgz",
"_shasum": "0e7cac3e83042dcf95a74ed36966f17744d5c169",
"_spec": "trim-leading-lines@^0.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/parser-front-matter",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/trim-leading-lines/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-whitespace": "^0.3.0"
},
"deprecated": false,
"description": "Trim leading lines from a string when they are 100% whitespace or empty.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/jonschlinkert/trim-leading-lines",
"keywords": [
"leading",
"lines",
"trim"
],
"license": "MIT",
"name": "trim-leading-lines",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/trim-leading-lines.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"related": {
"list": []
},
"reflinks": [
"verb-generate-readme",
"verb"
]
},
"version": "0.1.1"
}