{
  "_args": [
    [
      "regression@2.0.1",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "regression@2.0.1",
  "_id": "regression@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-A4XYsc37dsBaNOgEjkJKzfJlE394IMmUPlI/p3TTI9u3T+2a+eox5Pr/CPUqF0eszeWZJPAc6QkroAhuUpWDJQ==",
  "_location": "/regression",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "regression@2.0.1",
    "name": "regression",
    "escapedName": "regression",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/@antv/data-set"
  ],
  "_resolved": "https://registry.npmmirror.com/regression/-/regression-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "Tom Alexander",
    "email": "me@tomalexander.co.nz"
  },
  "bugs": {
    "url": "https://github.com/Tom-Alexander/regression-js/issues"
  },
  "contributors": [
    {
      "name": "Tom Alexander",
      "email": "me@tomalexander.co.nz"
    },
    {
      "name": "Misha Wolfson",
      "email": "misha@ginkgobioworks.com"
    }
  ],
  "description": "Javascript least squares data fitting methods",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.7.0",
    "mocha": "^3.2.0",
    "nyc": "^11.0.3",
    "uglify-js": "3"
  },
  "homepage": "https://github.com/Tom-Alexander/regression-js#readme",
  "keywords": [
    "regression",
    "data",
    "fiting",
    "modeling",
    "analysis"
  ],
  "license": "MIT",
  "main": "./dist/regression.js",
  "name": "regression",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tom-Alexander/regression-js.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build-regression-js && npm run build-regression-min-js",
    "build-regression-js": "BABEL_ENV=production ./node_modules/.bin/babel src/regression.js --out-file dist/regression.js",
    "build-regression-min-js": " ./node_modules/.bin/uglifyjs dist/regression.js --output dist/regression.min.js",
    "clean": "rm -rf dist && mkdir dist",
    "lint": "eslint src/** tests/**",
    "test": "npm run lint && ./node_modules/.bin/nyc --reporter=lcov ./node_modules/.bin/mocha --compilers js:babel-core/register"
  },
  "version": "2.0.1"
}
