-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 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
{
"name": "1liner",
"version": "1.0.17",
"description": "Query JSON with one line of code.",
"main": "index.js",
"scripts": {
"test": "jest",
"bundle": "parcel index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caljrimmer/1liner.git"
},
"keywords": [
"JSON",
"1Liner",
"JSON Query",
"JS Object Query",
"L",
"JsonPath",
"JSONPath",
"JMESPath",
"jmespath",
"traversal"
],
"author": "Callum Rimmer",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/caljrimmer/1liner/issues"
},
"homepage": "https://github.com/caljrimmer/1liner#readme",
"dependencies": {
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.isarray": "^4.0.0",
"lodash.isnumber": "^3.0.3",
"lodash.isundefined": "^3.0.1",
"lodash.max": "^4.0.1",
"lodash.mean": "^4.1.0",
"lodash.meanby": "^4.10.0",
"lodash.min": "^4.0.1",
"lodash.round": "^4.0.4",
"lodash.sumby": "^4.6.0",
"lodash.uniqby": "^4.7.0"
},
"devDependencies": {
"jest": "^27.4.7",
"parcel": "^2.2.1"
}
}