@wasmuth/filter
Version:
Practical, functional utilities that fallback on native implementations as much as possible
29 lines (28 loc) • 723 B
JSON
{
"name": "@wasmuth/filter",
"version": "2.1.1",
"description": "Practical, functional utilities that fallback on native implementations as much as possible",
"main": "filter.js",
"repository": {
"type": "git",
"url": "git+https://github.com/staydecent/wasmuth.git"
},
"keywords": [
"practical",
"util",
"functional"
],
"author": "Adrian Unger <npm@staydecent.ca> (http://staydecent.ca)",
"license": "ISC",
"bugs": {
"url": "https://github.com/staydecent/wasmuth/issues"
},
"homepage": "https://github.com/staydecent/wasmuth#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"check-arg-types": "1.1.2",
"@wasmuth/partial": "2.1.0"
}
}