@msamblanet/deep-iterator
Version:
Deep iteration of any object or iterable collection. (This version revised by @msablanet)
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "@msamblanet/deep-iterator",
"version": "2.0.1",
"description": "Deep iteration of any object or iterable collection. (This version revised by @msablanet)",
"type": "module",
"main": "src/deep-iterator.js",
"types": "src/index.d.ts",
"scripts": {
"lint": "eslint src test",
"test": "mocha \"test/{unit,integration}/**/*.test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/msamblanet/deep-iterator.git"
},
"keywords": [
"iterator",
"generator",
"deep",
"nested",
"recursive",
"traverse",
"walk",
"dfs",
"bfs",
"object"
],
"author": "couralex <couralex@courpron.net>, Michael Samblanet <michael@samblanet.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msamblanet/deep-iterator/issues"
},
"homepage": "https://github.com/msamblanet/deep-iterator#readme",
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.1.0",
"mocha": "^9.1.3"
}
}