UNPKG

815 BJSONView Raw
1{
2 "name": "obj-filter",
3 "version": "1.3.3",
4 "description": "JavaScript Object content Filter. Support wildcard, nested, and filter function in template.",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul cover tape ./t/*.test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/BlueT/obj-filter.git"
12 },
13 "keywords": [
14 "object",
15 "filter",
16 "template",
17 "javascript",
18 "nodejs",
19 "wildcard",
20 "nested",
21 "function",
22 "browser"
23 ],
24 "author": "BlueT - Matthew Lien - 練喆明",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/BlueT/obj-filter/issues"
28 },
29 "homepage": "https://github.com/BlueT/obj-filter#readme",
30 "devDependencies": {
31 "app-root-path": "^2.0.1",
32 "istanbul": "^0.4.5",
33 "tape": "^4.6.3"
34 }
35}