Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/decompress-tar/package.json b/node_modules/decompress-tar/package.json
new file mode 100644
index 0000000..116e899
--- /dev/null
+++ b/node_modules/decompress-tar/package.json
@@ -0,0 +1,72 @@
+{
+  "_from": "decompress-tar@^4.0.0",
+  "_id": "decompress-tar@4.1.1",
+  "_inBundle": false,
+  "_integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
+  "_location": "/decompress-tar",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "decompress-tar@^4.0.0",
+    "name": "decompress-tar",
+    "escapedName": "decompress-tar",
+    "rawSpec": "^4.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^4.0.0"
+  },
+  "_requiredBy": [
+    "/decompress",
+    "/decompress-tarbz2",
+    "/decompress-targz"
+  ],
+  "_resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz",
+  "_shasum": "718cbd3fcb16209716e70a26b84e7ba4592e5af1",
+  "_spec": "decompress-tar@^4.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress",
+  "author": {
+    "name": "Kevin Mårtensson",
+    "email": "kevinmartensson@gmail.com",
+    "url": "https://github.com/kevva"
+  },
+  "bugs": {
+    "url": "https://github.com/kevva/decompress-tar/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "file-type": "^5.2.0",
+    "is-stream": "^1.1.0",
+    "tar-stream": "^1.5.2"
+  },
+  "deprecated": false,
+  "description": "decompress tar plugin",
+  "devDependencies": {
+    "ava": "*",
+    "is-jpg": "^1.0.0",
+    "pify": "^3.0.0",
+    "xo": "*"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/kevva/decompress-tar#readme",
+  "keywords": [
+    "decompress",
+    "decompressplugin",
+    "extract",
+    "tar"
+  ],
+  "license": "MIT",
+  "name": "decompress-tar",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/kevva/decompress-tar.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "4.1.1"
+}