UNPKG

@stdlib/array-base-filled

Version:

Create a filled generic array.

67 lines (66 loc) 1.29 kB
{ "name": "@stdlib/array-base-filled", "version": "0.2.2", "description": "Create a filled generic array.", "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-base-filled.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": {}, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdtypes", "types", "data", "structure", "array", "generic", "allocate", "alloc", "fill", "filled" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }