@denq/iron-tree
Version:
Build tree and many method for manipulation
35 lines (34 loc) • 687 B
JSON
{
"name": "@denq/iron-tree",
"version": "1.3.3",
"description": "Build tree and many method for manipulation",
"main": "./dist/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DenQ/iron-tree.git"
},
"keywords": [
"tree",
"node",
"criteria",
"iron-tree",
"sort tree",
"remove nodes",
"contains",
"move nodes",
"toJson"
],
"author": "DenQ",
"license": "MIT",
"bugs": {
"url": "https://github.com/DenQ/iron-tree/issues"
},
"homepage": "https://github.com/DenQ/iron-tree#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2"
}
}