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.

16 lines
423 B
JSON

{
"name": "do-arrays-intersect",
"version": "1.0.1",
"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",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}