@amaui/heap
Version:
48 lines • 937 B
JSON
{
"name": "@amaui/heap",
"version": "1.0.11117",
"description": "Min/Max Heap",
"repository": "https://github.com/amaui-org/amaui-heap.git",
"author": "Lazar <lazareric.com@gmail.com>",
"license": "MIT",
"private": false,
"main": "./index.js",
"keywords": [
"heap",
"min-heap",
"max-heap",
"priority-queue",
"bst",
"binary-tree",
"binary-search-tree",
"frontend",
"front-end",
"backend",
"back-end",
"web",
"browser",
"javascript",
"js",
"typescript",
"node",
"nodejs",
"library",
"amaui",
"utils"
],
"dependencies": {
"@amaui/utils": "^1.0.11411",
"@babel/runtime": "^7.18.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false,
"engines": {
"node": ">=12.0.0",
"yarn": ">=1.22"
},
"module": "./esm/index.js",
"types": "./index.d.ts"
}