-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "obj-filter",
"version": "2.3.8",
"description": "JavaScript Object Filter. Deep filtering key/content recursively. Support type checking, wildcard, nested, and filter function in template.",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --reporter=lcov tape ./t/[0-9]*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueT/obj-filter.git"
},
"keywords": [
"object",
"filter",
"merge",
"exist",
"template",
"javascript",
"nodejs",
"wildcard",
"nested",
"function",
"browser",
"type",
"checking"
],
"author": "BlueT - Matthew Lien - 練喆明",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueT/obj-filter/issues"
},
"homepage": "https://github.com/BlueT/obj-filter#readme",
"devDependencies": {
"app-root-path": "^3.1.0",
"nyc": "^17.1.0",
"tape": "^5.6.0"
}
}