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

102 lines
2.5 KiB

{
"_from": "accounting-js@^1.1.1",
"_id": "accounting-js@1.1.1",
"_inBundle": false,
"_integrity": "sha1-f+Sz9wwB6+C4XALF8QfxOTuIDJ4=",
"_location": "/accounting-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "accounting-js@^1.1.1",
"name": "accounting-js",
"escapedName": "accounting-js",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/vue-numeric"
],
"_resolved": "https://registry.npmjs.org/accounting-js/-/accounting-js-1.1.1.tgz",
"_shasum": "7fe4b3f70c01ebe0b85c02c5f107f1393b880c9e",
"_spec": "accounting-js@^1.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vue-numeric",
"author": {
"name": "Stanislav Lesnikov"
},
"ava": {
"files": [
"tests/*.js"
],
"failFast": true,
"tap": true
},
"bugs": {
"url": "https://github.com/nashdot/accounting-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-string": "^1.0.4",
"object-assign": "^4.0.1"
},
"deprecated": false,
"description": "Number, money and currency formatting library.",
"devDependencies": {
"ava": "^0.12.0",
"babel-eslint": "^5.0.0",
"babel-preset-es2015-rollup": "^1.1.0",
"eslint": "^2.2.0",
"eslint-config-nashdot": "^1.1.0",
"nyc": "^5.6.0",
"rimraf": "^2.5.2",
"rollup": "^0.25.0",
"rollup-plugin-babel": "^2.3.9",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.4.0",
"source-map-support": "^0.4.0"
},
"files": [
"lib",
"dist"
],
"homepage": "https://github.com/nashdot/accounting-js#readme",
"jsnext:main": "dist/accounting.es6.js",
"keywords": [
"es6",
"modules",
"rollup",
"bundle",
"accounting",
"number",
"money",
"currency",
"format",
"utilities",
"finance",
"exchange"
],
"license": "MIT",
"main": "dist/accounting.umd.js",
"name": "accounting-js",
"nyc": {
"exclude": [
"rollup*.js",
"tests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nashdot/accounting-js.git"
},
"scripts": {
"build": "rollup -c rollup.config.umd.js && rollup -c rollup.config.es6.js",
"coverage": "nyc --reporter=lcov --reporter=text npm test",
"prebuild": "eslint lib",
"precoverage": "rimraf coverage",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "ava"
},
"version": "1.1.1"
}