Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/is-valid-glob/package.json b/node_modules/is-valid-glob/package.json
new file mode 100644
index 0000000..24f4e71
--- /dev/null
+++ b/node_modules/is-valid-glob/package.json
@@ -0,0 +1,101 @@
+{
+  "_from": "is-valid-glob@^1.0.0",
+  "_id": "is-valid-glob@1.0.0",
+  "_inBundle": false,
+  "_integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=",
+  "_location": "/is-valid-glob",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "is-valid-glob@^1.0.0",
+    "name": "is-valid-glob",
+    "escapedName": "is-valid-glob",
+    "rawSpec": "^1.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^1.0.0"
+  },
+  "_requiredBy": [
+    "/vinyl-fs"
+  ],
+  "_resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
+  "_shasum": "29bf3eff701be2d4d315dbacc39bc39fe8f601aa",
+  "_spec": "is-valid-glob@^1.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs",
+  "author": {
+    "name": "Jon Schlinkert",
+    "url": "https://github.com/jonschlinkert"
+  },
+  "bugs": {
+    "url": "https://github.com/jonschlinkert/is-valid-glob/issues"
+  },
+  "bundleDependencies": false,
+  "contributors": [
+    {
+      "name": "contra",
+      "url": "http://contra.io"
+    },
+    {
+      "name": "Jon Schlinkert",
+      "url": "http://twitter.com/jonschlinkert"
+    }
+  ],
+  "deprecated": false,
+  "description": "Return true if a value is a valid glob pattern or patterns.",
+  "devDependencies": {
+    "gulp-format-md": "^0.1.12",
+    "mocha": "^3.4.2"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/jonschlinkert/is-valid-glob",
+  "keywords": [
+    "array",
+    "check",
+    "glob",
+    "is",
+    "match",
+    "pattern",
+    "patterns",
+    "read",
+    "test",
+    "valid",
+    "validate"
+  ],
+  "license": "MIT",
+  "main": "index.js",
+  "name": "is-valid-glob",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/jonschlinkert/is-valid-glob.git"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "verb": {
+    "related": {
+      "list": [
+        "is-glob",
+        "micromatch",
+        "vinyl-fs",
+        "vinyl"
+      ]
+    },
+    "toc": false,
+    "layout": "default",
+    "tasks": [
+      "readme"
+    ],
+    "plugins": [
+      "gulp-format-md"
+    ],
+    "lint": {
+      "reflinks": true
+    }
+  },
+  "version": "1.0.0"
+}