Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt/package.json b/node_modules/grunt/package.json
new file mode 100644
index 0000000..315a6a4
--- /dev/null
+++ b/node_modules/grunt/package.json
@@ -0,0 +1,110 @@
+{
+  "_from": "grunt@^1.0.4",
+  "_id": "grunt@1.3.0",
+  "_inBundle": false,
+  "_integrity": "sha512-6ILlMXv11/4cxuhSMfSU+SfvbxrPuqZrAtLN64+tZpQ3DAKfSQPQHRbTjSbdtxfyQhGZPtN0bDZJ/LdCM5WXXA==",
+  "_location": "/grunt",
+  "_phantomChildren": {
+    "abbrev": "1.1.1",
+    "grunt-known-options": "1.1.1",
+    "interpret": "1.1.0",
+    "liftoff": "2.5.0",
+    "osenv": "0.1.5",
+    "v8flags": "3.1.3"
+  },
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "grunt@^1.0.4",
+    "name": "grunt",
+    "escapedName": "grunt",
+    "rawSpec": "^1.0.4",
+    "saveSpec": null,
+    "fetchSpec": "^1.0.4"
+  },
+  "_requiredBy": [
+    "#DEV:/"
+  ],
+  "_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.3.0.tgz",
+  "_shasum": "55db6ccd80c6fb53722e496f680620a2e681f809",
+  "_spec": "grunt@^1.0.4",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
+  "author": {
+    "name": "Grunt Development Team",
+    "url": "https://gruntjs.com/development-team"
+  },
+  "bin": {
+    "grunt": "bin/grunt"
+  },
+  "bugs": {
+    "url": "https://github.com/gruntjs/grunt/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "dateformat": "~3.0.3",
+    "eventemitter2": "~0.4.13",
+    "exit": "~0.1.2",
+    "findup-sync": "~0.3.0",
+    "glob": "~7.1.6",
+    "grunt-cli": "~1.3.2",
+    "grunt-known-options": "~1.1.0",
+    "grunt-legacy-log": "~3.0.0",
+    "grunt-legacy-util": "~2.0.0",
+    "iconv-lite": "~0.4.13",
+    "js-yaml": "~3.14.0",
+    "minimatch": "~3.0.4",
+    "mkdirp": "~1.0.4",
+    "nopt": "~3.0.6",
+    "rimraf": "~3.0.2"
+  },
+  "deprecated": false,
+  "description": "The JavaScript Task Runner",
+  "devDependencies": {
+    "difflet": "~1.0.1",
+    "eslint-config-grunt": "~1.0.1",
+    "grunt-contrib-nodeunit": "~2.1.0",
+    "grunt-contrib-watch": "~1.1.0",
+    "grunt-eslint": "~18.1.0",
+    "temporary": "~0.0.4",
+    "through2": "~2.0.0"
+  },
+  "engines": {
+    "node": ">=8"
+  },
+  "files": [
+    "lib",
+    "bin"
+  ],
+  "homepage": "https://gruntjs.com/",
+  "keywords": [
+    "task",
+    "async",
+    "cli",
+    "minify",
+    "uglify",
+    "build",
+    "lodash",
+    "unit",
+    "test",
+    "qunit",
+    "nodeunit",
+    "server",
+    "init",
+    "scaffold",
+    "make",
+    "jake",
+    "tool"
+  ],
+  "license": "MIT",
+  "main": "lib/grunt",
+  "name": "grunt",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/gruntjs/grunt.git"
+  },
+  "scripts": {
+    "test": "node bin/grunt test",
+    "test-tap": "node bin/grunt test:tap"
+  },
+  "version": "1.3.0"
+}