get-depth
Version:
Get the Depth of a Multi-Dimensional Array of Values
35 lines (34 loc) • 744 B
JSON
{
"name": "get-depth",
"version": "0.0.3",
"description": "Get the Depth of a Multi-Dimensional Array of Values",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"format": "npx prettier --write index.js test.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielJDufour/get-depth.git"
},
"keywords": [
"array",
"coordinates",
"depth",
"geojson",
"pixels",
"values"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DanielJDufour/get-depth/issues"
},
"homepage": "https://github.com/DanielJDufour/get-depth#readme",
"devDependencies": {
"flug": "^2.1.0"
}
}