lodash-unwind
Version:
A very simple lodash extension that provide MongoDB $unwind feature
51 lines (50 loc) • 1.04 kB
JSON
{
"name": "lodash-unwind",
"version": "1.2.3",
"description": "A very simple lodash extension that provide MongoDB $unwind feature",
"main": "index.js",
"scripts": {
"test": "standard && mocha --exit -t 5000 test/index.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwincen/unwind.git"
},
"keywords": [
"unwind",
"lodash",
"extension"
],
"author": "Edwin Cen",
"license": "MIT",
"bugs": {
"url": "https://github.com/edwincen/unwind/issues"
},
"homepage": "https://github.com/edwincen/unwind#readme",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"standard": "^12.0.1",
"standard-version": "^4.4.0"
},
"standard": {
"ignore": [],
"globals": [
"it",
"test",
"expect",
"describe",
"before",
"after",
"beforeAll",
"afterAll",
"beforeEach",
"afterEach",
"monky"
]
}
}