UNPKG

peekdepth

Version:

Get the max depth of a multi-dimensional array

37 lines (36 loc) 838 B
{ "name": "peekdepth", "version": "2.0.1", "description": "Get the max depth of a multi-dimensional array", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node test/script/eslint.js *.js && istanbul cover test", "preversion": "npm test", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/ecman/peekdepth.git" }, "keywords": [ "array", "depth", "array-depth", "multi-dimensional", "max-depth", "ecman" ], "author": "ecman <its.ec@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/ecman/peekdepth/issues" }, "homepage": "https://github.com/ecman/peekdepth#readme", "devDependencies": { "eslint": "^3.19.0", "istanbul": "^0.4.5" } }