{
  "name": "@stdlib/ndarray-dtype-ctor",
  "version": "0.1.1",
  "description": "Data type constructor.",
  "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-dtype-ctor.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/assert-has-own-property": "^0.2.3",
    "@stdlib/assert-has-property": "^0.2.3",
    "@stdlib/assert-is-plain-object": "^0.2.3",
    "@stdlib/assert-is-string": "^0.2.3",
    "@stdlib/assert-is-struct-constructor-like": "^0.1.1",
    "@stdlib/ndarray-base-assert-is-data-type-string": "^0.1.0",
    "@stdlib/ndarray-base-bytes-per-element": "^0.3.1",
    "@stdlib/ndarray-base-dtype-alignment": "^0.1.1",
    "@stdlib/ndarray-base-dtype-char": "^0.3.1",
    "@stdlib/ndarray-base-dtype-desc": "^0.3.1",
    "@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.1",
    "@stdlib/string-format": "^0.2.3",
    "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4",
    "@stdlib/utils-define-nonenumerable-read-only-property": "^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",
    "ndarray",
    "data type",
    "dtype",
    "type",
    "constructor",
    "ctor",
    "memory",
    "layout",
    "multidimensional",
    "array",
    "utilities",
    "utility",
    "utils",
    "util"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
