UNPKG

@stdlib/array-base-arraylike2object

Version:

Convert an array-like object to an object likely to have the same "shape".

78 lines (77 loc) 1.71 kB
{ "name": "@stdlib/array-base-arraylike2object", "version": "0.2.1", "description": "Convert an array-like object to an object likely to have the same \"shape\".", "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-arraylike2object.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-base-accessor-getter": "^0.2.1", "@stdlib/array-base-accessor-setter": "^0.2.1", "@stdlib/array-base-assert-is-accessor-array": "^0.2.1", "@stdlib/array-base-getter": "^0.2.1", "@stdlib/array-base-setter": "^0.2.1", "@stdlib/array-dtype": "^0.2.1" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdtypes", "types", "base", "array", "standardize", "shape", "hidden", "objectify", "meta", "utilities", "utility", "utils", "util" ], "__stdlib__": {}, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }