@stdlib/ndarray-same-kind-casts
Version:
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
75 lines (74 loc) • 1.64 kB
JSON
{
"name": "@stdlib/ndarray-same-kind-casts",
"version": "0.3.0",
"description": "Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.",
"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",
"include": "./include",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/ndarray-same-kind-casts.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.2.2",
"@stdlib/ndarray-base-dtype-resolve-str": "^0.2.1",
"@stdlib/ndarray-dtypes": "^0.2.1",
"@stdlib/utils-keys": "^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",
"casting",
"cast",
"rules",
"promotion",
"utilities",
"utility",
"utils",
"util"
],
"__stdlib__": {},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}