{
  "name": "@aryth/rank-matrix",
  "version": "0.7.8",
  "description": "Return ranks of each element in a 2-d array",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vect/matrix-mapper": "^0.8.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gadge/aryth.git"
  },
  "keywords": [
    "math",
    "numeric",
    "analysis"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/aryth"
  },
  "homepage": "https://github.com/hoyeungw/aryth#readme",
  "gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/rank-matrix.test.js"
  }
}