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.

15 lines
355 B
JSON

{
"name": "split-filter",
"description": "Like Array#filter, but you get to keep both pieces",
"version": "1.1.3",
"main": "index.js",
"repository": "http://git.cryto.net/joepie91/node-split-filter.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"keywords": [
"array",
"filter",
"split"
]
}