File size: 620 Bytes
25e5703
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "array-bounds",
  "version": "1.0.1",
  "description": "Find [nd-]array min/max values",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dfcreative/array-bounds.git"
  },
  "keywords": [
    "array",
    "bounds",
    "limits",
    "array min",
    "min",
    "max",
    "statistics",
    "samples"
  ],
  "author": "Dima Yv <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfcreative/array-bounds/issues"
  },
  "homepage": "https://github.com/dfcreative/array-bounds#readme"
}