UNPKG

set-utils

Version:

Utility methods for working with Sets

35 lines (34 loc) 734 B
{ "name": "set-utils", "version": "1.0.4", "description": "Utility methods for working with Sets", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/torbs/set-utils.git" }, "keywords": [ "Set", "Sets", "map", "filter", "union", "difference", "intersect", "join", "stringify" ], "author": "Tor Brekke Skjøtskift", "license": "MIT", "bugs": { "url": "https://github.com/torbs/set-utils/issues" }, "homepage": "https://github.com/torbs/set-utils#readme", "dependencies": { "lodash.difference": "^4.5.0", "lodash.intersection": "^4.4.0" } }