UNPKG

@ima-worldhealth/tree

Version:

Build a tree from an adjacency list and operate on it

41 lines (40 loc) 968 B
{ "name": "@ima-worldhealth/tree", "version": "2.6.0", "description": "Build a tree from an adjacency list and operate on it", "main": "index.js", "scripts": { "prepublishOnly": "yarn test", "test": "./node_modules/.bin/eslint index.js && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls", "release": "release-it --disable-metrics --github.release --no-git.requireUpstream" }, "release-it": { "hooks": { "before:init": "yarn test" } }, "publishConfig": { "access": "public" }, "keywords": [ "tree", "adjacency", "list" ], "author": "jniles", "license": "MIT", "devDependencies": { "ava": "^4.0.0", "coveralls": "^3.0.0", "eslint": "^8.3.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-ava": "^13.1.0", "eslint-plugin-import": "^2.9.0", "nyc": "^15.0.0", "release-it": "^14.0.1" }, "dependencies": { "debug": "^4.0.0" } }