{
  "name": "@aryth/rank-matrix",
  "version": "0.5.1",
  "description": "Return ranks of each element in a 2-d array",
  "main": "./dist/index.cjs",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/rank-matrix.test.js"
  },
  "dependencies": {
    "@vect/matrix-mapper": "^0.5.8"
  },
  "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": "c27f1a9acd672635d70b590421af880090cd9b6e"
}
