-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "deepfinder",
"version": "0.6.3",
"description": "Search attributes easily within structures of type dictionary, list and embedded substructures.",
"main": "index.js",
"scripts": {
"test": "find ./test -name '*.spec.js' | xargs mocha -R spec",
"cov": "find ./test -name '*.spec.js' | xargs nyc --reporter=text mocha",
"build": "webpack"
},
"keywords": [
"deep",
"find",
"dictionary",
"list",
"array",
"deep-find",
"data-structure",
"nested",
"nested-data",
"nested-structures",
"recursive",
"value",
"attribute",
"property",
"attributes",
"attr",
"attributes",
"properties",
"object",
"obj",
"objects"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jparadadev/deepfinder.js.git"
},
"author": "Javier Parada",
"license": "MIT",
"bugs": {
"url": "https://github.com/jparadadev/deepfinder.js/issues"
},
"homepage": "https://github.com/jparadadev/deepfinder.js#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
}
}