{
  "_from": "ml-matrix@^6.11.0",
  "_id": "ml-matrix@6.12.1",
  "_inBundle": false,
  "_integrity": "sha512-TJ+8eOFdp+INvzR4zAuwBQJznDUfktMtOB6g/hUcGh3rcyjxbz4Te57Pgri8Q9bhSQ7Zys4IYOGhFdnlgeB6Lw==",
  "_location": "/ml-matrix",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ml-matrix@^6.11.0",
    "name": "ml-matrix",
    "escapedName": "ml-matrix",
    "rawSpec": "^6.11.0",
    "saveSpec": null,
    "fetchSpec": "^6.11.0"
  },
  "_requiredBy": [
    "/@crawlee/playwright",
    "/ml-logistic-regression"
  ],
  "_resolved": "https://registry.npmjs.org/ml-matrix/-/ml-matrix-6.12.1.tgz",
  "_shasum": "8fc99365f7294d27076f0ce405b589e1c04ca1b0",
  "_spec": "ml-matrix@^6.11.0",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/playwright",
  "author": {
    "name": "Michaël Zasso"
  },
  "bugs": {
    "url": "https://github.com/mljs/matrix/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-any-array": "^2.0.1",
    "ml-array-rescale": "^1.3.7"
  },
  "deprecated": false,
  "description": "Matrix manipulation and computation library",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.23.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@vitest/coverage-v8": "^0.34.6",
    "benchmark": "^2.1.4",
    "csv-parse": "^5.5.2",
    "eslint": "^8.51.0",
    "eslint-config-cheminfo": "^9.0.2",
    "jest-matcher-deep-close-to": "^3.0.2",
    "mathjs": "^11.11.2",
    "ml-dataset-iris": "^1.2.1",
    "numeric": "^1.2.6",
    "prettier": "^3.0.3",
    "pretty-hrtime": "^1.0.3",
    "rollup": "^4.1.4",
    "vitest": "^0.34.6"
  },
  "exports": {
    ".": {
      "types": "./matrix.d.ts",
      "require": "./matrix.js",
      "default": "./matrix.mjs"
    }
  },
  "files": [
    "matrix.d.ts",
    "matrix.js",
    "matrix.mjs",
    "matrix.umd.js",
    "src"
  ],
  "homepage": "https://github.com/mljs/matrix",
  "jsdelivr": "matrix.umd.js",
  "keywords": [
    "matrix",
    "decomposition",
    "SVD",
    "singular",
    "value",
    "EVD",
    "eigenvalue",
    "LU",
    "Qr",
    "Cholesky",
    "data",
    "mining",
    "datamining",
    "machine",
    "learning"
  ],
  "license": "MIT",
  "main": "matrix.js",
  "module": "src/index.js",
  "name": "ml-matrix",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mljs/matrix.git"
  },
  "scripts": {
    "build-esm-facade": "node tools/build-esm-facade.mjs",
    "compile": "rollup -c",
    "eslint": "eslint src testUtils.js",
    "eslint-fix": "npm run eslint -- --fix",
    "prepack": "npm run compile && npm run build-esm-facade",
    "prettier": "prettier --check src",
    "prettier-write": "prettier --write src",
    "test": "npm run test-only && npm run eslint && npm run prettier",
    "test-only": "vitest run --coverage"
  },
  "sideEffects": false,
  "types": "matrix.d.ts",
  "unpkg": "matrix.umd.js",
  "version": "6.12.1"
}
