UNPKG

@amaui/hash-table

Version:
42 lines 836 B
{ "name": "@amaui/hash-table", "version": "1.0.1", "description": "Hash table", "repository": "https://github.com/amaui-org/amaui-hash-table.git", "author": "Lazar <lazareric2@gmail.com>", "license": "MIT", "private": false, "main": "./index.js", "keywords": [ "hash-table", "frontend", "front-end", "backend", "back-end", "web", "browser", "javascript", "js", "typescript", "node", "nodejs", "library", "amaui", "utils" ], "dependencies": { "@amaui/utils": "^1.0.11445", "@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" }