UNPKG

@stdlib/array-typed-float-ctors

Version:

Floating-point typed array constructors.

81 lines (80 loc) 1.61 kB
{ "name": "@stdlib/array-typed-float-ctors", "version": "0.2.3", "description": "Floating-point typed array constructors.", "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/array-typed-float-ctors.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-complex128": "^0.3.1", "@stdlib/array-complex64": "^0.3.1", "@stdlib/array-float32": "^0.2.3", "@stdlib/array-float64": "^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", "array", "typed array", "typed-array", "typed", "dtypes", "dtype", "data", "type", "structure", "constructors", "constructor", "ctors", "ctor", "utilities", "utility", "utils", "util" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }