return-tree-objects-path
Version:
A utility to recursively find paths in a list of objects
51 lines (50 loc) • 1.06 kB
JSON
{
"name": "return-tree-objects-path",
"version": "1.0.4",
"description": "A utility to recursively find paths in a list of objects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/geranton93/return-tree-objects-path"
},
"author": "Anton Herashchenko",
"license": "ISC",
"keywords": [
"Tree",
"Traversal",
"Recursive Search",
"Object Paths",
"JavaScript",
"Data Structure",
"Hierarchy",
"Pathfinding",
"Nested Objects",
"JSON",
"Utility Library",
"Node.js",
"Graph Traversal",
"Tree Navigation",
"Hierarchy Exploration",
"Hierarchy Search",
"Nested Data",
"Hierarchy Traversal",
"Object Structure",
"Hierarchical Navigation",
"Breadcrumbs"
],
"devDependencies": {
"@types/jest": "^29.5.8",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}