UNPKG

@stdlib/constants-array-max-array-length

Version:

Maximum length for a generic array.

66 lines (65 loc) 1.31 kB
{ "name": "@stdlib/constants-array-max-array-length", "version": "0.2.2", "description": "Maximum length for a 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/constants-array-max-array-length.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", "constant", "const", "length", "len", "generic", "array", "maximum", "max" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }