UNPKG

lorenz-curve

Version:

Get the lorenz curve of a given data set.

46 lines (45 loc) 1.32 kB
{ "name": "lorenz-curve", "version": "1.1.00", "description": "Get the lorenz curve of a given data set.", "main": "dist/library.min.js", "scripts": { "build": "npm run test && NODE_ENV=production webpack", "dev": "webpack --watch", "test": "mocha --require @babel/register --colors ./test/*.spec.js", "test:watch": "mocha --require @babel/register --colors -w ./test/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/ndabAP/lorenz-curve" }, "keywords": [ "math", "lorenz", "lorenz-curve", "statistics" ], "author": "Julian Claus <kontakt@julian-caus.de>", "license": "MIT", "devDependencies": { "@babel/core": "^7.0.0-beta.54", "@babel/preset-env": "^7.0.0-beta.54", "@babel/register": "^7.0.0-beta.54", "babel-eslint": "^8.2.6", "babel-loader": "^8.0.0-beta", "chai": "^4.1.2", "eslint": "^5.1.0", "eslint-config-standard": "^11.0.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "lodash": "^4.17.11", "mocha": "^5.2.0", "uglifyjs-webpack-plugin": "^1.2.7", "webpack": "^4.16.1", "webpack-cli": "^3.1.0", "yargs": "^12.0.1" } }