UNPKG

976 BJSONView Raw
1{
2 "name": "obj-filter",
3 "version": "2.3.0",
4 "description": "JavaScript Object Filter. Deep filtering key/content recursively. Support type checking, wildcard, nested, and filter function in template.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nyc --check-coverage --reporter=lcov tape ./t/[0-9]*.test.js | tap-spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/BlueT/obj-filter.git"
12 },
13 "keywords": [
14 "object",
15 "filter",
16 "merge",
17 "exist",
18 "template",
19 "javascript",
20 "nodejs",
21 "wildcard",
22 "nested",
23 "function",
24 "browser",
25 "type",
26 "checking"
27 ],
28 "author": "BlueT - Matthew Lien - 練喆明",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/BlueT/obj-filter/issues"
32 },
33 "homepage": "https://github.com/BlueT/obj-filter#readme",
34 "devDependencies": {
35 "app-root-path": "^2.0.1",
36 "nyc": "^13.3.0",
37 "tap-spec": "^5.0.0",
38 "tape": "^4.6.3"
39 }
40}