mingo-exp
Version:
extend mingo with any custom function and support async code in aggregations
60 lines (59 loc) • 1.45 kB
JSON
{
"name": "mingo-exp",
"version": "1.0.6666666",
"description": "extend mingo with any custom function and support async code in aggregations",
"repository": {
"type": "git",
"url": "https://github.com/ofir-e/mingo-exp.git"
},
"types": "lib/index.d.ts",
"exports": "./lib/index.js",
"files": [
"lib/index.js",
"lib/index.d.ts"
],
"scripts": {
"test": "jest --detectOpenHandles --collect-coverage",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"build": "tsc",
"prepublish": "tsc"
},
"keywords": [
"mingo",
"mongo",
"aggregation",
"aggregate",
"transform",
"async"
],
"author": "Ofir Elnathan",
"license": "MIT",
"devDependencies": {
"@types/async-lock": "^1.1.3",
"@types/clone": "^2.1.1",
"@types/jest": "^27.4.0",
"@types/memory-cache": "^0.2.2",
"@types/object-hash": "^2.2.1",
"@types/uuid": "^8.3.4",
"clone": "^2.1.2",
"delay": "^5.0.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5",
"nyc": "^15.1.0",
"codecov": "^3.8.3"
},
"dependencies": {
"@turf/unkink-polygon": "^6.5.0",
"@types/lodash": "^4.14.178",
"async-lock": "^1.3.1",
"dayjs": "^1.10.7",
"deasync-obj": "^1.0.1",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"mingo": "^6.0.4",
"object-hash": "^2.2.0",
"uuid": "^8.3.2",
"wkx": "^0.5.0"
}
}