Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/tempfile/package.json b/node_modules/tempfile/package.json
new file mode 100644
index 0000000..6951477
--- /dev/null
+++ b/node_modules/tempfile/package.json
@@ -0,0 +1,73 @@
+{
+  "_from": "tempfile@^2.0.0",
+  "_id": "tempfile@2.0.0",
+  "_inBundle": false,
+  "_integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
+  "_location": "/tempfile",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "tempfile@^2.0.0",
+    "name": "tempfile",
+    "escapedName": "tempfile",
+    "rawSpec": "^2.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^2.0.0"
+  },
+  "_requiredBy": [
+    "/bin-build",
+    "/exec-buffer"
+  ],
+  "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
+  "_shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265",
+  "_spec": "tempfile@^2.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\exec-buffer",
+  "author": {
+    "name": "Sindre Sorhus",
+    "email": "sindresorhus@gmail.com",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/tempfile/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "temp-dir": "^1.0.0",
+    "uuid": "^3.0.1"
+  },
+  "deprecated": false,
+  "description": "Get a random temporary file path",
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/sindresorhus/tempfile#readme",
+  "keywords": [
+    "tmp",
+    "temp",
+    "temporary",
+    "tempfile",
+    "file",
+    "path",
+    "random",
+    "rand",
+    "uuid"
+  ],
+  "license": "MIT",
+  "name": "tempfile",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/tempfile.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "2.0.0"
+}