UNPKG

frequency-set

Version:

A set that keeps the frequency of occurrences.

35 lines (34 loc) 747 B
{ "name": "frequency-set", "version": "1.0.2", "description": "A set that keeps the frequency of occurrences.", "main": "index.js", "scripts": { "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/fraxken/FrequencySet.git" }, "files": [ "index.js", "index.d.ts", "src" ], "keywords": [ "set", "frequency", "count", "map" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/fraxken/FrequencySet/issues" }, "homepage": "https://github.com/fraxken/FrequencySet#readme", "devDependencies": { "@nodesecure/eslint-config": "^1.5.0", "jest": "^29.0.2" } }