@stdlib/array-base-accessor-getter
Version:
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
64 lines (63 loc) • 1.35 kB
JSON
{
"name": "@stdlib/array-base-accessor-getter",
"version": "0.2.2",
"description": "Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.",
"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-accessor-getter.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",
"array",
"generic",
"get",
"accessor",
"access",
"retrieve",
"getter"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}