Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt-sass/package.json b/node_modules/grunt-sass/package.json
new file mode 100644
index 0000000..2194c16
--- /dev/null
+++ b/node_modules/grunt-sass/package.json
@@ -0,0 +1,74 @@
+{
+  "_from": "grunt-sass@^3.1.0",
+  "_id": "grunt-sass@3.1.0",
+  "_inBundle": false,
+  "_integrity": "sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A==",
+  "_location": "/grunt-sass",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "grunt-sass@^3.1.0",
+    "name": "grunt-sass",
+    "escapedName": "grunt-sass",
+    "rawSpec": "^3.1.0",
+    "saveSpec": null,
+    "fetchSpec": "^3.1.0"
+  },
+  "_requiredBy": [
+    "#DEV:/"
+  ],
+  "_resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.1.0.tgz",
+  "_shasum": "a5936cc2a80ec08092d9f31c101dc307d1e4f71c",
+  "_spec": "grunt-sass@^3.1.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/grunt-sass/issues"
+  },
+  "bundleDependencies": false,
+  "deprecated": false,
+  "description": "Compile Sass to CSS using node-sass",
+  "devDependencies": {
+    "grunt": "^1.0.3",
+    "grunt-cli": "^1.3.1",
+    "grunt-contrib-clean": "^2.0.0",
+    "grunt-contrib-nodeunit": "^2.0.0",
+    "node-sass": "^4.9.3",
+    "xo": "^0.23.0"
+  },
+  "engines": {
+    "node": ">=8"
+  },
+  "files": [
+    "tasks"
+  ],
+  "homepage": "https://github.com/sindresorhus/grunt-sass#readme",
+  "keywords": [
+    "gruntplugin",
+    "css",
+    "sass",
+    "scss",
+    "style",
+    "compile",
+    "preprocess",
+    "libsass"
+  ],
+  "license": "MIT",
+  "name": "grunt-sass",
+  "peerDependencies": {
+    "grunt": ">=1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/grunt-sass.git"
+  },
+  "scripts": {
+    "test": "xo && grunt"
+  },
+  "version": "3.1.0"
+}