You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
403 B
JSON

4 years ago
{
"name": "do-arrays-intersect",
"version": "1.0.0",
"main": "index.js",
"description": "Check whether arrays intersect without caring about the exact intersection, which is faster",
"keywords": ["array", "intersect", "common", "values"],
"repository": "http://git.cryto.net/joepie91/do-arrays-intersect.git",
4 years ago
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}