Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/getobject/package.json b/node_modules/getobject/package.json
new file mode 100644
index 0000000..e90c313
--- /dev/null
+++ b/node_modules/getobject/package.json
@@ -0,0 +1,69 @@
+{
+  "_from": "getobject@~0.1.0",
+  "_id": "getobject@0.1.0",
+  "_inBundle": false,
+  "_integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
+  "_location": "/getobject",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "getobject@~0.1.0",
+    "name": "getobject",
+    "escapedName": "getobject",
+    "rawSpec": "~0.1.0",
+    "saveSpec": null,
+    "fetchSpec": "~0.1.0"
+  },
+  "_requiredBy": [
+    "/grunt-legacy-util"
+  ],
+  "_resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
+  "_shasum": "047a449789fa160d018f5486ed91320b6ec7885c",
+  "_spec": "getobject@~0.1.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-legacy-util",
+  "author": {
+    "name": "\"Cowboy\" Ben Alman",
+    "url": "http://benalman.com/"
+  },
+  "bugs": {
+    "url": "https://github.com/cowboy/node-getobject/issues"
+  },
+  "bundleDependencies": false,
+  "deprecated": false,
+  "description": "get.and.set.deep.objects.easily = true",
+  "devDependencies": {
+    "grunt": "~0.4.1",
+    "grunt-contrib-jshint": "~0.1.1",
+    "grunt-contrib-nodeunit": "~0.1.2",
+    "grunt-contrib-watch": "~0.2.0"
+  },
+  "engines": {
+    "node": ">= 0.8.0"
+  },
+  "homepage": "https://github.com/cowboy/node-getobject",
+  "keywords": [
+    "dot notation",
+    "properties",
+    "get",
+    "set",
+    "object",
+    "dot"
+  ],
+  "licenses": [
+    {
+      "type": "MIT",
+      "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
+    }
+  ],
+  "main": "lib/getobject",
+  "name": "getobject",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/cowboy/node-getobject.git"
+  },
+  "scripts": {
+    "test": "grunt nodeunit"
+  },
+  "version": "0.1.0"
+}