@extra-array/max-index
Version:
Finds index of largest value.
34 lines (33 loc) • 713 B
JSON
{
"name": "@extra-array/max-index",
"version": "2.9.2",
"description": "Finds index of largest value.",
"main": "index.js",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit"
},
"runkitExampleFilename": "example.js",
"keywords": [
"extra",
"array",
"max",
"index",
"maxIndex"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-array.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-array/issues"
},
"homepage": "https://github.com/nodef/extra-array#readme",
"dependencies": {}
}