{
  "name": "@stdlib/ndarray-base-numel-dimension",
  "version": "0.3.3",
  "description": "Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.",
  "license": "Apache-2.0",
  "author": {
    "name": "The Stdlib Authors",
    "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
  },
  "contributors": [
    {
      "name": "The Stdlib Authors",
      "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
    }
  ],
  "main": "./lib",
  "directories": {
    "doc": "./docs",
    "lib": "./lib",
    "dist": "./dist"
  },
  "types": "./docs/types",
  "scripts": {},
  "homepage": "https://stdlib.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/stdlib-js/ndarray-base-numel-dimension.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/ndarray-base-ndims": "^0.2.3",
    "@stdlib/ndarray-base-normalize-index": "^0.2.3",
    "@stdlib/ndarray-base-shape": "^0.2.2",
    "@stdlib/string-format": "^0.2.3",
    "@stdlib/error-tools-fmtprodmsg": "^0.2.3"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.0",
    "npm": ">2.7.0"
  },
  "os": [
    "aix",
    "darwin",
    "freebsd",
    "linux",
    "macos",
    "openbsd",
    "sunos",
    "win32",
    "windows"
  ],
  "keywords": [
    "stdlib",
    "stdtypes",
    "types",
    "base",
    "ndarray",
    "shape",
    "size",
    "dim",
    "dimension",
    "numel",
    "length",
    "len",
    "multidimensional",
    "array",
    "utilities",
    "utility",
    "utils",
    "util"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
