UNPKG

@basd/nested

Version:

Allows you to create deeply nested object structures, while also enabling you to traverse them efficiently.

59 lines (58 loc) 1.44 kB
{ "name": "@basd/nested", "version": "0.0.0", "description": "Allows you to create deeply nested object structures, while also enabling you to traverse them efficiently.", "author": "Basedwon <basedwon@protonmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://gitlab.com/frenware/utils/nested.git" }, "bugs": { "url": "https://gitlab.com/frenware/utils/nested/issues" }, "homepage": "https://gitlab.com/frenware/utils/nested#readme", "main": "lib/nested.js", "browser": { ".": "./lib/nested.js" }, "scripts": { "dev:test": "nodemon -w ../.. -x npm test", "dev": "nodemon -w ../.. test/nested.test.js", "docs": "jsdoc2md lib/*.js > docs/api.md", "update": "npm run update:prod && npm run update:dev", "update:prod": "npm i -S basd@latest", "update:dev": "npm i -D @basd/testr@latest", "test": "testr test" }, "dependencies": { "basd": "^1.0.9" }, "devDependencies": { "@basd/testr": "^0.1.1", "jsdoc": "^4.0.2", "jsdoc-to-markdown": "^8.0.0" }, "keywords": [ "nested", "hierarchy", "object-tree", "tree-structure", "parent-child", "JavaScript", "traversal", "node", "basd", "mixin", "OOP", "extendable", "composite", "aggregation", "inheritance", "encapsulation", "data-structure", "relational", "root-node", "sub-node" ] }