@stdlib/ndarray-base-dtype-enum2str
Version:
Return the data type string associated with an ndarray data type enumeration constant.
74 lines (73 loc) • 1.52 kB
JSON
{
"name": "@stdlib/ndarray-base-dtype-enum2str",
"version": "0.2.2",
"description": "Return the data type string associated with an ndarray data type enumeration constant.",
"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-dtype-enum2str.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/ndarray-dtypes": "^0.2.1",
"@stdlib/utils-object-inverse": "^0.2.2"
},
"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",
"dtypes",
"dtype",
"data",
"multidimensional",
"array",
"utilities",
"utility",
"utils",
"util",
"enum"
],
"__stdlib__": {},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}