Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/

History.md /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/History.md
20 Views
0 Comments
3.2.2 / 2019-09-22
==================
* fix: dont re-call setOptions() when pulling base class options Automattic/mongoose#8159
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/LICENSE
25 Views
0 Comments
(The MIT License)

Copyright (c) 2012 [Aaron Heckmann](aaron.heckmann+github@gmail.com)

Permission is hereby granted, free of c
Makefile /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/Makefile
32 Views
0 Comments

test:
@NODE_ENV=test ./node_modules/.bin/mocha $(T) $(TESTS)

test-cov:
@NODE_ENV=test node \
node_modules/.bin/istanbul co
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/README.md
20 Views
0 Comments
# mquery

`mquery` is a fluent mongodb query builder designed to run in multiple environments.

[![Build Status](https://travis-
lib /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/lib/
5 Items
  • collection
  • env.js
  • mquery.js
  • permissions.js
  • utils.js
  • node_modules /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/node_modules/
    2 Items
  • debug
  • safe-buffer
  • package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/package.json
    28 Views
    0 Comments
    {
    "name": "mquery",
    "version": "3.2.2",
    "description": "Expressive query building for MongoDB",
    "main": "lib/mquery.js",
    test /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/test/
    4 Items
  • collection
  • env.js
  • index.js
  • utils.test.js