UNPKG

1liner

Version:

Query JSON with one line of code.

51 lines (50 loc) 1.13 kB
{ "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" } }